|
From: FlorinCB <ory...@us...> - 2008-10-04 07:20:53
|
Update of /cvsroot/mxbb/core/language/lang_romanian In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29715 Modified Files: lang_admin.php lang_main.php Log Message: fix Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_romanian/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 18 Jun 2008 11:38:55 -0000 1.2 --- lang_main.php 4 Oct 2008 06:53:31 -0000 1.3 *************** *** 10,23 **** // ! // The format of this file is: ! // ! // ---> $lang['message'] = 'text'; // ! // Specify your language character encoding... [optional] // - // setlocale(LC_ALL, 'ro'); // // General --- 10,30 ---- // ! // The format of this file is ---> $lang['message'] = 'text'; // ! // You should also try to set a locale and a character encoding (plus direction). The encoding and direction ! // will be sent to the template. The locale may or may not work, it's dependent on OS support and the syntax ! // varies ... give it your best guess! // setlocale(LC_ALL, 'ro'); + $lang['USER_LANG'] = 'ro'; + $lang['ENCODING'] = 'Windows-1250'; + $lang['DIRECTION'] = 'ltr'; + $lang['LEFT'] = 'left'; + $lang['RIGHT'] = 'right'; + $lang['DATE_FORMAT'] = 'd/M/Y'; // This should be changed to the default date format for your language, php date() format + + // // General Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_romanian/lang_admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin.php 25 Jun 2008 19:32:28 -0000 1.4 --- lang_admin.php 4 Oct 2008 06:53:31 -0000 1.5 *************** *** 308,311 **** --- 308,409 ---- $lang['BlockCP_Config_updated'] = 'Blocul a fost Actualizat...'; + + // + // Pages Administration + // + $lang['Page_admin'] = 'Page Administration'; + $lang['Page_admin_explain'] = 'Use this form to add, delete and change the settings for Portal Pages and Page Templates.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; + $lang['Page_admin_edit'] = 'Page Edit'; + $lang['Page_admin_private'] = 'Advanced Page (PRIVATE) Permissions'; + $lang['Page_admin_settings'] = 'Page Settings'; + $lang['Page_admin_new_page'] = 'New Page Administration'; + $lang['Page'] = 'Page'; + $lang['Page_Id'] = 'Page ID'; + $lang['Page_icon'] = 'Page Icon <br /> - to be used in the adminCP only, eg. icon_home.gif (default)'; + $lang['Page_alt_icon'] = 'Alternative Page Icon <br /> - Full url (http://...) to custom page icon.'; + $lang['Default_page_style'] = 'Portal Style (default)<br />To use the default setting, leave this unset.'; + $lang['Override_page_style'] = 'Override user style'; + $lang['Override_page_style_explain'] = ' '; + $lang['Page_header'] = 'Page header file <br /> - i.e. overall_header.tpl (default), overall_noheader.tpl (no header) or user custom header file.<br />To use the default setting, leave this blank.'; + $lang['Page_footer'] = 'Page footer file <br /> - i.e. overall_footer.tpl (default) or user custom footer file.<br />To use the default setting, leave this blank.'; + $lang['Page_main_layout'] = 'Page main layout file <br /> - i.e. mx_main_layout.tpl (default) or user custom header file.<br />To use the default setting, leave this blank.'; + $lang['Page_Navigation_block'] = 'Page header navigation block'; + $lang['Page_Navigation_block_explain'] = '- This is the page header navigation block, provided you\'ve chosen a overall header file which supports page navigation.<br />To use the default setting, leave this unset.'; + $lang['Auth_Page'] = 'Permissions'; + $lang['Select_sort_method'] = 'Select Sort Method'; + $lang['Order'] = 'Order'; + $lang['Sort'] = 'Sort'; + $lang['Width'] = 'Width'; + $lang['Height'] = 'Height'; + $lang['Page_sort_title'] = 'Page title'; + $lang['Page_sort_desc'] = 'Page description'; + $lang['Page_sort_created'] = 'Page created'; + $lang['Sort_Ascending'] = 'ASC'; + $lang['Sort_Descending'] = 'DESC'; + $lang['Return_to_page'] = 'Return to Portal Page'; + $lang['Auth_Page_group'] = '-> PRIVATE Group'; + $lang['Page_desc'] = 'Description'; + $lang['Page_parent'] = 'Parent Page'; + $lang['Add_Page'] = 'Add New Page'; + $lang['Page_Config_updated'] = 'Page Configuration Updated Successfully'; + $lang['Click_return_page_admin'] = 'Click %sHere%s to return to Page Administration'; + $lang['Remove_block'] = 'Remove Portal Block'; + $lang['Remove_block_explain'] = 'This will remove the block from this page. Beware: this operation cannot be undone!'; + $lang['Click_block_remove_yes'] = 'Click %sHere%s to remove the Block'; + $lang['Delete_page'] = 'Delete Page'; + $lang['Delete_page_explain'] = 'This will delete the Page. Beware: this operation cannot be undone!'; + $lang['Click_page_delete_yes'] = 'Click %sHere%s to delete the Page'; + + $lang['Mx_IP_filter'] = 'IP Filter'; + $lang['Mx_IP_filter_explain'] = 'To restrict access to this page by IP, enter the valid IP adresses, with one IP address per line.<br>Example: 127.0.0.1 or 127.1.*.*'; + $lang['Mx_phpBB_stats'] = 'phpBB Statistics in Header'; + $lang['Mx_phpBB_stats_explain'] = '- Links to new, unread posts, etc.'; + $lang['Column_admin'] = 'Page Column Administration'; + $lang['Column_admin_explain'] = 'Administrate Page Columns'; + $lang['Column'] = 'Page Column'; + $lang['Columns'] = 'Page Columns'; + $lang['Column_block'] = 'Page Column Block'; + $lang['Column_blocks'] = 'Page Column Blocks'; + $lang['Edit_Column'] = 'Edit a Column'; + $lang['Edit_Column_explain'] = 'Use this form to modify a column'; + $lang['Column_Size'] = 'Size of the column'; + $lang['Column_name'] = 'Column Name'; + $lang['Column_delete'] = 'Delete a Column'; + $lang['Page_updated'] = 'Page and Column information updated successfully'; + $lang['Create_column'] = 'Add New Column'; + $lang['Delete_page_column'] = 'Delete Page Column'; + $lang['Delete_page_column_explain'] = 'This will delete the Page Column. Beware: this operation cannot be undone!'; + $lang['Click_page_column_delete_yes'] = 'Click %sHere%s to delete the Page Column'; + + $lang['Add_Split_Block'] = 'Add Split Column Block'; + $lang['Add_Split_Block_explain'] = 'This block splits the column'; + $lang['Add_Dynamic_Block'] = 'Add Dynamic (Sub) Block'; + $lang['Add_Dynamic_Block_explain'] = 'This dynamic block defines subpages, set from the navigation menu'; + $lang['Add_Virtual_Block'] = 'Add Virtual (Page Blog) Block'; + $lang['Add_Virtual_Block_explain'] = 'This block turns the page into a virtual (blog) page'; + + // + // Page templates + // + $lang['Page_templates_admin'] = 'Page Templates Administration'; + $lang['Page_templates_admin_explain'] = 'Use this page to create, edit or delete Page Templates'; + $lang['Page_template'] = 'Page Template'; + $lang['Page_templates'] = 'Page Templates'; + $lang['Page_template_column'] = 'Page Template Column'; + $lang['Page_template_columns'] = 'Page Template Columns'; + $lang['Choose_page_template'] = 'Choose Page Template'; + $lang['Template_Config_updated'] = 'Template Configuration Updated'; + $lang['Add_Template'] = 'Add New Template'; + $lang['Template'] = 'Template'; + $lang['Template_name'] = 'Template Name'; + $lang['Page_template_delete'] = 'Delete Template'; + $lang['Delete_page_template'] = 'Delete Page Template'; + $lang['Delete_page_template_explain'] = 'This will delete the Page Template. Beware: this operation cannot be undone!'; + $lang['Click_page_template_delete_yes'] = 'Click %sHere%s to delete the Page Template'; + $lang['Delete_page_template_column'] = 'Delete Page Template'; + $lang['Delete_page_template_column_explain'] = 'This will delete the Page Template. Beware: this operation cannot be undone!'; + $lang['Click_page_template_column_delete_yes'] = 'Click %sHere%s to delete the Page Template'; + + // // Pages Administration *************** *** 368,371 **** --- 466,477 ---- $lang['Click_page_column_delete_yes'] = 'Click %sAici%s pt. a ºterge Colana Paginii'; + + $lang['Add_Split_Block'] = 'Add Split Column Block'; + $lang['Add_Split_Block_explain'] = 'This block splits the column'; + $lang['Add_Dynamic_Block'] = 'Add Dynamic (Sub) Block'; + $lang['Add_Dynamic_Block_explain'] = 'This dynamic block defines subpages, set from the navigation menu'; + $lang['Add_Virtual_Block'] = 'Add Virtual (Page Blog) Block'; + $lang['Add_Virtual_Block_explain'] = 'This block turns the page into a virtual (blog) page'; + // // Page templates |