diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php index 02e21190dc..3cb7b2f8d6 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -1,7 +1,6 @@ %s inactive users from admin index'; +$lang['log_index_delete'] = 'Deleted %s inactive users from admin index'; +$lang['log_index_remind'] = 'Sent reminder email to %s inactive users from admin index'; + +$lang['log_mass_email'] = 'Sent mass email to %s'; + +$lang['log_template_edit'] = 'Edited template %s from template set %s'; +$lang['log_imageset_edit'] = 'Edited imageset %s'; +$lang['log_style_edit'] = 'Edited style %s'; +$lang['log_theme_edit'] = 'Edited theme %s'; + +$lang['log_db_backup'] = 'Database backup'; +$lang['log_db_restore'] = 'Database restore'; +$lang['log_search_index'] = 'Re-indexed search system %s'; // // Index // -$lang['Admin'] = "Administration"; -$lang['Not_admin'] = "You are not authorised to administer this board"; -$lang['Welcome_phpBB'] = "Welcome to phpBB"; -$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 Admin Index 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['Main_index'] = "Forum Index"; -$lang['Forum_stats'] = "Forum Statistics"; -$lang['Admin_Index'] = "Admin Index"; -$lang['Preview_forum'] = "Preview Forum"; +$lang['Admin'] = 'Administration'; +$lang['Not_admin'] = 'You are not authorised to administer this board'; +$lang['Welcome_phpBB'] = 'Welcome to phpBB'; +$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. The links on the left hand side of this screen allow you to control every aspect of your forum experience. Each page will have instructions on how to use the tools.'; +$lang['Main_index'] = 'Forum Index'; +$lang['Forum_stats'] = 'Forum Statistics'; +$lang['Admin_Index'] = 'Admin Index'; +$lang['Preview_forum'] = 'Preview Forum'; -$lang['Click_return_admin_index'] = "Click %sHere%s to return to the Admin Index"; +$lang['Click_return_admin_index'] = 'Click %sHere%s to return to the Admin Index'; -$lang['Statistic'] = "Statistic"; -$lang['Value'] = "Value"; -$lang['Number_posts'] = "Number of posts"; -$lang['Posts_per_day'] = "Posts per day"; -$lang['Number_topics'] = "Number of topics"; -$lang['Topics_per_day'] = "Topics per day"; -$lang['Number_users'] = "Number of users"; -$lang['Users_per_day'] = "Users per day"; -$lang['Board_started'] = "Board started"; -$lang['Avatar_dir_size'] = "Avatar directory size"; -$lang['Database_size'] = "Database size"; -$lang['Gzip_compression'] ="Gzip compression"; -$lang['Not_available'] = "Not available"; +$lang['Statistic'] = 'Statistic'; +$lang['Value'] = 'Value'; +$lang['Number_posts'] = 'Number of posts'; +$lang['Posts_per_day'] = 'Posts per day'; +$lang['Number_topics'] = 'Number of topics'; +$lang['Topics_per_day'] = 'Topics per day'; +$lang['Number_users'] = 'Number of users'; +$lang['Users_per_day'] = 'Users per day'; +$lang['Board_started'] = 'Board started'; +$lang['Avatar_dir_size'] = 'Avatar directory size'; +$lang['Database_size'] = 'Database size'; +$lang['Gzip_compression'] ='Gzip compression'; +$lang['Not_available'] = 'Not available'; -$lang['ON'] = "ON"; // This is for GZip compression -$lang['OFF'] = "OFF"; +$lang['ON'] = 'ON'; // This is for GZip compression +$lang['OFF'] = 'OFF'; +$lang['Inactive_users'] = 'Inactive Users'; +$lang['Inactive_users_explain'] = 'This is a list of users who have registered but whos accounts are inactive. You can activate, delete or remind (by sending an email) these users if you wish.'; + +$lang['Admin_log'] = 'Logged administrator actions'; +$lang['Admin_log_explain'] = 'This gives an overview of the last few actions carried out by board moderators. The username, IP, time and action are all listed. A full copy of the log can be viewed from the appropriate menu item to the left'; +$lang['IP'] = 'User IP'; +$lang['Action'] = 'Logged action'; // // DB Utils // -$lang['Database_Utilities'] = "Database Utilities"; +$lang['Database_Utilities'] = 'Database Utilities'; -$lang['Restore'] = "Restore"; -$lang['Backup'] = "Backup"; -$lang['Restore_explain'] = "This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may upload a gzip compressed text file and it will automatically be decompressed. WARNING This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete."; -$lang['Backup_explain'] = "Here you can backup all your phpBB related data. If you have any additional custom tables in the same database with phpBB that you would like to back up as well please enter their names separated by commas in the Additional Tables textbox below. If your server supports it you may also gzip compress the file to reduce its size before download."; +$lang['Restore'] = 'Restore'; +$lang['Backup'] = 'Backup'; +$lang['Restore_explain'] = 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may upload a gzip compressed text file and it will automatically be decompressed. WARNING This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.'; +$lang['Backup_explain'] = 'Here you can backup all your phpBB related data. If you have any additional custom tables in the same database with phpBB that you would like to back up as well please enter their names separated by commas in the Additional Tables textbox below. If your server supports it you may also gzip compress the file to reduce its size before download.'; -$lang['Backup_options'] = "Backup options"; -$lang['Start_backup'] = "Start Backup"; -$lang['Full_backup'] = "Full backup"; -$lang['Structure_backup'] = "Structure Only backup"; -$lang['Data_backup'] = "Data only backup"; -$lang['Additional_tables'] = "Additional tables"; -$lang['Gzip_compress'] = "Gzip compress file"; -$lang['Select_file'] = "Select a file"; -$lang['Start_Restore'] = "Start Restore"; +$lang['Backup_options'] = 'Backup options'; +$lang['Start_backup'] = 'Start Backup'; +$lang['Full_backup'] = 'Full backup'; +$lang['Structure_backup'] = 'Structure Only backup'; +$lang['Data_backup'] = 'Data only backup'; +$lang['Additional_tables'] = 'Additional tables'; +$lang['Gzip_compress'] = 'Gzip compress file'; +$lang['Select_file'] = 'Select a file'; +$lang['Start_Restore'] = 'Start Restore'; -$lang['Restore_success'] = "The Database has been successfully restored.

Your board should be back to the state it was when the backup was made."; -$lang['Backup_download'] = "Your download will start shortly please wait till it begins"; -$lang['Backups_not_supported'] = "Sorry but database backups are not currently supported for your database system"; +$lang['Restore_success'] = 'The Database has been successfully restored.

Your board should be back to the state it was when the backup was made.'; +$lang['Backup_download'] = 'Your download will start shortly please wait till it begins'; +$lang['Backups_not_supported'] = 'Sorry but database backups are not currently supported for your database system'; -$lang['Restore_Error_uploading'] = "Error in uploading the backup file"; -$lang['Restore_Error_filename'] = "Filename problem, please try an alternative file"; -$lang['Restore_Error_decompress'] = "Cannot decompress a gzip file, please upload a plain text version"; -$lang['Restore_Error_no_file'] = "No file was uploaded"; +$lang['Restore_Error_uploading'] = 'Error in uploading the backup file'; +$lang['Restore_Error_filename'] = 'Filename problem, please try an alternative file'; +$lang['Restore_Error_decompress'] = 'Cannot decompress a gzip file, please upload a plain text version'; +$lang['Restore_Error_no_file'] = 'No file was uploaded'; // // Auth pages // -$lang['Select_a_User'] = "Select a User"; -$lang['Select_a_Group'] = "Select a Group"; -$lang['Select_a_Forum'] = "Select a Forum"; -$lang['Auth_Control_User'] = "User Permissions Control"; -$lang['Auth_Control_Group'] = "Group Permissions Control"; -$lang['Auth_Control_Forum'] = "Forum Permissions Control"; -$lang['Look_up_User'] = "Look up User"; -$lang['Look_up_Group'] = "Look up Group"; -$lang['Look_up_Forum'] = "Look up Forum"; +$lang['Permissions'] = 'Permissions'; +$lang['Permissions_explain'] = 'Here you can alter which users and groups can access which forums. You can also set a default usergroup for a forum. Permissions can be set for individual operations such as; reading, posting, voting, etc. This page only applies to forum permissions (including moderators), to assign administrator privileges please use the appropriate page (see left hand side menu).'; -$lang['Group_auth_explain'] = "Here you can alter the permissions and moderator status assigned to each user group. Do not forget when changing group permissions that individual user permissions may still allow the user entry to forums, etc. You will be warned if this is the case."; -$lang['User_auth_explain'] = "Here you can alter the permissions and moderator status assigned to each individual user. Do not forget when changing user permissions that group permissions may still allow the user entry to forums, etc. You will be warned if this is the case."; -$lang['Forum_auth_explain'] = "Here you can alter the authorisation levels of each forum. You will have both a simple and advanced method for doing this, advanced offers greater control of each forum operation. Remember that changing the permission level of forums will affect which users can carry out the various operations within them."; +$lang['Select_a_User'] = 'Select a User'; +$lang['Select_a_Group'] = 'Select a Group'; +$lang['Select_a_Forum'] = 'Select a Forum'; +$lang['Auth_Control_User'] = 'User Permissions Control'; +$lang['Auth_Control_Group'] = 'Group Permissions Control'; +$lang['Auth_Control_Forum'] = 'Forum Permissions Control'; +$lang['Look_up_User'] = 'Look up User'; +$lang['Look_up_Group'] = 'Look up Group'; +$lang['Look_up_Forum'] = 'Look up Forum'; -$lang['Simple_mode'] = "Simple Mode"; -$lang['Advanced_mode'] = "Advanced Mode"; -$lang['Moderator_status'] = "Moderator status"; +$lang['Group_auth_explain'] = 'Here you can alter the permissions and moderator status assigned to each user group. Do not forget when changing group permissions that individual user permissions may still allow the user entry to forums, etc. You will be warned if this is the case.'; +$lang['User_auth_explain'] = 'Here you can alter the permissions and moderator status assigned to each individual user. Do not forget when changing user permissions that group permissions may still allow the user entry to forums, etc. You will be warned if this is the case.'; +$lang['Forum_auth_explain'] = 'Here you can alter the authorisation levels of each forum. You will have both a simple and advanced method for doing this, advanced offers greater control of each forum operation. Remember that changing the permission level of forums will affect which users can carry out the various operations within them.'; -$lang['Allowed_Access'] = "Allowed Access"; -$lang['Disallowed_Access'] = "Disallowed Access"; -$lang['Is_Moderator'] = "Is Moderator"; -$lang['Not_Moderator'] = "Not Moderator"; +$lang['Simple_mode'] = 'Simple Mode'; +$lang['Advanced_mode'] = 'Advanced Mode'; +$lang['Moderator_status'] = 'Moderator status'; -$lang['Conflict_warning'] = "Authorisation Conflict Warning"; -$lang['Conflict_access_userauth'] = "This user still has access rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having access rights. The groups granting rights (and the forums involved) are noted below."; -$lang['Conflict_mod_userauth'] = "This user still has moderator rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having moderator rights. The groups granting rights (and the forums involved) are noted below."; +$lang['Allowed_Access'] = 'Allowed Access'; +$lang['Disallowed_Access'] = 'Disallowed Access'; +$lang['Is_Moderator'] = 'Is Moderator'; +$lang['Not_Moderator'] = 'Not Moderator'; -$lang['Conflict_access_groupauth'] = "The following user (or users) still have access rights to this forum via their user permission settings. You may want to alter the user permissions to fully prevent them having access rights. The users granted rights (and the forums involved) are noted below."; -$lang['Conflict_mod_groupauth'] = "The following user (or users) still have moderator rights to this forum via their user permissions settings. You may want to alter the user permissions to fully prevent them having moderator rights. The users granted rights (and the forums involved) are noted below."; +$lang['Conflict_warning'] = 'Authorisation Conflict Warning'; +$lang['Conflict_access_userauth'] = 'This user still has access rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having access rights. The groups granting rights (and the forums involved) are noted below.'; +$lang['Conflict_mod_userauth'] = 'This user still has moderator rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having moderator rights. The groups granting rights (and the forums involved) are noted below.'; -$lang['Public'] = "Public"; -$lang['Private'] = "Private"; -$lang['Registered'] = "Registered"; -$lang['Administrators'] = "Administrators"; -$lang['Hidden'] = "Hidden"; +$lang['Conflict_access_groupauth'] = 'The following user (or users) still have access rights to this forum via their user permission settings. You may want to alter the user permissions to fully prevent them having access rights. The users granted rights (and the forums involved) are noted below.'; +$lang['Conflict_mod_groupauth'] = 'The following user (or users) still have moderator rights to this forum via their user permissions settings. You may want to alter the user permissions to fully prevent them having moderator rights. The users granted rights (and the forums involved) are noted below.'; + +$lang['Public'] = 'Public'; +$lang['Private'] = 'Private'; +$lang['Registered'] = 'Registered'; +$lang['Administrators'] = 'Administrators'; +$lang['Hidden'] = 'Hidden'; // These are displayed in the drop down boxes for advanced // mode forum auth, try and keep them short! -$lang['Forum_ALL'] = "ALL"; -$lang['Forum_REG'] = "REG"; -$lang['Forum_PRIVATE'] = "PRIVATE"; -$lang['Forum_MOD'] = "MOD"; -$lang['Forum_ADMIN'] = "ADMIN"; +$lang['Forum_ALL'] = 'ALL'; +$lang['Forum_REG'] = 'REG'; +$lang['Forum_PRIVATE'] = 'PRIVATE'; +$lang['Forum_MOD'] = 'MOD'; +$lang['Forum_ADMIN'] = 'ADMIN'; -$lang['View'] = "View"; -$lang['Read'] = "Read"; -$lang['Post'] = "Post"; -$lang['Reply'] = "Reply"; -$lang['Edit'] = "Edit"; -$lang['Delete'] = "Delete"; -$lang['Sticky'] = "Sticky"; -$lang['Announce'] = "Announce"; -$lang['Vote'] = "Vote"; -$lang['Pollcreate'] = "Poll create"; +$lang['View'] = 'View'; +$lang['Read'] = 'Read'; +$lang['Post'] = 'Post'; +$lang['Reply'] = 'Reply'; +$lang['Edit'] = 'Edit'; +$lang['Delete'] = 'Delete'; +$lang['Sticky'] = 'Sticky'; +$lang['Announce'] = 'Announce'; +$lang['Vote'] = 'Vote'; +$lang['Pollcreate'] = 'Poll create'; -$lang['Permissions'] = "Permissions"; -$lang['Simple_Permission'] = "Simple Permission"; +$lang['Permissions'] = 'Permissions'; +$lang['Simple_Permission'] = 'Simple Permission'; -$lang['User_Level'] = "User Level"; -$lang['Auth_User'] = "User"; -$lang['Auth_Admin'] = "Administrator"; -$lang['Group_memberships'] = "Usergroup memberships"; -$lang['Usergroup_members'] = "This group has the following members"; +$lang['User_Level'] = 'User Level'; +$lang['Auth_User'] = 'User'; +$lang['Auth_Admin'] = 'Administrator'; +$lang['Group_memberships'] = 'Usergroup memberships'; +$lang['Usergroup_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['Forum_auth_updated'] = 'Forum permissions updated'; +$lang['User_auth_updated'] = 'User permissions updated'; +$lang['Group_auth_updated'] = 'Group permissions updated'; -$lang['Auth_updated'] = "Permissions have been updated"; -$lang['Click_return_userauth'] = "Click %sHere%s to return to User Permissions"; -$lang['Click_return_groupauth'] = "Click %sHere%s to return to Group Permissions"; -$lang['Click_return_forumauth'] = "Click %sHere%s to return to Forum Permissions"; +$lang['Auth_updated'] = 'Permissions have been updated'; +$lang['Click_return_userauth'] = 'Click %sHere%s to return to User Permissions'; +$lang['Click_return_groupauth'] = 'Click %sHere%s to return to Group Permissions'; +$lang['Click_return_forumauth'] = 'Click %sHere%s to return to Forum Permissions'; // // 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."; -$lang['Ban_explain_warn'] = "Please note that entering a range of IP addresses results in all the addresses between the start and end being added to the banlist. Attempts will be made to minimise the number of addresses added to the database by introducing wildcards automatically where appropriate. If you really must enter a range try to keep it small or better yet state specific addresses."; +$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.'; +$lang['Ban_explain_warn'] = 'Please note that entering a range of IP addresses results in all the addresses between the start and end being added to the banlist. Attempts will be made to minimise the number of addresses added to the database by introducing wildcards automatically where appropriate. If you really must enter a range try to keep it small or better yet state specific addresses.'; -$lang['Select_username'] = "Select a Username"; -$lang['Select_ip'] = "Select an IP"; -$lang['Select_email'] = "Select an Email address"; +$lang['Select_username'] = 'Select a Username'; +$lang['Select_ip'] = 'Select an IP'; +$lang['Select_email'] = 'Select an Email address'; -$lang['Ban_username'] = "Ban one or more specific users"; -$lang['Ban_username_explain'] = "You can ban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser"; +$lang['Ban_username'] = 'Ban one or more specific users'; +$lang['Ban_username_explain'] = 'You can ban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser'; -$lang['Ban_IP'] = "Ban one or more IP addresses or hostnames"; -$lang['IP_hostname'] = "IP addresses or hostnames"; -$lang['Ban_IP_explain'] = "To specify several different IP's or hostnames separate them with commas. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *"; +$lang['Ban_IP'] = 'Ban one or more IP addresses or hostnames'; +$lang['IP_hostname'] = 'IP addresses or hostnames'; +$lang['Ban_IP_explain'] = 'To specify several different IP\'s or hostnames separate them with commas. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *'; -$lang['Ban_email'] = "Ban one or more email addresses"; -$lang['Ban_email_explain'] = "To specify more than one email address separate them with commas. To specify a wildcard username use *, for example *@hotmail.com"; +$lang['Ban_email'] = 'Ban one or more email addresses'; +$lang['Ban_email_explain'] = 'To specify more than one email address separate them with commas. To specify a wildcard username use *, for example *@hotmail.com'; -$lang['Unban_username'] = "Un-ban one more specific users"; -$lang['Unban_username_explain'] = "You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser"; +$lang['Unban_username'] = 'Un-ban one more specific users'; +$lang['Unban_username_explain'] = 'You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser'; -$lang['Unban_IP'] = "Un-ban one or more IP addresses"; -$lang['Unban_IP_explain'] = "You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser"; +$lang['Unban_IP'] = 'Un-ban one or more IP addresses'; +$lang['Unban_IP_explain'] = 'You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser'; -$lang['Unban_email'] = "Un-ban one or more email addresses"; -$lang['Unban_email_explain'] = "You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser"; +$lang['Unban_email'] = 'Un-ban one or more email addresses'; +$lang['Unban_email_explain'] = 'You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser'; -$lang['No_banned_users'] = "No banned usernames"; -$lang['No_banned_ip'] = "No banned IP addresses"; -$lang['No_banned_email'] = "No banned email addresses"; +$lang['No_banned_users'] = 'No banned usernames'; +$lang['No_banned_ip'] = 'No banned IP addresses'; +$lang['No_banned_email'] = 'No banned email addresses'; -$lang['Ban_update_sucessful'] = "The banlist has been updated successfully"; -$lang['Click_return_banadmin'] = "Click %sHere%s to return to Ban Control"; +$lang['Ban_update_sucessful'] = 'The banlist has been updated successfully'; +$lang['Click_return_banadmin'] = 'Click %sHere%s to return to Ban Control'; // // 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."; +$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.'; -$lang['Click_return_config'] = "Click %sHere%s to return to General Configuration"; +$lang['Click_return_config'] = 'Click %sHere%s to return to General Configuration'; -$lang['General_settings'] = "General Board Settings"; -$lang['Server_name'] = "Domain Name"; -$lang['Server_name_explain'] = "The domain name this board runs from"; -$lang['Script_path'] = "Script path"; -$lang['Script_path_explain'] = "The path where phpBB2 is located relative to the domain name"; -$lang['Server_port'] = "Server Port"; -$lang['Server_port_explain'] = "The port your server is running on, usually 80, only change if different"; -$lang['Site_name'] = "Site name"; -$lang['Site_desc'] = "Site description"; -$lang['Board_disable'] = "Disable board"; -$lang['Board_disable_explain'] = "This will make the board unavailable to users. Do not logout when you disable the board, you will not be able to log back in!"; -$lang['Acct_activation'] = "Enable account activation"; -$lang['Acc_None'] = "None"; // These three entries are the type of activation -$lang['Acc_User'] = "User"; -$lang['Acc_Admin'] = "Admin"; +$lang['General_settings'] = 'General Board Settings'; +$lang['Server_name'] = 'Domain Name'; +$lang['Server_name_explain'] = 'The domain name this board runs from'; +$lang['Script_path'] = 'Script path'; +$lang['Script_path_explain'] = 'The path where phpBB2 is located relative to the domain name'; +$lang['Server_port'] = 'Server Port'; +$lang['Server_port_explain'] = 'The port your server is running on, usually 80, only change if different'; +$lang['Site_name'] = 'Site name'; +$lang['Site_desc'] = 'Site description'; +$lang['Board_disable'] = 'Disable board'; +$lang['Board_disable_explain'] = 'This will make the board unavailable to users. Do not logout when you disable the board, you will not be able to log back in!'; +$lang['Acct_activation'] = 'Enable account activation'; +$lang['Acc_None'] = 'None'; // These three entries are the type of activation +$lang['Acc_User'] = 'User'; +$lang['Acc_Admin'] = 'Admin'; -$lang['Abilities_settings'] = "User and Forum Basic Settings"; -$lang['Max_poll_options'] = "Max number of poll options"; -$lang['Flood_Interval'] = "Flood Interval"; -$lang['Flood_Interval_explain'] = "Number of seconds a user must wait between posts"; -$lang['Board_email_form'] = "User email via board"; -$lang['Board_email_form_explain'] = "Users send email to each other via this board"; -$lang['Topics_per_page'] = "Topics Per Page"; -$lang['Posts_per_page'] = "Posts Per Page"; -$lang['Hot_threshold'] = "Posts for Popular Threshold"; -$lang['Default_style'] = "Default Style"; -$lang['Override_style'] = "Override user style"; -$lang['Override_style_explain'] = "Replaces users style with the default"; -$lang['Default_language'] = "Default Language"; -$lang['Date_format'] = "Date Format"; -$lang['System_timezone'] = "System Timezone"; -$lang['Enable_gzip'] = "Enable GZip Compression"; -$lang['Enable_prune'] = "Enable Forum Pruning"; -$lang['Allow_HTML'] = "Allow HTML"; -$lang['Allow_BBCode'] = "Allow BBCode"; -$lang['Allowed_tags'] = "Allowed HTML tags"; -$lang['Allowed_tags_explain'] = "Separate tags with commas"; -$lang['Allow_smilies'] = "Allow Smilies"; -$lang['Smilies_path'] = "Smilies Storage Path"; -$lang['Smilies_path_explain'] = "Path under your phpBB root dir, e.g. images/smilies"; -$lang['Allow_sig'] = "Allow Signatures"; -$lang['Max_sig_length'] = "Maximum signature length"; -$lang['Max_sig_length_explain'] = "Maximum number of characters in user signatures"; -$lang['Allow_name_change'] = "Allow Username changes"; +$lang['Abilities_settings'] = 'User and Forum Basic Settings'; +$lang['Max_poll_options'] = 'Max number of poll options'; +$lang['Flood_Interval'] = 'Flood Interval'; +$lang['Flood_Interval_explain'] = 'Number of seconds a user must wait between posts'; +$lang['Board_email_form'] = 'User email via board'; +$lang['Board_email_form_explain'] = 'Users send email to each other via this board'; +$lang['Topics_per_page'] = 'Topics Per Page'; +$lang['Posts_per_page'] = 'Posts Per Page'; +$lang['Hot_threshold'] = 'Posts for Popular Threshold'; +$lang['Default_style'] = 'Default Style'; +$lang['Override_style'] = 'Override user style'; +$lang['Override_style_explain'] = 'Replaces users style with the default'; +$lang['Default_language'] = 'Default Language'; +$lang['Date_format'] = 'Date Format'; +$lang['System_timezone'] = 'System Timezone'; +$lang['Enable_gzip'] = 'Enable GZip Compression'; +$lang['Enable_prune'] = 'Enable Forum Pruning'; +$lang['Allow_HTML'] = 'Allow HTML'; +$lang['Allow_BBCode'] = 'Allow BBCode'; +$lang['Allowed_tags'] = 'Allowed HTML tags'; +$lang['Allowed_tags_explain'] = 'Separate tags with commas'; +$lang['Allow_smilies'] = 'Allow Smilies'; +$lang['Smilies_path'] = 'Smilies Storage Path'; +$lang['Smilies_path_explain'] = 'Path under your phpBB root dir, e.g. images/smilies'; +$lang['Allow_sig'] = 'Allow Signatures'; +$lang['Max_sig_length'] = 'Maximum signature length'; +$lang['Max_sig_length_explain'] = 'Maximum number of characters in user signatures'; +$lang['Allow_name_change'] = 'Allow Username changes'; -$lang['Avatar_settings'] = "Avatar Settings"; -$lang['Allow_local'] = "Enable gallery avatars"; -$lang['Allow_remote'] = "Enable remote avatars"; -$lang['Allow_remote_explain'] = "Avatars linked to from another website"; -$lang['Allow_upload'] = "Enable avatar uploading"; -$lang['Max_filesize'] = "Maximum Avatar File Size"; -$lang['Max_filesize_explain'] = "For uploaded avatar files"; -$lang['Max_avatar_size'] = "Maximum Avatar Dimensions"; -$lang['Max_avatar_size_explain'] = "(Height x Width in pixels)"; -$lang['Avatar_storage_path'] = "Avatar Storage Path"; -$lang['Avatar_storage_path_explain'] = "Path under your phpBB root dir, e.g. images/avatars"; -$lang['Avatar_gallery_path'] = "Avatar Gallery Path"; -$lang['Avatar_gallery_path_explain'] = "Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery"; +$lang['Avatar_settings'] = 'Avatar Settings'; +$lang['Allow_local'] = 'Enable gallery avatars'; +$lang['Allow_remote'] = 'Enable remote avatars'; +$lang['Allow_remote_explain'] = 'Avatars linked to from another website'; +$lang['Allow_upload'] = 'Enable avatar uploading'; +$lang['Max_filesize'] = 'Maximum Avatar File Size'; +$lang['Max_filesize_explain'] = 'For uploaded avatar files'; +$lang['Max_avatar_size'] = 'Maximum Avatar Dimensions'; +$lang['Max_avatar_size_explain'] = '(Height x Width in pixels)'; +$lang['Avatar_storage_path'] = 'Avatar Storage Path'; +$lang['Avatar_storage_path_explain'] = 'Path under your phpBB root dir, e.g. images/avatars'; +$lang['Avatar_gallery_path'] = 'Avatar Gallery Path'; +$lang['Avatar_gallery_path_explain'] = 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery'; -$lang['COPPA_settings'] = "COPPA Settings"; -$lang['COPPA_fax'] = "COPPA Fax Number"; -$lang['COPPA_mail'] = "COPPA Mailing Address"; -$lang['COPPA_mail_explain'] = "This is the mailing address where parents will send COPPA registration forms"; +$lang['COPPA_settings'] = 'COPPA Settings'; +$lang['COPPA_fax'] = 'COPPA Fax Number'; +$lang['COPPA_mail'] = 'COPPA Mailing Address'; +$lang['COPPA_mail_explain'] = 'This is the mailing address where parents will send COPPA registration forms'; -$lang['Email_settings'] = "Email Settings"; -$lang['Admin_email'] = "Admin Email Address"; -$lang['Email_sig'] = "Email Signature"; -$lang['Email_sig_explain'] = "This text will be attached to all emails the board sends"; -$lang['Use_SMTP'] = "Use SMTP Server for email"; -$lang['Use_SMTP_explain'] = "Say yes if you want or have to send email via a named server instead of the local mail function"; -$lang['SMTP_server'] = "SMTP Server Address"; -$lang['SMTP_username'] = "SMTP Username"; -$lang['SMTP_username_explain'] = "Only enter a username if your smtp server requires it"; -$lang['SMTP_password'] = "SMTP Password"; -$lang['SMTP_password_explain'] = "Only enter a password if your smtp server requires it"; +$lang['Email_settings'] = 'Email Settings'; +$lang['Admin_email'] = 'Admin Email Address'; +$lang['Email_sig'] = 'Email Signature'; +$lang['Email_sig_explain'] = 'This text will be attached to all emails the board sends'; +$lang['Use_SMTP'] = 'Use SMTP Server for email'; +$lang['Use_SMTP_explain'] = 'Say yes if you want or have to send email via a named server instead of the local mail function'; +$lang['SMTP_server'] = 'SMTP Server Address'; +$lang['SMTP_username'] = 'SMTP Username'; +$lang['SMTP_username_explain'] = 'Only enter a username if your smtp server requires it'; +$lang['SMTP_password'] = 'SMTP Password'; +$lang['SMTP_password_explain'] = 'Only enter a password if your smtp server requires it'; -$lang['Disable_privmsg'] = "Private Messaging"; -$lang['Inbox_limits'] = "Max posts in Inbox"; -$lang['Sentbox_limits'] = "Max posts in Sentbox"; -$lang['Savebox_limits'] = "Max posts in Savebox"; +$lang['Disable_privmsg'] = 'Private Messaging'; +$lang['Inbox_limits'] = 'Max posts in Inbox'; +$lang['Sentbox_limits'] = 'Max posts in Sentbox'; +$lang['Savebox_limits'] = 'Max posts in Savebox'; -$lang['Cookie_settings'] = "Cookie settings"; -$lang['Cookie_settings_explain'] = "These details define how cookies are sent to your users browsers. In most cases the default values for the cookie settings should be sufficient but if you need to change them do so with care, incorrect settings can prevent users logging in"; -$lang['Cookie_domain'] = "Cookie domain"; -$lang['Cookie_name'] = "Cookie name"; -$lang['Cookie_path'] = "Cookie path"; -$lang['Cookie_secure'] = "Cookie secure"; -$lang['Cookie_secure_explain'] = "If your server is running via SSL set this to enabled else leave as disabled"; -$lang['Session_length'] = "Session length [ seconds ]"; +$lang['Cookie_settings'] = 'Cookie settings'; +$lang['Cookie_settings_explain'] = 'These details define how cookies are sent to your users browsers. In most cases the default values for the cookie settings should be sufficient but if you need to change them do so with care, incorrect settings can prevent users logging in'; +$lang['Cookie_domain'] = 'Cookie domain'; +$lang['Cookie_name'] = 'Cookie name'; +$lang['Cookie_path'] = 'Cookie path'; +$lang['Cookie_secure'] = 'Cookie secure'; +$lang['Cookie_secure_explain'] = 'If your server is running via SSL set this to enabled else leave as disabled'; +$lang['Session_length'] = 'Session length [ seconds ]'; // // 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 Successfully"; -$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"; +$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 Successfully'; +$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'; -$lang['Move_contents'] = "Move all contents"; -$lang['Forum_delete'] = "Delete Forum"; -$lang['Forum_delete_explain'] = "The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained."; +$lang['Move_contents'] = 'Move all contents'; +$lang['Forum_delete'] = 'Delete Forum'; +$lang['Forum_delete_explain'] = 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.'; -$lang['Forum_settings'] = "General Forum Settings"; -$lang['Forum_name'] = "Forum name"; -$lang['Forum_desc'] = "Description"; -$lang['Forum_status'] = "Forum status"; -$lang['Forum_pruning'] = "Auto-pruning"; +$lang['Forum_settings'] = 'General Forum Settings'; +$lang['Forum_name'] = 'Forum name'; +$lang['Forum_desc'] = 'Description'; +$lang['Forum_status'] = 'Forum status'; +$lang['Forum_pruning'] = 'Auto-pruning'; $lang['prune_freq'] = 'Check for topic age every'; -$lang['prune_days'] = "Remove topics that have not been posted to in"; -$lang['Set_prune_data'] = "You have turned on auto-prune for this forum but did not set a frequency or number of days to prune. Please go back and do so"; +$lang['prune_days'] = 'Remove topics that have not been posted to in'; +$lang['Set_prune_data'] = 'You have turned on auto-prune for this forum but did not set a frequency or number of days to prune. Please go back and do so'; -$lang['Move_and_Delete'] = "Move and Delete"; +$lang['Move_and_Delete'] = 'Move and Delete'; -$lang['Delete_all_posts'] = "Delete all posts"; -$lang['Nowhere_to_move'] = "Nowhere to move too"; +$lang['Delete_all_posts'] = 'Delete all posts'; +$lang['Nowhere_to_move'] = 'Nowhere to move too'; -$lang['Edit_Category'] = "Edit Category"; -$lang['Edit_Category_explain'] = "Use this form to modify a categories name."; +$lang['Edit_Category'] = 'Edit Category'; +$lang['Edit_Category_explain'] = 'Use this form to modify a categories name.'; -$lang['Forums_updated'] = "Forum and Category information updated successfully"; +$lang['Forums_updated'] = 'Forum and Category information updated successfully'; -$lang['Must_delete_forums'] = "You need to delete all forums before you can delete this category"; +$lang['Must_delete_forums'] = 'You need to delete all forums before you can delete this category'; -$lang['Click_return_forumadmin'] = "Click %sHere%s to return to Forum Administration"; +$lang['Click_return_forumadmin'] = 'Click %sHere%s to return to Forum Administration'; // // Smiley Management // -$lang['smiley_title'] = "Smiles Editing Utility"; -$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_title'] = 'Smiles Editing Utility'; +$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['smiley_code'] = "Smiley Code"; -$lang['smiley_url'] = "Smiley Image File"; -$lang['smiley_emot'] = "Smiley Emotion"; -$lang['smile_add'] = "Add a new Smiley"; -$lang['Smile'] = "Smile"; -$lang['Emotion'] = "Emotion"; +$lang['smiley_config'] = 'Smiley Configuration'; +$lang['smiley_code'] = 'Smiley Code'; +$lang['smiley_url'] = 'Smiley Image File'; +$lang['smiley_emot'] = 'Smiley Emotion'; +$lang['smile_add'] = 'Add a new Smiley'; +$lang['Smile'] = 'Smile'; +$lang['Emotion'] = 'Emotion'; -$lang['Select_pak'] = "Select Pack (.pak) File"; -$lang['replace_existing'] = "Replace Existing Smiley"; -$lang['keep_existing'] = "Keep Existing Smiley"; -$lang['smiley_import_inst'] = "You should unzip the smiley package and upload all files to the appropriate Smiley directory for your installation. Then select the correct information in this form to import the smiley pack."; -$lang['smiley_import'] = "Smiley Pack Import"; -$lang['choose_smile_pak'] = "Choose a Smile Pack .pak file"; -$lang['import'] = "Import Smileys"; -$lang['smile_conflicts'] = "What should be done in case of conflicts"; -$lang['del_existing_smileys'] = "Delete existing smileys before import"; -$lang['import_smile_pack'] = "Import Smiley Pack"; -$lang['export_smile_pack'] = "Create Smiley Pack"; -$lang['export_smiles'] = "To create a smiley pack from your currently installed smileys, click %sHere%s to download the smiles.pak file. Name this file appropriately making sure to keep the .pak file extension. Then create a zip file containing all of your smiley images plus this .pak configuration file."; +$lang['Select_pak'] = 'Select Pack (.pak) File'; +$lang['replace_existing'] = 'Replace Existing Smiley'; +$lang['keep_existing'] = 'Keep Existing Smiley'; +$lang['smiley_import_inst'] = 'You should unzip the smiley package and upload all files to the appropriate Smiley directory for your installation. Then select the correct information in this form to import the smiley pack.'; +$lang['smiley_import'] = 'Smiley Pack Import'; +$lang['choose_smile_pak'] = 'Choose a Smile Pack .pak file'; +$lang['import'] = 'Import Smileys'; +$lang['smile_conflicts'] = 'What should be done in case of conflicts'; +$lang['del_existing_smileys'] = 'Delete existing smileys before import'; +$lang['import_smile_pack'] = 'Import Smiley Pack'; +$lang['export_smile_pack'] = 'Create Smiley Pack'; +$lang['export_smiles'] = 'To create a smiley pack from your currently installed smileys, click %sHere%s to download the smiles.pak file. Name this file appropriately making sure to keep the .pak file extension. Then create a zip file containing all of your smiley images plus this .pak configuration file.'; -$lang['smiley_add_success'] = "The Smiley was successfully added"; -$lang['smiley_edit_success'] = "The Smiley was successfully updated"; -$lang['smiley_import_success'] = "The Smiley Pack was imported successfully!"; -$lang['smiley_del_success'] = "The Smiley was successfully removed"; -$lang['Click_return_smileadmin'] = "Click %sHere%s to return to Smiley Administration"; +$lang['smiley_add_success'] = 'The Smiley was successfully added'; +$lang['smiley_edit_success'] = 'The Smiley was successfully updated'; +$lang['smiley_import_success'] = 'The Smiley Pack was imported successfully!'; +$lang['smiley_del_success'] = 'The Smiley was successfully removed'; +$lang['Click_return_smileadmin'] = 'Click %sHere%s to return to Smiley Administration'; // // User Management // -$lang['User_admin'] = "User 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."; +$lang['User_admin'] = 'User 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.'; -$lang['Look_up_user'] = "Look up user"; +$lang['Look_up_user'] = 'Look up user'; -$lang['Admin_user_fail'] = "Couldn't update the users profile."; -$lang['Admin_user_updated'] = "The user's profile was successfully updated."; -$lang['Click_return_useradmin'] = "Click %sHere%s to return to User Administration"; +$lang['Admin_user_updated'] = 'The users profile was successfully updated.'; +$lang['Click_return_useradmin'] = 'Click %sHere%s to return to User Administration'; -$lang['User_delete'] = "Delete this user"; -$lang['User_delete_explain'] = "Click here to delete this user, this cannot be undone."; -$lang['User_deleted'] = "User was successfully deleted."; +$lang['User_delete'] = 'Delete this user'; +$lang['User_delete_explain'] = 'Click here to delete this user, this cannot be undone.'; +$lang['User_deleted'] = 'User was successfully deleted.'; -$lang['User_status'] = "User is active"; -$lang['User_allowpm'] = "Can send Private Messages"; -$lang['User_allowavatar'] = "Can display avatar"; +$lang['User_status'] = 'User is active'; +$lang['User_allowpm'] = 'Can send Private Messages'; +$lang['User_allowavatar'] = 'Can display avatar'; -$lang['Admin_avatar_explain'] = "Here you can see and delete the user's current avatar."; +$lang['Admin_avatar_explain'] = 'Here you can see and delete the users current avatar.'; -$lang['User_special'] = "Special admin-only fields"; -$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."; +$lang['User_special'] = 'Special admin-only fields'; +$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_administration'] = "Group Administration"; -$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"; -$lang['group_moderator'] = "Group moderator"; -$lang['group_status'] = "Group status"; -$lang['group_open'] = "Open group"; -$lang['group_closed'] = "Closed group"; -$lang['group_hidden'] = "Hidden 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"; -$lang['delete_group_moderator'] = "Delete the old group moderator?"; -$lang['delete_moderator_explain'] = "If you're changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group."; -$lang['Click_return_groupsadmin'] = "Click %sHere%s to return to Group Administration."; -$lang['Select_group'] = "Select a group"; -$lang['Look_up_group'] = "Look up group"; +$lang['Group_administration'] = 'Group Administration'; +$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'; +$lang['group_moderator'] = 'Group moderator'; +$lang['group_status'] = 'Group status'; +$lang['group_open'] = 'Open group'; +$lang['group_closed'] = 'Closed group'; +$lang['group_hidden'] = 'Hidden 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'; +$lang['delete_group_moderator'] = 'Delete the old group moderator?'; +$lang['delete_moderator_explain'] = 'If you are changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group.'; +$lang['Click_return_groupsadmin'] = 'Click %sHere%s to return to Group Administration.'; +$lang['Select_group'] = 'Select a group'; +$lang['Look_up_group'] = 'Look up group'; // // Prune Administration // -$lang['Forum_Prune'] = "Forum Prune"; -$lang['Forum_Prune_explain'] = "This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually."; -$lang['Do_Prune'] = "Do Prune"; -$lang['All_Forums'] = "All Forums"; -$lang['Prune_topics_not_posted'] = "Prune topics with no replies in this many days"; -$lang['Topics_pruned'] = "Topics pruned"; -$lang['Posts_pruned'] = "Posts pruned"; -$lang['Prune_success'] = "Pruning of forums was successful"; +$lang['Forum_Prune'] = 'Forum Prune'; +$lang['Forum_Prune_explain'] = 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually.'; +$lang['Do_Prune'] = 'Do Prune'; +$lang['All_Forums'] = 'All Forums'; +$lang['Prune_topics_not_posted'] = 'Prune topics with no replies in this many days'; +$lang['Topics_pruned'] = 'Topics pruned'; +$lang['Posts_pruned'] = 'Posts pruned'; +$lang['Prune_success'] = 'Pruning of forums was successful'; // // Word censor // -$lang['Words_title'] = "Word Censoring"; -$lang['Words_explain'] = "From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, eg. *test* will match detestable, test* would match testing, *test would match detest."; -$lang['Word'] = "Word"; -$lang['Edit_word_censor'] = "Edit word censor"; -$lang['Replacement'] = "Replacement"; -$lang['Add_new_word'] = "Add new word"; -$lang['Update_word'] = "Update word censor"; +$lang['Words_title'] = 'Word Censoring'; +$lang['Words_explain'] = 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, eg. *test* will match detestable, test* would match testing, *test would match detest.'; +$lang['Word'] = 'Word'; +$lang['Edit_word_censor'] = 'Edit word censor'; +$lang['Replacement'] = 'Replacement'; +$lang['Add_new_word'] = 'Add new word'; +$lang['Update_word'] = 'Update word censor'; -$lang['Must_enter_word'] = "You must enter a word and its replacement"; -$lang['No_word_selected'] = "No word selected for editing"; +$lang['Must_enter_word'] = 'You must enter a word and its replacement'; +$lang['No_word_selected'] = 'No word selected for editing'; -$lang['Word_updated'] = "The selected word censor has been successfully updated"; -$lang['Word_added'] = "The word censor has been successfully added"; -$lang['Word_removed'] = "The selected word censor has been successfully removed"; +$lang['Word_updated'] = 'The selected word censor has been successfully updated'; +$lang['Word_added'] = 'The word censor has been successfully added'; +$lang['Word_removed'] = 'The selected word censor has been successfully removed'; -$lang['Click_return_wordadmin'] = "Click %sHere%s to return to Word Censor Administration"; +$lang['Click_return_wordadmin'] = 'Click %sHere%s to return to Word Censor Administration'; // // 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 recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed"; -$lang['Compose'] = "Compose"; +$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 recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed'; +$lang['Compose'] = 'Compose'; -$lang['Recipients'] = "Recipients"; -$lang['All_users'] = "All Users"; +$lang['Recipients'] = 'Recipients'; +$lang['All_users'] = 'All Users'; -$lang['Email_successfull'] = "Your message has been sent"; -$lang['Click_return_massemail'] = "Click %sHere%s to return to the Mass Email form"; +$lang['Email_successfull'] = 'Your message has been sent'; +$lang['Click_return_massemail'] = 'Click %sHere%s to return to the Mass Email form'; // // Ranks admin // -$lang['Ranks_title'] = "Rank Administration"; -$lang['Ranks_explain'] = "Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility"; +$lang['Ranks_title'] = 'Rank Administration'; +$lang['Ranks_explain'] = 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility'; -$lang['Add_new_rank'] = "Add new rank"; +$lang['Add_new_rank'] = 'Add new rank'; -$lang['Rank_title'] = "Rank Title"; -$lang['Rank_special'] = "Set as Special Rank"; -$lang['Rank_minimum'] = "Minimum Posts"; -$lang['Rank_maximum'] = "Maximum Posts"; -$lang['Rank_image'] = "Rank Image (Relative to phpBB2 root path)"; -$lang['Rank_image_explain'] = "Use this to define a small image associated with the rank"; +$lang['Rank_title'] = 'Rank Title'; +$lang['Rank_special'] = 'Set as Special Rank'; +$lang['Rank_minimum'] = 'Minimum Posts'; +$lang['Rank_maximum'] = 'Maximum Posts'; +$lang['Rank_image'] = 'Rank Image (Relative to phpBB2 root path)'; +$lang['Rank_image_explain'] = 'Use this to define a small image associated with the rank'; -$lang['Must_select_rank'] = "You must select a rank"; -$lang['No_assigned_rank'] = "No special rank assigned"; +$lang['Must_select_rank'] = 'You must select a rank'; +$lang['No_assigned_rank'] = 'No special rank assigned'; -$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['No_update_ranks'] = "The rank was successfully deleted, however, user accounts using this rank were not updated. You will need to manually reset the rank on these accounts"; +$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['No_update_ranks'] = 'The rank was successfully deleted, however, user accounts using this rank were not updated. You will need to manually reset the rank on these accounts'; -$lang['Click_return_rankadmin'] = "Click %sHere%s to return to Rank Administration"; +$lang['Click_return_rankadmin'] = 'Click %sHere%s to return to Rank Administration'; // // Disallow Username Admin // -$lang['Disallow_control'] = "Username Disallow Control"; -$lang['Disallow_explain'] = "Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it"; +$lang['Disallow_control'] = 'Username Disallow Control'; +$lang['Disallow_explain'] = 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it'; -$lang['Delete_disallow'] = "Delete"; -$lang['Delete_disallow_title'] = "Remove a Disallowed Username"; -$lang['Delete_disallow_explain'] = "You can remove a disallowed username by selecting the username from this list and clicking submit"; +$lang['Delete_disallow'] = 'Delete'; +$lang['Delete_disallow_title'] = 'Remove a Disallowed Username'; +$lang['Delete_disallow_explain'] = 'You can remove a disallowed username by selecting the username from this list and clicking submit'; -$lang['Add_disallow'] = "Add"; -$lang['Add_disallow_title'] = "Add a disallowed username"; -$lang['Add_disallow_explain'] = "You can disallow a username using the wildcard character * to match any character"; +$lang['Add_disallow'] = 'Add'; +$lang['Add_disallow_title'] = 'Add a disallowed username'; +$lang['Add_disallow_explain'] = 'You can disallow a username using the wildcard character * to match any character'; -$lang['No_disallowed'] = "No Disallowed Usernames"; +$lang['No_disallowed'] = 'No Disallowed Usernames'; -$lang['Disallowed_deleted'] = "The disallowed username has been successfully removed"; -$lang['Disallow_successful'] = "The disallowed username has been successfully added"; -$lang['Disallowed_already'] = "The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present"; - -$lang['Click_return_disallowadmin'] = "Click %sHere%s to return to Disallow Username Administration"; +$lang['Disallowed_deleted'] = 'The disallowed username has been successfully removed'; +$lang['Disallow_successful'] = 'The disallowed username has been successfully added'; +$lang['Disallowed_already'] = 'The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present'; +$lang['Click_return_disallowadmin'] = 'Click %sHere%s to return to Disallow Username Administration'; // // Styles Admin // -$lang['Styles_admin'] = "Styles Administration"; -$lang['Styles_explain'] = "Using this facility you can add, remove and manage styles (templates and themes) available to your users"; -$lang['Styles_addnew_explain'] = "The following list contains all the themes that are available for the templates you currently have. The items on this list have not yet been installed into the phpBB database. To install a theme simply click the install link beside an entry"; +$lang['Styles_admin'] = 'Styles Administration'; +$lang['Styles_explain'] = 'Using this facility you can add, remove and manage styles (templates and themes) available to your users'; +$lang['Styles_addnew_explain'] = 'The following list contains all the themes that are available for the templates you currently have. The items on this list have not yet been installed into the phpBB database. To install a theme simply click the install link beside an entry'; -$lang['Select_template'] = "Select a Template"; +$lang['Select_template'] = 'Select a Template'; -$lang['Style'] = "Style"; -$lang['Template'] = "Template"; -$lang['Install'] = "Install"; -$lang['Download'] = "Download"; +$lang['Edit_styles'] = 'Edit Styles'; +$lang['Edit_templates'] = 'Edit Templates'; +$lang['Edit_imagesets'] = 'Edit Imagesets'; +$lang['Edit_themes'] = 'Edit Themes'; -$lang['Edit_theme'] = "Edit Theme"; -$lang['Edit_theme_explain'] = "In the form below you can edit the settings for the selected theme"; +$lang['Style'] = 'Style'; +$lang['Template'] = 'Template'; +$lang['Install'] = 'Install'; +$lang['Download'] = 'Download'; -$lang['Create_theme'] = "Create Theme"; -$lang['Create_theme_explain'] = "Use the form below to create a new theme for a selected template. When entering colours (for which you should use hexadecimal notation) you must not include the initial #, i.e.. CCCCCC is valid, #CCCCCC is not"; +$lang['Edit_theme'] = 'Edit Theme'; +$lang['Edit_theme_explain'] = 'In the form below you can edit the settings for the selected theme'; -$lang['Export_themes'] = "Export Themes"; -$lang['Export_explain'] = "In this panel you will be able to export the theme data for a selected template. Select the template from the list below and the script will create the theme configuration file and attempt to save it to the selected template directory. If it cannot save the file itself it will give you the option to download it. In order for the script to save the file you must give write access to the webserver for the selected template dir. For more information on this see the phpBB 2 users guide."; +$lang['Create_theme'] = 'Create Theme'; +$lang['Create_theme_explain'] = 'Use the form below to create a new theme for a selected template. When entering colours (for which you should use hexadecimal notation) you must not include the initial #, i.e.. CCCCCC is valid, #CCCCCC is not'; -$lang['Theme_installed'] = "The selected theme has been installed successfully"; -$lang['Style_removed'] = "The selected style has been removed from the database. To fully remove this style from your system you must delete the appropriate style from your templates directory."; -$lang['Theme_info_saved'] = "The theme information for the selected template has been saved. You should now return the permissions on the theme_info.cfg (and if applicable the selected template directory) to read-only"; -$lang['Theme_updated'] = "The selected theme has been updated. You should now export the new theme settings"; -$lang['Theme_created'] = "Theme created. You should now export the theme to the theme configuration file for safe keeping or use elsewhere"; +$lang['Export_themes'] = 'Export Themes'; +$lang['Export_explain'] = 'In this panel you will be able to export the theme data for a selected template. Select the template from the list below and the script will create the theme configuration file and attempt to save it to the selected template directory. If it cannot save the file itself it will give you the option to download it. In order for the script to save the file you must give write access to the webserver for the selected template dir. For more information on this see the phpBB 2 users guide.'; -$lang['Confirm_delete_style'] = "Are you sure you want to delete this style"; +$lang['Theme_installed'] = 'The selected theme has been installed successfully'; +$lang['Style_removed'] = 'The selected style has been removed from the database. To fully remove this style from your system you must delete the appropriate style from your templates directory.'; +$lang['Theme_info_saved'] = 'The theme information for the selected template has been saved. You should now return the permissions on the theme_info.cfg (and if applicable the selected template directory) to read-only'; +$lang['Theme_updated'] = 'The selected theme has been updated. You should now export the new theme settings'; +$lang['Theme_created'] = 'Theme created. You should now export the theme to the theme configuration file for safe keeping or use elsewhere'; -$lang['Download_theme_cfg'] = "The exporter could not write the theme information file. Click the button below to download this file with your browser. Once you have downloaded it you can transfer it to the directory containing the template files. You can then package the files for distribution or use elsewhere if you desire"; -$lang['No_themes'] = "The template you selected has no themes attached to it. To create a new theme click the Create New link on the left hand panel"; -$lang['No_template_dir'] = "Could not open the template directory. It may be unreadable by the webserver or may not exist"; -$lang['Cannot_remove_style'] = "You cannot remove the style selected since it is currently the forum default. Please change the default style and try again."; -$lang['Style_exists'] = "The style name to selected already exists, please go back and choose a different name."; +$lang['Confirm_delete_style'] = 'Are you sure you want to delete this style'; -$lang['Click_return_styleadmin'] = "Click %sHere%s to return to Style Administration"; +$lang['Download_theme_cfg'] = 'The exporter could not write the theme information file. Click the button below to download this file with your browser. Once you have downloaded it you can transfer it to the directory containing the template files. You can then package the files for distribution or use elsewhere if you desire'; +$lang['No_themes'] = 'The template you selected has no themes attached to it. To create a new theme click the Create New link on the left hand panel'; +$lang['No_template_dir'] = 'Could not open the template directory. It may be unreadable by the webserver or may not exist'; +$lang['Cannot_remove_style'] = 'You cannot remove the style selected since it is currently the forum default. Please change the default style and try again.'; +$lang['Style_exists'] = 'The style name to selected already exists, please go back and choose a different name.'; -$lang['Theme_settings'] = "Theme Settings"; -$lang['Theme_element'] = "Theme Element"; -$lang['Simple_name'] = "Simple Name"; -$lang['Value'] = "Value"; -$lang['Save_Settings'] = "Save Settings"; - -$lang['Stylesheet'] = "CSS Stylesheet"; -$lang['Background_image'] = "Background Image"; -$lang['Background_color'] = "Background Colour"; -$lang['Theme_name'] = "Theme Name"; -$lang['Link_color'] = "Link Colour"; -$lang['Text_color'] = "Text Colour"; -$lang['VLink_color'] = "Visited Link Colour"; -$lang['ALink_color'] = "Active Link Colour"; -$lang['HLink_color'] = "Hover Link Colour"; -$lang['Tr_color1'] = "Table Row Colour 1"; -$lang['Tr_color2'] = "Table Row Colour 2"; -$lang['Tr_color3'] = "Table Row Colour 3"; -$lang['Tr_class1'] = "Table Row Class 1"; -$lang['Tr_class2'] = "Table Row Class 2"; -$lang['Tr_class3'] = "Table Row Class 3"; -$lang['Th_color1'] = "Table Header Colour 1"; -$lang['Th_color2'] = "Table Header Colour 2"; -$lang['Th_color3'] = "Table Header Colour 3"; -$lang['Th_class1'] = "Table Header Class 1"; -$lang['Th_class2'] = "Table Header Class 2"; -$lang['Th_class3'] = "Table Header Class 3"; -$lang['Td_color1'] = "Table Cell Colour 1"; -$lang['Td_color2'] = "Table Cell Colour 2"; -$lang['Td_color3'] = "Table Cell Colour 3"; -$lang['Td_class1'] = "Table Cell Class 1"; -$lang['Td_class2'] = "Table Cell Class 2"; -$lang['Td_class3'] = "Table Cell Class 3"; -$lang['fontface1'] = "Font Face 1"; -$lang['fontface2'] = "Font Face 2"; -$lang['fontface3'] = "Font Face 3"; -$lang['fontsize1'] = "Font Size 1"; -$lang['fontsize2'] = "Font Size 2"; -$lang['fontsize3'] = "Font Size 3"; -$lang['fontcolor1'] = "Font Colour 1"; -$lang['fontcolor2'] = "Font Colour 2"; -$lang['fontcolor3'] = "Font Colour 3"; -$lang['span_class1'] = "Span Class 1"; -$lang['span_class2'] = "Span Class 2"; -$lang['span_class3'] = "Span Class 3"; -$lang['img_poll_size'] = "Polling Image Size [px]"; -$lang['img_pm_size'] = "Private Message Status size [px]"; +$lang['Click_return_styleadmin'] = 'Click %sHere%s to return to Style Administration'; +$lang['Value'] = 'Value'; +$lang['Save_Settings'] = 'Save Settings'; // // Install Process // -$lang['Welcome_install'] = "Welcome to phpBB 2 Installation"; -$lang['Initial_config'] = "Basic Configuration"; -$lang['DB_config'] = "Database Configuration"; -$lang['Admin_config'] = "Admin Configuration"; -$lang['continue_upgrade'] = "Once you have downloaded your config file to your local machine you may\"Continue Upgrade\" button below to move forward with the upgrade process. Please wait to upload the config file until the upgrade process is complete."; -$lang['upgrade_submit'] = "Continue Upgrade"; +$lang['Welcome_install'] = 'Welcome to phpBB 2 Installation'; +$lang['Initial_config'] = 'Basic Configuration'; +$lang['DB_config'] = 'Database Configuration'; +$lang['Admin_config'] = 'Admin Configuration'; +$lang['continue_upgrade'] = 'Once you have downloaded your config file to your local machine you may\'Continue Upgrade\' button below to move forward with the upgrade process. Please wait to upload the config file until the upgrade process is complete.'; +$lang['upgrade_submit'] = 'Continue Upgrade'; -$lang['Installer_Error'] = "An error has occurred during installation"; -$lang['Previous_Install'] = "A previous installation has been detected"; -$lang['Install_db_error'] = "An error occurred trying to update the database"; +$lang['Installer_Error'] = 'An error has occurred during installation'; +$lang['Previous_Install'] = 'A previous installation has been detected'; +$lang['Install_db_error'] = 'An error occurred trying to update the database'; -$lang['Re_install'] = "Your previous installation is still active.

If you would like to re-install phpBB 2 you should click the Yes button below. Please be aware that doing so will destroy all existing data, no backups will be made! The administrator username and password you have used to login in to the board will be re-created after the re-installation, no other settings will be retained.

Think carefully before pressing Yes!"; +$lang['Re_install'] = 'Your previous installation is still active.

If you would like to re-install phpBB 2 you should click the Yes button below. Please be aware that doing so will destroy all existing data, no backups will be made! The administrator username and password you have used to login in to the board will be re-created after the re-installation, no other settings will be retained.

Think carefully before pressing Yes!'; -$lang['Inst_Step_0'] = "Thank you for choosing phpBB 2. In order to complete this install please fill out the details requested below. Please note that the database you install into should already exist. If you are installing to a database that uses ODBC, e.g. MS Access you should first create a DSN for it before proceeding."; +$lang['Inst_Step_0'] = 'Thank you for choosing phpBB 2. In order to complete this install please fill out the details requested below. Please note that the database you install into should already exist. If you are installing to a database that uses ODBC, e.g. MS Access you should first create a DSN for it before proceeding.'; -$lang['Start_Install'] = "Start Install"; -$lang['Finish_Install'] = "Finish Installation"; +$lang['Start_Install'] = 'Start Install'; +$lang['Finish_Install'] = 'Finish Installation'; -$lang['Default_lang'] = "Default board language"; -$lang['DB_Host'] = "Database Server Hostname / DSN"; -$lang['DB_Name'] = "Your Database Name"; -$lang['DB_Username'] = "Database Username"; -$lang['DB_Password'] = "Database Password"; -$lang['Database'] = "Your Database"; -$lang['Install_lang'] = "Choose Language for Installation"; -$lang['dbms'] = "Database Type"; -$lang['Table_Prefix'] = "Prefix for tables in database"; -$lang['Admin_Username'] = "Administrator Username"; -$lang['Admin_Password'] = "Administrator Password"; -$lang['Admin_Password_confirm'] = "Administrator Password [ Confirm ]"; +$lang['Default_lang'] = 'Default board language'; +$lang['DB_Host'] = 'Database Server Hostname / DSN'; +$lang['DB_Name'] = 'Your Database Name'; +$lang['DB_Username'] = 'Database Username'; +$lang['DB_Password'] = 'Database Password'; +$lang['Database'] = 'Your Database'; +$lang['Install_lang'] = 'Choose Language for Installation'; +$lang['dbms'] = 'Database Type'; +$lang['Table_Prefix'] = 'Prefix for tables in database'; +$lang['Admin_Username'] = 'Administrator Username'; +$lang['Admin_Password'] = 'Administrator Password'; +$lang['Admin_Password_confirm'] = 'Administrator Password [ Confirm ]'; -$lang['Inst_Step_2'] = "Your admin username has been created. At this point your basic installation is complete. You will now be taken to a screen which will allow you to administer your new installation. Please be sure to check the General Configuration details and make any required changes. Thank you for choosing phpBB 2."; +$lang['Inst_Step_2'] = 'Your admin username has been created. At this point your basic installation is complete. You will now be taken to a screen which will allow you to administer your new installation. Please be sure to check the General Configuration details and make any required changes. Thank you for choosing phpBB 2.'; -$lang['Unwriteable_config'] = "Your config file is un-writeable at present. A copy of the config file will be downloaded to your when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control centre (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2."; -$lang['Download_config'] = "Download Config"; +$lang['Unwriteable_config'] = 'Your config file is un-writeable at present. A copy of the config file will be downloaded to your when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control centre (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2.'; +$lang['Download_config'] = 'Download Config'; -$lang['ftp_choose'] = "Choose Download Method"; -$lang['ftp_option'] = "
Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically ftp the config file into place."; -$lang['ftp_instructs'] = "You have chosen to ftp the file to the account containing phpBB 2 automatically. Please enter the information below to facilitate this process. Note that the FTP path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it using any normal client."; -$lang['ftp_info'] = "Enter Your FTP Information"; -$lang['Attempt_ftp'] = "Attempt to ftp config file into place"; -$lang['Send_file'] = "Just send the file to me and I'll ftp it manually"; -$lang['ftp_path'] = "FTP path to phpBB 2"; -$lang['ftp_username'] = "Your FTP Username"; -$lang['ftp_password'] = "Your FTP Password"; -$lang['Transfer_config'] = "Start Transfer"; -$lang['NoFTP_config'] = "The attempt to ftp the config file into place failed. Please download the config file and ftp it into place manually."; +$lang['ftp_choose'] = 'Choose Download Method'; +$lang['ftp_option'] = '
Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically ftp the config file into place.'; +$lang['ftp_instructs'] = 'You have chosen to ftp the file to the account containing phpBB 2 automatically. Please enter the information below to facilitate this process. Note that the FTP path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it using any normal client.'; +$lang['ftp_info'] = 'Enter Your FTP Information'; +$lang['Attempt_ftp'] = 'Attempt to ftp config file into place'; +$lang['Send_file'] = 'Just send the file to me and I will ftp it manually'; +$lang['ftp_path'] = 'FTP path to phpBB 2'; +$lang['ftp_username'] = 'Your FTP Username'; +$lang['ftp_password'] = 'Your FTP Password'; +$lang['Transfer_config'] = 'Start Transfer'; +$lang['NoFTP_config'] = 'The attempt to ftp the config file into place failed. Please download the config file and ftp it into place manually.'; -$lang['Install'] = "Install"; -$lang['Upgrade'] = "Upgrade"; +$lang['Install'] = 'Install'; +$lang['Upgrade'] = 'Upgrade'; + +$lang['Install_Method'] = 'Choose your installation method'; +$lang['Install_No_PHP4'] = 'phpBB2 requires you have at least PHP 4.0.4 installed

Contact your hosting provider or see www.php.net for more information'; +$lang['Install_No_Ext'] = 'The PHP configuration on your server does not support the database type that you choose

Contact your hosting provider or see www.php.net for more information'; +$lang['Install_No_PCRE'] = 'phpBB2 requires the Perl-Compatible Regular Expressions module for PHP to be available

Contact your hosting provider or see www.php.net for more information'; -$lang['Install_Method'] = "Choose your installation method"; +// +// Search re-indexing +// +$lang['Search_indexing'] = 'Search Indexing'; +$lang['Search_indexing_explain'] = 'phpBB2 uses a fulltext search system. This breaks down each post into seperate words and then, if the word does not already exist it stores those words in a table. In turn the post is linked to each word it contains in this table. This allows quick searching of large databases and helps reduce load on the server compared to most other methods.

However, if the tables get out of sync for some reason or you change the minimum, maximum or disallowed list of words the tables need updating. This facility allows you to do just that.

Please be aware this procedure can take a long time, particularly on large databases. During this period your forum will be automatically shut down to prevent people posting. You can cancel the procedure at any time.

'; -$lang['Install_No_Ext'] = "The php configuration on your server doesn't support the database type that you choose"; +$lang['Start'] = 'Start'; +$lang['Stop'] = 'Stop'; -$lang['Install_No_PCRE'] = "phpBB2 Requires the Perl-Compatible Regular Expressions Module for php which your php configuration doesn't appear to support!"; +$lang['Indexing_stop_explain'] = 'Search re-indexing has been stopped. Please note that because you stopped the procedure before it completed some posts will now not appear when words they contain are searched for.'; +$lang['Indexing_finished_explain'] = 'Search re-indexing has been completed successfully.'; // // That's all Folks! // ------------------------------------------------- -?> +?> \ No newline at end of file diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index 68b018319f..32ac90aa94 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -27,7 +27,7 @@ // are sent to the template // -$lang['ENCODING'] = 'iso-8859-1'; +$lang['ENCODING'] = 'iso-8859-15'; $lang['DIRECTION'] = 'ltr'; // rtl for Arabic, Hebrew, etc. $lang['LEFT'] = 'left'; // right for Arabic, Hebrew, etc. $lang['RIGHT'] = 'right'; // left for Arabic, Hebrew, etc. @@ -61,6 +61,9 @@ $lang['1_Month'] = '1 Month'; $lang['3_Months'] = '3 Months'; $lang['6_Months'] = '6 Months'; $lang['1_Year'] = '1 Year'; +$lang['Ascending'] = 'Ascending'; +$lang['Descending'] = 'Descending'; +$lang['Post_time'] = 'Post time'; $lang['Go'] = 'Go'; $lang['Jump_to'] = 'Jump to'; @@ -152,6 +155,7 @@ $lang['Usergroups'] = 'Usergroups'; $lang['Last_Post'] = 'Last Post'; $lang['Moderator'] = 'Moderator'; $lang['Moderators'] = 'Moderators'; +$lang['View_moderators'] = 'List forum moderators'; // @@ -228,6 +232,10 @@ $lang['Rules_post_can'] = 'You can post new topics in this forum'; $lang['Rules_post_cannot'] = 'You cannot post new topics in this forum'; $lang['Rules_reply_can'] = 'You can reply to topics in this forum'; $lang['Rules_reply_cannot'] = 'You cannot reply to topics in this forum'; +$lang['Rules_attach_can'] = 'You can post attachments in this forum'; +$lang['Rules_attach_cannot'] = 'You cannot post attachments in this forum'; +$lang['Rules_download_can'] = 'You can download attachments in this forum'; +$lang['Rules_download_cannot'] = 'You cannot download attachments in this forum'; $lang['Rules_edit_can'] = 'You can edit your posts in this forum'; $lang['Rules_edit_cannot'] = 'You cannot edit your posts in this forum'; $lang['Rules_delete_can'] = 'You can delete your posts in this forum'; @@ -263,8 +271,6 @@ $lang['No_posts_topic'] = 'No posts exist for this topic'; $lang['Display_posts'] = 'Display posts from previous'; $lang['All_Posts'] = 'All Posts'; -$lang['Newest_First'] = 'Newest First'; -$lang['Oldest_First'] = 'Oldest First'; $lang['Back_to_top'] = 'Back to top'; @@ -291,8 +297,15 @@ $lang['Split_topic'] = 'Split this topic'; $lang['Stop_watching_topic'] = 'Stop watching this topic'; $lang['Start_watching_topic'] = 'Watch this topic for replies'; -$lang['No_longer_watching'] = 'You are no longer watching this topic'; -$lang['You_are_watching'] = 'You are now watching this topic'; +$lang['No_longer_watching_topic'] = 'You are no longer watching this topic'; +$lang['You_are_watching_topic'] = 'You are now watching this topic'; + +$lang['Rate_topic'] = 'Rate this topic'; +$lang['Very_poor'] = 'Very Poor'; +$lang['Quite_poor'] = 'Quite Poor'; +$lang['Unrated'] = 'Unrated'; +$lang['Quite_good'] = 'Quite Good'; +$lang['Very_good'] = 'Very Good'; $lang['Total_votes'] = 'Total Votes'; @@ -820,8 +833,9 @@ $lang['Forum_Location'] = 'Forum Location'; $lang['Last_updated'] = 'Last Updated'; $lang['Forum_index'] = 'Forum index'; +$lang['Reading_topic'] = 'Reading topic in %s'; $lang['Logging_on'] = 'Logging on'; -$lang['Posting_message'] = 'Posting a message'; +$lang['Posting_message'] = 'Posting message in %s'; $lang['Searching_forums'] = 'Searching forums'; $lang['Viewing_profile'] = 'Viewing profile'; $lang['Viewing_online'] = 'Viewing who is online';