|
From: Jon O. <jon...@us...> - 2006-08-01 21:02:22
|
Update of /cvsroot/mxbb/mx_linkdb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22573/modules/mx_linkdb/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: massive update Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_main.php 5 Jul 2006 22:49:20 -0000 1.5 --- lang_main.php 1 Aug 2006 21:02:19 -0000 1.6 *************** *** 9,17 **** */ - $lang['linkdb_disable'] = 'Linkdb is disabled.'; - // // Main // $lang['Viewall'] = 'View All Links'; $lang['Descend_by_hits'] = 'Search By Hits - Descending'; --- 9,17 ---- */ // // Main // + $lang['linkdb_disable'] = 'Linkdb is disabled.'; + $lang['Viewall'] = 'View All Links'; $lang['Descend_by_hits'] = 'Search By Hits - Descending'; *************** *** 19,22 **** --- 19,23 ---- $lang['Jump'] = 'Select a category'; $lang['Sub_category'] = 'Sub Category'; + $lang['Sub_categories'] = 'Subcategories'; $lang['Lock_submit_site'] = 'Submit site was locked'; $lang['Link_us'] = 'Link to us'; *************** *** 24,27 **** --- 25,31 ---- $lang['Link_us_syntax'] = '<a href="%s" target="_blank"><img src="%s" width="%d" height="%d" border="0" alt="%s" /></a>'; + // + // Return + // $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; *************** *** 31,39 **** --- 35,47 ---- $lang['Sort'] = 'Sort'; + // // Category + // $lang['No_links'] = 'No links found'; + $lang['No_link'] = 'No links'; $lang['No_links_cat'] = 'There are no links in this category.'; $lang['Cat_not_exist'] = 'The category you selected does not exist.'; $lang['Link_not_exist'] = 'The link you selected does not exist.'; + $lang['Last_link'] = 'Last link'; // *************** *** 43,47 **** --- 51,59 ---- $lang['Date'] = 'Date'; $lang['Hits'] = 'Hits'; + $lang['LinkRating'] = 'Rating'; $lang['Votes'] = ' Votes'; + $lang['Desc'] = 'Description'; + $lang['Link_review'] = 'Review link'; + $lang['Link_jump'] = 'Visit site'; $lang['No_Display_Links_Logo'] = '<font color=brown>•</font>'; // You can edit color *************** *** 55,58 **** --- 67,97 ---- // + // MCP + // + $lang['MCP_title'] = 'Moderator Control Panel'; + $lang['MCP_title_explain'] = 'Here moderators can approve and manage links'; + + $lang['View'] = 'View'; + + $lang['Approve_selected'] = 'Approve Selected'; + $lang['Unapprove_selected'] = 'Unapprove Selected'; + $lang['Delete_selected'] = 'Delete Selected'; + $lang['No_item'] = 'There is no links'; + + $lang['All_items'] = 'All Links'; + $lang['Approved_items'] = 'Approved Links'; + $lang['Unapproved_items'] = 'Unapproved Links'; + $lang['Broken_items'] = 'Broken Links'; + $lang['Item_cat'] = 'Link in Category'; + $lang['Approve'] = 'Approve'; + $lang['Unapprove'] = 'Unapprove'; + + $lang['Sorry_auth_delete'] = 'Sorry, but you cannot delete links in this category.'; + $lang['Sorry_auth_mcp'] = 'Sorry, but you cannot moderate this category.'; + $lang['Sorry_auth_approve'] = 'Sorry, but you cannot approve links in this category.'; + $lang['Sorry_auth_view'] = 'Sorry, but you cannot view links in this category.'; + $lang['Sorry_auth_post'] = 'Sorry, but you cannot add links in this category.'; + + // // Search // *************** *** 64,87 **** // - // Rate - // - $lang['Not_allow_vote'] = 'Can\'t vote'; - $lang['Rate'] = 'Rate Link'; - $lang['Rerror'] = 'Sorry, you have already rated this link.'; - $lang['Rateinfo'] = 'You are about to rate the link <i><font color=#ff0000>{filename}</font></i>.<br>Please select a rating below. 1 is the worst, 10 is the best.'; - $lang['Rconf'] = 'You have given <i>{filename}</i> a rating of {rate}. This makes the links new rating {newrating}.'; - $lang['R1'] = '1'; - $lang['R2'] = '2'; - $lang['R3'] = '3'; - $lang['R4'] = '4'; - $lang['R5'] = '5'; - $lang['R6'] = '6'; - $lang['R7'] = '7'; - $lang['R8'] = '8'; - $lang['R9'] = '9'; - $lang['R10'] = '10'; - $lang['Not_rated'] = 'Not Rated'; - - // // Java script messages and php errors // --- 103,106 ---- *************** *** 92,99 **** $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 // --- 111,115 ---- *************** *** 115,127 **** $lang['Siteld'] = 'Site Description'; $lang['Siteldinfo'] = 'This is a description of the link. This will go on the link\'s information page so this description can be longer'; ! $lang['Link_logo'] = "Site Logo<br />Leave blank to use default image"; ! $lang['Link_logo_src'] = "%sx%s pixels"; ! $lang['Link_logo_src1'] = "%sx%s pixels, you can leave blank"; ! $lang['Preview'] = "Preview Logo"; $lang['Siteurl'] = 'Site URL'; $lang['Sitecat'] = 'Category'; $lang['Sitecatinfo'] = 'This is the category the link belongs in.'; $lang['Linkadded'] = 'The new link has been successfully added - we\'re taking you back to the category you submitted the link to'; ! $lang['Linkeedited'] = 'The link you selected has been successfully edited'; $lang['Lderror'] = 'You didn\'t select any links to delete'; $lang['Linksdeleted'] = 'The links you selected have been successfully deleted'; --- 131,144 ---- $lang['Siteld'] = 'Site Description'; $lang['Siteldinfo'] = 'This is a description of the link. This will go on the link\'s information page so this description can be longer'; ! $lang['Link_logo'] = 'Site Logo<br />Leave blank to use default image'; ! $lang['Link_logo_src'] = '%sx%s pixels'; ! $lang['Link_logo_src1'] = '%sx%s pixels, you can leave blank'; ! $lang['Preview'] = 'Preview Logo'; $lang['Siteurl'] = 'Site URL'; $lang['Sitecat'] = 'Category'; $lang['Sitecatinfo'] = 'This is the category the link belongs in.'; $lang['Linkadded'] = 'The new link has been successfully added - we\'re taking you back to the category you submitted the link to'; ! $lang['Linkedited'] = 'The link you selected has been successfully edited'; ! $lang['Linkdeleted'] = 'The link you selected has been successfully deleted'; $lang['Lderror'] = 'You didn\'t select any links to delete'; $lang['Linksdeleted'] = 'The links you selected have been successfully deleted'; *************** *** 129,131 **** --- 146,196 ---- $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'; + + // + // Comments + // + $lang['Linkdb_comment_prefix'] = '[ Linkdb ] '; + $lang['Comments'] = 'Comments'; + $lang['Comments_title'] = 'Comments Title'; + $lang['Comment_subject'] = 'Comment Subject'; + $lang['Comment'] = 'Comment'; + $lang['Comment_explain'] = 'Use the textbox above to give your opinion on this file!'; + $lang['Comment_add'] = 'Add Comment'; + $lang['Comment_delete'] = 'Delete'; + $lang['Comment_posted'] = 'Your comment has been entered successfully'; + $lang['Comment_deleted'] = 'The comment you selected has been deleted successfully'; + $lang['Comment_desc'] = 'Title'; + $lang['No_comments'] = 'Not Commented'; + $lang['Links_are_ON'] = 'Links are <u>ENABLED</u>'; + $lang['Links_are_OFF'] = 'Links are <u>DISABLED</u>'; + $lang['Images_are_ON'] = 'Images are <u>ENABLED</u>'; + $lang['Images_are_OFF'] = 'Images are <u>DISABLED</u>'; + $lang['Check_message_length'] = 'Check Message Length'; + $lang['Msg_length_1'] = 'Your message is '; + $lang['Msg_length_2'] = ' characters long.'; + $lang['Msg_length_3'] = 'You have '; + $lang['Msg_length_4'] = ' characters available.';; + $lang['Msg_length_5'] = 'There are '; + $lang['Msg_length_6'] = ' characters remaining.'; + + // + // Rate + // + $lang['Not_allow_vote'] = 'Can\'t vote'; + $lang['Rate'] = 'Rate Site'; + $lang['Do_rate'] = '[Rate Site]'; + $lang['Rerror'] = 'Sorry, you have already rated this site.'; + $lang['Rateinfo'] = 'You are about to rate the site <i><font color=#ff0000>{filename}</font></i>.<br>Please select a rating below. 1 is the worst, 10 is the best.'; + $lang['Rconf'] = 'You have given <i>{filename}</i> a rating of {rate}. This makes the site\'s new rating {newrating}.'; + $lang['R1'] = '1'; + $lang['R2'] = '2'; + $lang['R3'] = '3'; + $lang['R4'] = '4'; + $lang['R5'] = '5'; + $lang['R6'] = '6'; + $lang['R7'] = '7'; + $lang['R8'] = '8'; + $lang['R9'] = '9'; + $lang['R10'] = '10'; + $lang['Not_rated'] = 'Not Rated'; ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_admin.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_admin.php 5 Jul 2006 22:49:20 -0000 1.7 --- lang_admin.php 1 Aug 2006 21:02:19 -0000 1.8 *************** *** 52,56 **** $lang['site_url'] = 'Your url of your website'; - $lang['settings_link_page'] = 'Max links per page'; $lang['lock_submit_site'] = 'Lock user submit site'; $lang['interval'] = 'How fast the banners are displayed'; --- 52,55 ---- *************** *** 79,83 **** $lang['Sort_order_explain'] = ''; ! $lang['cat_col'] = 'How many column of categories are to be listed'; $lang['Nfdays'] = 'New Link Days'; --- 78,85 ---- $lang['Sort_order_explain'] = ''; ! $lang['Use_simple_navigation'] = 'Simple Category Navigation'; ! $lang['Use_simple_navigation_explain'] = 'If you prefer, this will generate more simple categories and other navigation'; ! ! $lang['Cat_col'] = 'How many column of categories are to be listed (only used for \'Simple Category Navigation\')'; $lang['Nfdays'] = 'New Link Days'; *************** *** 211,215 **** $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 not allow adding link to this category it will be higher level category and you can add category as a sub for this category, like in the forum.'; $lang['None'] = 'None'; $lang['Catedited'] = 'The category you selected has been successfully edited'; --- 213,217 ---- $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'; *************** *** 256,260 **** $lang['Upload_level'] = 'Upload Level'; $lang['Rate_level'] = 'Rate Level'; ! $lang['Comment_level'] = 'Comment Level'; $lang['Edit_level'] = ' Edit Level'; $lang['Delete_level'] = 'Delete Level'; --- 258,265 ---- $lang['Upload_level'] = 'Upload Level'; $lang['Rate_level'] = 'Rate Level'; ! $lang['View_Comment_level'] = 'View Comment'; ! $lang['Post_Comment_level'] = 'Post Comment'; ! $lang['Edit_Comment_level'] = 'Edit Comment'; ! $lang['Delete_Comment_level'] = 'Delete Comment'; $lang['Edit_level'] = ' Edit Level'; $lang['Delete_level'] = 'Delete Level'; *************** *** 262,265 **** --- 267,318 ---- $lang['Approval_edit_level'] = 'Approval Edit Level'; + // These are displayed in the drop down boxes for advanced + // mode auth, try and keep them short! + $lang['Cat_NONE'] = 'NONE'; + $lang['Cat_ALL'] = 'ALL'; + $lang['Cat_REG'] = 'REG'; + $lang['Cat_PRIVATE'] = 'PRIVATE'; + $lang['Cat_MOD'] = 'MOD'; + $lang['Cat_ADMIN'] = 'ADMIN'; + + // + // Admin Panels - Custom Field + // + $lang['Fieldselecttitle'] = 'Select what to do'; + $lang['Afield'] = 'Custom Field: Add'; + $lang['Efield'] = 'Custom Field: Edit'; + $lang['Dfield'] = 'Custom Field: Delete'; + $lang['Mfieldtitle'] = 'Custom Fields'; + $lang['Afieldtitle'] = 'Add Field'; + $lang['Efieldtitle'] = 'Edit Field'; + $lang['Dfieldtitle'] = 'Delete Field'; + $lang['Fieldexplain'] = 'You can use the custom fields management section to add, edit, and delete custom fields. You can use custom fields to add more information about an article.'; + $lang['Fieldname'] = 'Field Name'; + $lang['Fieldnameinfo'] = 'This is the name of the field, for example \'File Size\''; + $lang['Fielddesc'] = 'Field Description'; + $lang['Fielddescinfo'] = 'This is a description of the field, for example \'File Size in Megabytes\''; + $lang['Fieldadded'] = 'The custom field has been successfully added'; + $lang['Fieldedited'] = 'The custom field you selected has been successfully edited'; + $lang['Dfielderror'] = 'You didn\'t select any fields to delete'; + $lang['Fieldsdel'] = 'The custom fields you selected have been successfully deleted'; + + $lang['Field_data'] = 'Options'; + $lang['Field_data_info'] = 'Enter the options that the user can choose from. Separate each option with a newline (carriage return).'; + $lang['Field_regex'] = 'Regular Expression'; + $lang['Field_regex_info'] = 'You may require the input field to match a regular expression %s(PCRE)%s.'; + $lang['Field_order'] = 'Display Order'; + + $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; + + // + // Admin Panels - Field Types + // + $lang['Field_Input'] = 'Single-Line Text Box'; + $lang['Field_Textarea'] = 'Multiple-Line Text Box'; + $lang['Field_Radio'] = 'Single-Selection Radio Buttons'; + $lang['Field_Select'] = 'Single-Selection Menu'; + $lang['Field_Select_multiple'] = 'Multiple-Selection Menu'; + $lang['Field_Checkbox'] = 'Multiple-Selection Checkbox'; + // //Java script messages and php errors |