|
From: Jon O. <jon...@us...> - 2007-05-31 19:53:17
|
Update of /cvsroot/mxbb/mx_linkdb/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23958 Modified Files: lang_admin.php lang_main.php Log Message: minor fixes Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_main.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lang_main.php 13 Aug 2006 19:43:51 -0000 1.8 --- lang_main.php 31 May 2007 19:53:14 -0000 1.9 *************** *** 25,28 **** --- 25,29 ---- $lang['Link_us_explain'] = 'Please feel free to link to <b>%s</b>. Use the following HTML (You can copy and paste to your page):'; $lang['Link_us_syntax'] = '<a href="%s" target="_blank"><img src="%s" width="%d" height="%d" border="0" alt="%s" /></a>'; + $lang['Quick_jump'] = 'Select Category'; // Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_admin.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_admin.php 13 Aug 2006 19:43:51 -0000 1.10 --- lang_admin.php 31 May 2007 19:53:14 -0000 1.11 *************** *** 218,223 **** $lang['Catparent'] = 'Parent Category'; $lang['Catparentinfo'] = 'If you want this category to be a sub-category, select the category you want it to be a sub-category of.'; ! $lang['Allow_file'] = 'Allow Adding link'; ! $lang['Allow_file_info'] = 'If you are not allowed to add links in this category it will be a higher level category.'; $lang['None'] = 'None'; $lang['Catedited'] = 'The category you selected has been successfully edited'; --- 218,223 ---- $lang['Catparent'] = 'Parent Category'; $lang['Catparentinfo'] = 'If you want this category to be a sub-category, select the category you want it to be a sub-category of.'; ! $lang['Allow_link'] = 'Allow Adding link'; ! $lang['Allow_link_info'] = 'If you are not allowed to add links in this category it will be a higher level category.'; $lang['None'] = 'None'; $lang['Catedited'] = 'The category you selected has been successfully edited'; *************** *** 347,350 **** --- 347,352 ---- $lang['Link_same_cat'] = 'You can\'t move the links to the same deleted category.'; $lang['Link_move_cat'] = 'You can\'t move the sub category to the same deleted category.'; + $lang['Cat_conflict'] = 'You can\'t have a category with no links in side a category that doesn\'t allow links'; + $lang['Cat_id_missing'] = 'Please select a category'; $lang['Need_validation'] = 'Validate links?'; |