|
From: Jon O. <jon...@us...> - 2007-04-28 19:59:10
|
Update of /cvsroot/mxbb/mx_kb/language/lang_english In directory sc8-pr-cvs16:/tmp/cvs-serv25305/language/lang_english Modified Files: lang_main.php Log Message: fixes Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_english/lang_main.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** lang_main.php 13 Aug 2006 19:43:08 -0000 1.15 --- lang_main.php 28 Apr 2007 19:59:06 -0000 1.16 *************** *** 74,78 **** $lang['KB_Rules_edit_cannot'] = 'You <b>cannot</b> edit your articles in this category'; $lang['KB_Rules_delete_can'] = 'You <b>can</b> delete your articles in this category'; ! $lang['KB_Rules_delete_cannot'] = 'You <b>cannot</b> delete eyour articles in this category'; $lang['KB_Rules_rate_can'] = 'You <b>can</b> rate articles in this category'; $lang['KB_Rules_rate_cannot'] = 'You <b>cannot</b> rate articles in this category'; --- 74,78 ---- $lang['KB_Rules_edit_cannot'] = 'You <b>cannot</b> edit your articles in this category'; $lang['KB_Rules_delete_can'] = 'You <b>can</b> delete your articles in this category'; ! $lang['KB_Rules_delete_cannot'] = 'You <b>cannot</b> delete your articles in this category'; $lang['KB_Rules_rate_can'] = 'You <b>can</b> rate articles in this category'; $lang['KB_Rules_rate_cannot'] = 'You <b>cannot</b> rate articles in this category'; *************** *** 259,262 **** --- 259,304 ---- // + // App + // + + // + // Menu + // + $lang['sd_Project'] = 'Project'; + $lang['sd_Management'] = 'Management'; + $lang['sd_Publish'] = 'Publish'; + $lang['sd_Import_content'] = 'Import content'; + $lang['sd_Export_content'] = 'Export content *'; + $lang['sd_Doc_view'] = 'View Document'; + $lang['sd_Options'] = 'Options'; + $lang['sd_Settings'] = 'Settings'; + $lang['sd_Help'] = 'Help'; + $lang['sd_Contents'] = 'Contents *'; + $lang['sd_About'] = 'About *'; + + // + // Tree + // + $lang['sd_Tree_View'] = 'Tree View'; + $lang['sd_Toc'] = 'Table of Contents'; + $lang['sd_Where'] = 'Where'; + $lang['sd_Before'] = 'Before'; + $lang['sd_After'] = 'After'; + $lang['sd_Type'] = 'Type'; + $lang['sd_Name'] = 'Name'; + $lang['sd_Document'] = 'Document'; + $lang['sd_Folder'] = 'Folder'; + + // + // Index + // + $lang['sd_Doc_info'] = 'Document Info'; + $lang['sd_Doc_preview'] = 'Preview Document'; + $lang['sd_Edit_content'] = 'Edit content'; + $lang['sd_Default_edit'] = 'open Edit Content by default'; + $lang['sd_Loading'] = 'Loading data ..'; + $lang['sd_Saving'] = 'Saving data ..'; + + // // Generic Type strings // - Types are matched against these lang keys...where 'NAME' is the db defined type name |