|
From: Jon O. <jon...@us...> - 2005-12-16 19:07:03
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11983/modules/mx_pafiledb/language/lang_english Modified Files: lang_main.php Log Message: merging some of MH fixes Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 23 Oct 2005 20:52:01 -0000 1.4 --- lang_main.php 16 Dec 2005 19:06:54 -0000 1.5 *************** *** 57,61 **** $lang['Viewall'] = 'View All Files'; $lang['Vainfo'] = 'View all of the files in the database'; ! $lang['Jump'] = 'Select a category'; $lang['Sub_category'] = 'Sub Category'; $lang['Last_file'] = 'Last File'; --- 57,63 ---- $lang['Viewall'] = 'View All Files'; $lang['Vainfo'] = 'View all of the files in the database'; ! $lang['Quick_nav'] = 'Quick Navigation'; ! $lang['Quick_jump'] = 'Select Category'; ! $lang['Quick_go'] = 'Go'; $lang['Sub_category'] = 'Sub Category'; $lang['Last_file'] = 'Last File'; *************** *** 243,247 **** $lang['Quickdl'] = 'Default Pa Cat'; ! $lang['Quickdl_explain'] = 'This is the default pafileDN category to display, if no mapping is activated'; $lang['Pa_updated_return_settings'] = "pafileDB QuickDL configuration updated successfully.<br /><br />Click %shere%s to return to main page."; // %s's for URI params - DO NOT REMOVE --- 245,249 ---- $lang['Quickdl'] = 'Default Pa Cat'; ! $lang['Quickdl_explain'] = 'This is the default pafileDB category to display, if no mapping is activated'; $lang['Pa_updated_return_settings'] = "pafileDB QuickDL configuration updated successfully.<br /><br />Click %shere%s to return to main page."; // %s's for URI params - DO NOT REMOVE *************** *** 263,265 **** --- 265,286 ---- $lang['kb_no_ratings'] = 'Disabled in this category'; + $lang['PA_Rules_upload_can'] = 'You <b>can</b> upload new files in this category'; + $lang['PA_Rules_upload_cannot'] = 'You <b>cannot</b> upload new files in this category'; + $lang['PA_Rules_download_can'] = 'You <b>can</b> download files in this category'; + $lang['PA_Rules_download_cannot'] = 'You <b>cannot</b> download files in this category'; + $lang['PA_Rules_post_comment_can'] = 'You <b>can</b> comment files in this category'; + $lang['PA_Rules_post_comment_cannot'] = 'You <b>cannot</b> comment files in this category'; + $lang['PA_Rules_view_comment_can'] = 'You <b>can</b> view comments in this category'; + $lang['PA_Rules_view_comment_cannot'] = 'You <b>cannot</b> view comments in this category'; + $lang['PA_Rules_view_file_can'] = 'You <b>can</b> see files in this category'; + $lang['PA_Rules_view_file_cannot'] = 'You <b>cannot</b> see files in this category'; + $lang['PA_Rules_edit_file_can'] = 'You <b>can</b> edit your files in this category'; + $lang['PA_Rules_edit_file_cannot'] = 'You <b>cannot</b> edit your files in this category'; + $lang['PA_Rules_delete_file_can'] = 'You <b>can</b> delete your files in this category'; + $lang['PA_Rules_delete_file_cannot'] = 'You <b>cannot</b> delete your files in this category'; + $lang['PA_Rules_rate_can'] = 'You <b>can</b> rate files in this category'; + $lang['PA_Rules_rate_cannot'] = 'You <b>cannot</b> rate files in this category'; + $lang['PA_Rules_moderate'] = 'You <b>can</b> %smoderate this category%s'; // %s replaced by a href links, do not remove! + $lang['PA_Rules_moderate_can'] = 'You <b>can</b> moderate this category'; // %s replaced by a href links, do not remove! + ?> \ No newline at end of file |