|
From: Jon O. <jon...@us...> - 2006-06-30 19:54:19
|
Update of /cvsroot/mxbb/mx_linkdb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9382/modules/mx_linkdb/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Ok, i'm starting with some code cleanup, before digging deep... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 5 Apr 2006 22:35:24 -0000 1.2 --- lang_main.php 30 Jun 2006 19:54:14 -0000 1.3 *************** *** 8,13 **** * */ ! // Main $lang['Viewall'] = 'View All Links'; $lang['Descend_by_hits'] = 'Search By Hits - Descending'; --- 8,15 ---- * */ ! ! // // Main + // $lang['Viewall'] = 'View All Links'; $lang['Descend_by_hits'] = 'Search By Hits - Descending'; *************** *** 16,24 **** $lang['Sub_category'] = 'Sub Category'; $lang['Lock_submit_site'] = 'Submit site was locked'; ! $lang['Link_us'] = 'Link to us'; $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>'; ! // Sort $lang['Sort'] = 'Sort'; --- 18,28 ---- $lang['Sub_category'] = 'Sub Category'; $lang['Lock_submit_site'] = 'Submit site was locked'; ! $lang['Link_us'] = 'Link to us'; $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>'; ! // ! // Sort ! // $lang['Sort'] = 'Sort'; *************** *** 29,33 **** --- 33,39 ---- $lang['Link_not_exist'] = 'The link you selected does not exist.'; + // // Link + // $lang['Link'] = 'Links'; $lang['Date'] = 'Date'; *************** *** 36,46 **** $lang['No_Display_Links_Logo'] = '<font color=brown>•</font>'; // You can edit color // User Upload $lang['Link_guest_reg'] = 'Please fill in the form below or log in'; $lang['Guest_name'] = 'Guest Name'; ! $lang['Link_pm_notify_subject'] = 'Link added'; ! $lang['Link_pm_notify_message'] = '\n Link %s added,\n please go to Links Management and validate it.'; // Search $lang['Link_Search'] = 'Search Site'; $lang['All'] = 'All Categories'; --- 42,56 ---- $lang['No_Display_Links_Logo'] = '<font color=brown>•</font>'; // You can edit color + // // User Upload + // $lang['Link_guest_reg'] = 'Please fill in the form below or log in'; $lang['Guest_name'] = 'Guest Name'; ! $lang['Link_pm_notify_subject'] = 'Link added'; ! $lang['Link_pm_notify_message'] = '\n Link %s added,\n please go to Links Management and validate it.'; + // // Search + // $lang['Link_Search'] = 'Search Site'; $lang['All'] = 'All Categories'; *************** *** 49,53 **** --- 59,65 ---- $lang['LinkRating'] = 'Rating'; + // // Rate + // $lang['Not_allow_vote'] = 'Can\'t vote'; $lang['Rate'] = 'Rate Link'; *************** *** 67,71 **** --- 79,85 ---- $lang['Not_rated'] = 'Not Rated'; + // // Java script messages and php errors + // $lang['Cat_not_allow'] = 'You can\'t add link to category that does not allow links on it'; $lang['Link_guset_field'] = 'Please fill the Guest Name field'; *************** *** 74,87 **** --- 88,106 ---- $lang['Link_logo_field'] = 'Please fill the Site Logo field'; $lang['Link_long_des_field'] = 'Please fill the Site Descritpion field'; + // BEGIN linkdb $lang['Links_Title'] = 'Links'; // END linkdb + // // Stats + // $lang['Link_most_popular'] = 'Most popular'; $lang['Link_latest'] = 'Latest links'; $lang['Link_toprated'] = 'Toprated'; + // // Link + // $lang['AddLink'] = 'Add Link'; $lang['Elinktitle'] = 'Edit Link'; *************** *** 106,110 **** $lang['Approved_info'] = 'Use this option to make the link available for users, and also to approve a link that has been submitted by the users.'; $lang['Link_hits'] = 'Hits'; - - ?> \ No newline at end of file --- 125,127 ---- Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 5 Apr 2006 22:35:24 -0000 1.2 --- lang_admin.php 30 Jun 2006 19:54:14 -0000 1.3 *************** *** 8,13 **** * */ ! // Categories $lang['All_links'] = 'All Links'; $lang['Approved_links'] = 'Approved Links'; --- 8,15 ---- * */ ! ! // // Categories + // $lang['All_links'] = 'All Links'; $lang['Approved_links'] = 'Approved Links'; *************** *** 21,27 **** $lang['Delete_selected'] = 'Delete Selected'; $lang['No_link'] = 'There is no links'; ! $lang['Acattitle'] = 'Add Category'; $lang['Ecattitle'] = 'Edit Category'; ! $lang['Dcattitle'] = 'Delete Category'; $lang['Catexplain'] = 'You can use the Category Management section to add, edit, delete and reorder categories. In order to add links to your database, you must have at least one category created. You can select a link below to manage your categories.'; $lang['Catadded'] = 'The new category has been successfully added'; --- 23,29 ---- $lang['Delete_selected'] = 'Delete Selected'; $lang['No_link'] = 'There is no links'; ! $lang['Acattitle'] = 'Add Category'; $lang['Ecattitle'] = 'Edit Category'; ! $lang['Dcattitle'] = 'Delete Category'; $lang['Catexplain'] = 'You can use the Category Management section to add, edit, delete and reorder categories. In order to add links to your database, you must have at least one category created. You can select a link below to manage your categories.'; $lang['Catadded'] = 'The new category has been successfully added'; *************** *** 38,42 **** --- 40,46 ---- $lang['Cdelerror'] = 'You didn\'t select any categories to delete'; + // //Catgories Permission + // $lang['Select_a_Category'] = 'Select a Category'; $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; *************** *** 44,50 **** $lang['Category'] = 'Category'; // Configuration $lang['Settingstitle'] ='Link Config Control'; ! $lang['Settingsexplain'] = 'You can change the general settings of your link here'; $lang['lock_submit_site'] = 'Lock user submit site'; $lang['cat_col'] = 'How many column of categories are to be listed'; --- 48,56 ---- $lang['Category'] = 'Category'; + // // Configuration + // $lang['Settingstitle'] ='Link Config Control'; ! $lang['Settingsexplain'] = 'You can change the general settings of your link here'; $lang['lock_submit_site'] = 'Lock user submit site'; $lang['cat_col'] = 'How many column of categories are to be listed'; *************** *** 68,72 **** --- 74,80 ---- $lang['Click_return_link_config'] = 'Click %sHere%s to return to the Link Config Manager'; + // //Java script messages and php errors + // $lang['Cat_name_missing'] = 'Please fill the category name field'; $lang['Missing_field'] = 'Please complete all the required fields'; |