|
From: Paul S. O. <ps...@us...> - 2001-10-14 15:47:26
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv14374/language/lang_english Modified Files: lang_main.php Log Message: Updates related to current changes Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** lang_main.php 2001/10/14 14:27:07 1.3 --- lang_main.php 2001/10/14 15:47:23 1.4 *************** *** 1,5 **** <?php /*************************************************************************** ! * lang_english.php * ------------------- * begin : Sat Dec 16 2000 --- 1,5 ---- <?php /*************************************************************************** ! * lang_main.php [English] * ------------------- * begin : Sat Dec 16 2000 *************** *** 20,37 **** ***************************************************************************/ // ! // The future format of this file will be: // // ---> $lang['message'] = "text"; // ! // message should be a GOOD representation of text, including capitalisation // and underscoring for spacing. Remember different languages often interpret // consecutive words in different ways, so if you're building a sentence then ! // try and indicate what 'words' follow // ! // The number of phrases should be kept to a minimum so we should try and reuse ! // as much as possible. // // // Common, these terms are used --- 20,41 ---- ***************************************************************************/ + // ------------------------------------------------------------------------- + // NOTE THE FOLLOWING + // ------------------------------------------------------------------------- // ! // The format of this file is: // // ---> $lang['message'] = "text"; // ! // 'message' should be a GOOD representation of text, including capitalisation // and underscoring for spacing. Remember different languages often interpret // consecutive words in different ways, so if you're building a sentence then ! // try and indicate what 'words' follow if applicable // ! // The number of phrases should be kept to a minimum so try and reuse as much ! // as possible. // + // // Common, these terms are used *************** *** 124,127 **** --- 128,132 ---- $lang['Success'] = "Success"; + // // Global Header strings *************** *** 151,154 **** --- 156,160 ---- $lang['Mark_all_forums'] = "Mark all forums read"; + // // Stats block text *************** *** 171,174 **** --- 177,181 ---- $lang['Joined'] = "Joined"; + // // Login *************** *** 181,184 **** --- 188,192 ---- $lang['Log_me_in'] = "Log me on automatically each visit"; + // // Index page *************** *** 188,191 **** --- 196,200 ---- $lang['No_forums'] = "This board has no forums"; + $lang['Private_Message'] = "Private Message"; $lang['Private_Messages'] = "Private Messages"; $lang['Who_is_Online'] = "Who is Online"; *************** *** 193,196 **** --- 202,206 ---- $lang['Forums_marked_read'] = "All forums have been marked read"; + // // Viewforum *************** *** 211,214 **** --- 221,225 ---- $lang['Topics_marked_read'] = "The topics for this forum have now been marked read"; + // // Viewtopic *************** *** 259,262 **** --- 270,274 ---- $lang['You_are_watching'] = "You are now watching this topic"; + // // Posting/Replying (Not private messaging!) *************** *** 338,341 **** --- 350,354 ---- $lang['Topic_reply_notification'] = "Topic Reply Notification"; + // // Private Messaging *************** *** 399,402 **** --- 412,416 ---- $lang['full'] = "full"; + // // Profiles/Registration *************** *** 416,420 **** $lang['Email_address'] = "Email address"; $lang['Email'] = "Email"; ! $lang['Private_message'] = "Send Private Message"; $lang['Hidden_email'] = "[ Hidden ]"; $lang['Search_user_posts'] = "Search for posts by this user"; --- 430,434 ---- $lang['Email_address'] = "Email address"; $lang['Email'] = "Email"; ! $lang['Send_private_message'] = "Send private message"; $lang['Hidden_email'] = "[ Hidden ]"; $lang['Search_user_posts'] = "Search for posts by this user"; *************** *** 518,521 **** --- 532,536 ---- $lang['Password_activated'] = "Your account has been re-activated. To logon please use the password supplied in the email you received"; + // // Memberslist *************** *** 528,531 **** --- 543,547 ---- $lang['Order'] = "Order"; + // // Group control panel *************** *** 539,542 **** --- 555,561 ---- $lang['Group_description'] = "Group description"; $lang['Group_membership'] = "Group membership"; + $lang['Group_Members'] = "Group Members"; + $lang['Group_Moderator'] = "Group Moderator"; + $lang['Pending_members'] = "Pending Members"; $lang['Current_memberships'] = "Current memberships"; *************** *** 546,561 **** $lang['Join_group'] = "Join Group"; $lang['No_group_members'] = "This group has no members"; ! ! $lang["Group_joined"] = "You have successfully subscribed to this group, you will be notifed when your subscription is approved by the group moderator."; $lang['Group_request'] = "A request to join your group has been made"; $lang['Group_approved'] = "Your request has been approved"; ! $lang['Group_added'] = "You have been added!"; ! $lang['Could_not_add_user'] = "Could not add the selected user. Please go back and make sure you typed the correct username."; $lang['Confirm_unsub'] = "Are you sure you want to unsubscribe from this group?"; ! $lang['Confirm_unsub_pending'] = "Are you sure you want to unsubscribe from this group? You subscription has not yet been approved or denied!"; ! $lang['Usub_success'] = "You have been successfully unsubscribed from this group."; $lang['Approve_selected'] = "Approve Selected"; --- 565,580 ---- $lang['Join_group'] = "Join Group"; $lang['No_group_members'] = "This group has no members"; ! $lang['No_pending_group_members'] = "This group has no pending members"; ! $lang["Group_joined"] = "You have successfully subscribed to this group<br />You will be notifed when your subscription is approved by the group moderator"; $lang['Group_request'] = "A request to join your group has been made"; $lang['Group_approved'] = "Your request has been approved"; ! $lang['Group_added'] = "You have been added to this usergroup"; ! $lang['Could_not_add_user'] = "The user you selected does not exist"; $lang['Confirm_unsub'] = "Are you sure you want to unsubscribe from this group?"; ! $lang['Confirm_unsub_pending'] = "Your subscription to this group has not yet been approved, are you sure you want to unsubscribe?"; ! $lang['Unsub_success'] = "You have been unsubscribed from this group."; $lang['Approve_selected'] = "Approve Selected"; *************** *** 569,572 **** --- 588,592 ---- $lang['This_closed_group'] = "This is a closed group, no more users accepted"; $lang['Member_this_group'] = "You are a member of this group"; + $lang['Pending_this_group'] = "Your membership of this group is pending"; $lang['Are_group_moderator'] = "You are the group moderator"; $lang['None'] = "None"; *************** *** 601,608 **** $lang['matches'] = "Matches"; $lang['Search_new'] = "View posts since last visit"; - // - // Topic Admin <= Should be blank for now - // // // Auth related entries --- 621,626 ---- $lang['matches'] = "Matches"; $lang['Search_new'] = "View posts since last visit"; + // // Auth related entries *************** *** 626,629 **** --- 644,648 ---- $lang['this_forum'] = " this forum"; + // // Viewonline *************** *** 645,648 **** --- 664,668 ---- $lang['Viewing_FAQ'] = "Viewing FAQ"; + // // Errors (not related to a *************** *** 666,669 **** --- 686,690 ---- $lang['Not_Authorised'] = "Not Authorised"; + // // Moderator Control Panel *************** *** 702,705 **** --- 723,727 ---- $lang['Lookup_IP'] = "Look up IP"; + // // Timezones ... for display on each page *************** *** 738,746 **** $lang['12'] = "GMT + 12" . " " . $lang['Hours']; ! // // Main Admin section/s ! // // Index $lang['Admin'] = "Administration"; $lang['Not_admin'] = "You are not authorised to administer this board"; --- 760,771 ---- $lang['12'] = "GMT + 12" . " " . $lang['Hours']; ! ! // -------------------- // Main Admin section/s ! // -------------------- + // // Index + // $lang['Admin'] = "Administration"; $lang['Not_admin'] = "You are not authorised to administer this board"; *************** *** 748,751 **** --- 773,778 ---- $lang['Admin_intro'] = "Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. You can get back to this page by clicking on the <u>Admin Index</u> link in the left pane. To return to the index of your board, click the phpBB logo also in the left pane. The other links on the left hand side of this screen will allow you to control every aspect of your forum experience, each screen will have instructions on how to use the tools."; $lang['Forum_stats'] = "Forum Statistics"; + $lang['Admin_Index'] = "Admin Index"; + $lang['Preview_forum'] = "Preview Forum"; $lang['Statistic'] = "Statistic"; *************** *** 760,766 **** --- 787,797 ---- $lang['Avatar_dir_size'] = "Avatar directory size"; $lang['Database_size'] = "Database size"; + $lang['Gzip_compression'] ="Gzip compression"; $lang['Not_available'] = "Not available"; + + // // DB Utils + // $lang['Database_Utilities'] = "Database Utilities"; $lang['Restore'] = "Restore"; *************** *** 786,790 **** --- 817,824 ---- $lang['Restore_Error_no_file'] = "No file was uploaded"; + + // // Auth pages + // $lang['Administrator'] = "Administrator"; $lang['User'] = "User"; *************** *** 846,854 **** --- 880,894 ---- $lang['Group_has_members'] = "This group has the following members"; + $lang['Forum_auth_updated'] = "Forum permissions updated"; + $lang['User_auth_updated'] = "User permissions updated"; + $lang['Group_auth_updated'] = "Group permissions updated"; + $lang['return_forum_auth_admin'] = "to return to the forum permissions panel"; $lang['return_group_auth_admin'] = "to return to the group permissions panel"; $lang['return_user_auth_admin'] = "to return to the user permissions panel"; + // // Banning + // $lang['Ban_control'] = "Ban Control"; $lang['Ban_explain'] = "Here you can control the banning of users. You can achieve this by banning either or both of a specific user or an individual or range of IP addresses or hostnames. These methods prevent a user from even reaching the index page of your board. To prevent a user from registering under a different username you can also specify a banned email address. Please note that banning an email address alone will not prevent that user from being able to logon or post to your board, you should use one of the first two methods to achieve this."; *************** *** 878,882 **** --- 918,924 ---- + // // Configuration + // $lang['General_Config'] = "General Configuration"; $lang['Config_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side."; *************** *** 885,913 **** $lang['Acct_activation'] = "Enable account activation"; - - $lang['Config_updated'] = "Forum Configuration Updated Sucessfully"; ! // Forum Management $lang['Remove'] = "Remove"; $lang['Action'] = "Action"; $lang['Update_order'] = "Update Order"; ! // Smiley Management ! $lang['smile_remove_err'] = "Error Deleting Smiley!"; $lang['smiley_return'] = "Return to smiley listing"; ! $lang['smiley_del_success'] = "The smiley was successfully removed!"; ! $lang['smile_edit_err'] = "Error processing smiley edits"; $lang['smiley_title'] = "Smiles Editing Utility"; $lang['smiley_code'] = "Smiley Code"; $lang['smiley_url'] = "Smiley Image File"; $lang['smiley_emot'] = "Smiley Emotion"; ! $lang['smiley_add_success'] = "The smiley was successfully added!"; ! $lang['smiley_edit_success'] = "The smiley was successfully updated!"; ! $lang['smile_load_err'] = "There was an error retrieving the smilies!"; $lang['smile_add'] = "Add a new Smiley"; ! $lang['smile_desc'] = "Some wonderful text describing the smiley administration here :)"; ! $lang['smile_instr'] = "There should be some text here with instructions on what the admin should fill in for the smiley fields when editing or adding a smiley."; $lang['smiley_config'] = "Smiley Configuration"; $lang['Code'] = "Code"; --- 927,964 ---- $lang['Acct_activation'] = "Enable account activation"; ! // // Forum Management + // + $lang['Forum_admin'] = "Forum Administration"; + $lang['Forum_admin_explain'] = "From this panel you can add, delete, edit, re-order and re-synchronise categories and forums"; + $lang['Edit_forum'] = "Edit forum"; + $lang['Create_forum'] = "Create new forum"; + $lang['Create_category'] = "Create new category"; $lang['Remove'] = "Remove"; $lang['Action'] = "Action"; $lang['Update_order'] = "Update Order"; ! $lang['Config_updated'] = "Forum Configuration Updated Sucessfully"; ! $lang['Edit'] = "Edit"; ! $lang['Delete'] = "Delete"; ! $lang['Move_up'] = "Move up"; ! $lang['Move_down'] = "Move down"; ! $lang['Resync'] = "Resync"; ! $lang['No_mode'] = "No mode was set"; ! $lang['Forum_edit_delete_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side"; + // // Smiley Management ! // $lang['smiley_return'] = "Return to smiley listing"; ! $lang['smiley_del_success'] = "The smiley was successfully removed"; $lang['smiley_title'] = "Smiles Editing Utility"; $lang['smiley_code'] = "Smiley Code"; $lang['smiley_url'] = "Smiley Image File"; $lang['smiley_emot'] = "Smiley Emotion"; ! $lang['smiley_add_success'] = "The smiley was successfully added"; ! $lang['smiley_edit_success'] = "The smiley was successfully updated"; $lang['smile_add'] = "Add a new Smiley"; ! $lang['smile_desc'] = "From this page you can add, remove and edit the emoticons or smileys your users can use in their posts and private messages."; $lang['smiley_config'] = "Smiley Configuration"; $lang['Code'] = "Code"; *************** *** 915,919 **** --- 966,973 ---- $lang['Emotion'] = "Emotion"; + + // // User Management + // $lang['User_admin'] = "Administration"; $lang['User_admin_explain'] = "Here you can change your user's information and certain specific options. To modify the users permissions please use the user and group permissions system."; *************** *** 928,937 **** $lang['User_special_explain'] = "These fields are not able to be modified by the users. Here you can set their status and other options that are not given to users."; // Group Management ! $lang['Group_admin_explain'] = "Here you can administer all your groups, including deleting, adding, as well as editing groups. You may choose moderators, toggle open/closed group status, and set the name and description."; ! $lang['Error_updating_groups'] = "There was an error while updating the groups."; ! $lang['Success_updating_groups'] = "The group was updated/added successfully."; ! $lang['Group_mode_not_selected'] = "You did not select a mode. Please go back and try again."; ! $lang['Group_edit_explain'] = "Edit group:"; $lang['group_name'] = "Group name"; $lang['group_description'] = "Group description"; --- 982,996 ---- $lang['User_special_explain'] = "These fields are not able to be modified by the users. Here you can set their status and other options that are not given to users."; + + // // Group Management ! // ! $lang['Group_admin_explain'] = "From this panel you can administer all your usergroups, you can; delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description"; ! $lang['Error_updating_groups'] = "There was an error while updating the groups"; ! $lang['Updated_group'] = "The group was successfully updated"; ! $lang['Added_new_group'] = "The new group was successfully created"; ! $lang['Deleted_group'] = "The group was successfully deleted"; ! $lang['New_group'] = "Create new group"; ! $lang['Edit_group'] = "Edit group"; $lang['group_name'] = "Group name"; $lang['group_description'] = "Group description"; *************** *** 940,948 **** $lang['group_open'] = "Open group"; $lang['group_closed'] = "Closed group"; - $lang['New_group'] = "Click here to create a new group."; $lang['group_delete'] = "Delete group"; ! $lang['group_delete_check'] = "Click here to delete this group."; $lang['submit_group_changes'] = "Submit Changes"; $lang['reset_group_changes'] = "Reset Changes"; // --- 999,1010 ---- $lang['group_open'] = "Open group"; $lang['group_closed'] = "Closed group"; $lang['group_delete'] = "Delete group"; ! $lang['group_delete_check'] = "Delete this group"; $lang['submit_group_changes'] = "Submit Changes"; $lang['reset_group_changes'] = "Reset Changes"; + $lang['No_group_name'] = "You must specify a name for this group"; + $lang['No_group_moderator'] = "You must specify a moderator for this group"; + $lang['No_group_mode'] = "You must specify a mode for this group, open or closed"; + // *************** *** 960,963 **** --- 1022,1027 ---- $lang['Posts_pruned'] = "Posts pruned"; $lang['Prune_success'] = "Pruning of forums was successful"; + + // // Word censor *************** *** 976,985 **** $lang['Word_removed'] = "The selected word censor has been successfully removed"; // ! //Mass Email // $lang['Mass_email_explain'] = "Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all receptients. If you are emailing a large group of people, please be patient after submiting and DO NOT stop the page halfway through. It is normal for amass emailing to take a long time."; $lang['Compose'] = "Compose"; // // Install Process --- 1040,1051 ---- $lang['Word_removed'] = "The selected word censor has been successfully removed"; + // ! // Mass Email // $lang['Mass_email_explain'] = "Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all receptients. If you are emailing a large group of people, please be patient after submiting and DO NOT stop the page halfway through. It is normal for amass emailing to take a long time."; $lang['Compose'] = "Compose"; + // // Install Process *************** *** 1009,1012 **** --- 1075,1079 ---- $lang['Download_config'] = "Download Config"; + // // Ranks admin *************** *** 1014,1031 **** $lang['Must_select_rank'] = "Sorry, you didn't select a rank. Please go back and try again."; $lang['Ranks_title'] = "Rank Administration"; ! $lang['Ranks_explain'] = "Here you can add, edit, view, and delete ranks. This is also a place to create custom ranks."; $lang['Rank_title'] = "Rank Title"; ! $lang['Rank_special'] = "Special rank?"; $lang['Rank_minimum'] = "Minimum Posts"; $lang['Rank_maximum'] = "Maximum Posts"; ! $lang['Rank_updated'] = "The rank was successfully updated."; ! $lang['Rank_added'] = "The rank was successfully added."; ! $lang['Rank_removed'] = "The rank was successfully deleted."; $lang['Add_new_rank'] = "Add new rank"; $lang['Rank_image'] = "Rank Image"; ! $lang['Rank_image_explain'] = "This is the place to set a custom image for everyone in the rank. Please enter a URL, beginning with http://"; // ! // End // ------------------------------------------------- --- 1081,1099 ---- $lang['Must_select_rank'] = "Sorry, you didn't select a rank. Please go back and try again."; $lang['Ranks_title'] = "Rank Administration"; ! $lang['Ranks_explain'] = "Here you can add, edit, view, and delete ranks. This is also a place to create custom ranks"; $lang['Rank_title'] = "Rank Title"; ! $lang['Rank_special'] = "Is special rank"; $lang['Rank_minimum'] = "Minimum Posts"; $lang['Rank_maximum'] = "Maximum Posts"; ! $lang['Rank_updated'] = "The rank was successfully updated"; ! $lang['Rank_added'] = "The rank was successfully added"; ! $lang['Rank_removed'] = "The rank was successfully deleted"; $lang['Add_new_rank'] = "Add new rank"; $lang['Rank_image'] = "Rank Image"; ! $lang['Rank_image_explain'] = "This is the place to set a custom image for everyone in the rank. You can specify either a relative or absolute path to the image"; ! $lang['return_rank_admin'] = "to return to rank admin"; // ! // That's all Folks! // ------------------------------------------------- |