summaryrefslogtreecommitdiff
path: root/lang/English/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/English/update.php')
-rw-r--r--lang/English/update.php76
1 files changed, 76 insertions, 0 deletions
diff --git a/lang/English/update.php b/lang/English/update.php
new file mode 100644
index 0000000..1a98f77
--- /dev/null
+++ b/lang/English/update.php
@@ -0,0 +1,76 @@
+<?php
+
+// Language definitions used in db_update.php
+
+$lang_update = array(
+
+'Update' => 'Update FluxBB',
+'Update message' => 'Your FluxBB database is out-of-date and must be upgraded in order to continue. If you are the board administrator, please follow the instructions below to complete the upgrade.',
+'Note' => 'Note:',
+'Members message' => 'This process is for board administrators only. If you are a member there is nothing to worry about - the forums will be back shortly!',
+'Administrator only' => 'This step is for the board administrator only!',
+'Database password info' => 'To perform the database update please enter the database password with which FluxBB was installed. If you cannot remember, this is stored in your \'config.php\' file.',
+'Database password note' => 'If you are running SQLite (and hence have no database password) please use the database file name instead. This must exactly match the database file name given in your configuration file.',
+'Database password' => 'Database password',
+'Maintenance' => 'Maintenance',
+'Maintenance message info' => 'The message that will be displayed to users during the updating process. This text will not be parsed like regular posts and thus may contain HTML.',
+'Maintenance message' => 'Maintenance message',
+
+'You are running error' => 'You are running %1$s version %2$s. FluxBB %3$s requires at least %1$s %4$s to run properly. You must upgrade your %1$s installation before you can continue.',
+'Version mismatch error' => 'Version mismatch. The database \'%s\' doesn\'t seem to be running a FluxBB database schema supported by this update script.',
+'Invalid file error' => 'Invalid database file name. When using SQLite the database file name must be entered exactly as it appears in your \'%s\'',
+'Invalid password error' => 'Invalid database password. To upgrade FluxBB you must enter your database password exactly as it appears in your \'%s\'',
+'No password error' => 'No database password provided',
+'Script runs error' => 'It appears the update script is already being ran by someone else. If this is not the case, please manually delete the file \'%s\' and try again',
+'No update error' => 'Your forum is already as up-to-date as this script can make it',
+
+'Intro 1' => 'This script will update your forum database. The update procedure might take anything from a second to hours depending on the speed of the server and the size of the forum database. Don\'t forget to make a backup of the database before continuing.',
+'Intro 2' => 'Did you read the update instructions in the documentation? If not, start there.',
+'No charset conversion' => '<strong>IMPORTANT!</strong> FluxBB has detected that this PHP environment does not have support for the encoding mechanisms required to do UTF-8 conversion from character sets other than ISO-8859-1. What this means is that if the current character set is not ISO-8859-1, FluxBB won\'t be able to convert your forum database to UTF-8 and you will have to do it manually. Instructions for doing manual charset conversion can be found in the update instructions.',
+'Enable conversion' => '<strong>Enable conversion:</strong> When enabled this update script will, after it has made the required structural changes to the database, convert all text in the database from the current character set to UTF-8. This conversion is required if you\'re upgrading from version 1.2.',
+'Current character set' => '<strong>Current character set:</strong> If the primary language in your forum is English, you can leave this at the default value. However, if your forum is non-English, you should enter the character set of the primary language pack used in the forum. <em>Getting this wrong can corrupt your database so don\'t just guess!</em> Note: This is required even if the old database is UTF-8.',
+'Charset conversion' => 'Charset conversion',
+'Enable conversion label' => '<strong>Enable conversion</strong> (perform database charset conversion).',
+'Current character set label' => 'Current character set',
+'Current character set info' => 'Accept default for English forums otherwise the character set of the primary language pack.',
+'Start update' => 'Start update',
+'Error converting users' => 'Error converting users',
+'Error info 1' => 'There was an error converting some users. This can occur when converting from FluxBB v1.2 if multiple users have registered with very similar usernames, for example "bob" and "böb".',
+'Error info 2' => 'Below is a list of users who failed to convert. Please choose a new username for each user. Users who are renamed will automatically be sent an email alerting them of the change.',
+'New username' => 'New username',
+'Required' => '(Required)',
+'Correct errors' => 'The following errors need to be corrected:',
+'Rename users' => 'Rename users',
+'Successfully updated' => 'Your forum database was successfully updated. You may now %s.',
+'go to index' => 'go to the forum index',
+
+'Unable to lock error' => 'Unable to write update lock. Please make sure PHP has write access to the directory \'%s\' and no-one else is currently running the update script.',
+
+'Converting' => 'Converting %s …',
+'Converting item' => 'Converting %1$s %2$s …',
+'Preparsing item' => 'Preparsing %1$s %2$s …',
+'Rebuilding index item' => 'Rebuilding index for %1$s %2$s',
+'Click here' => 'Click here',
+'Automatic redirect failed' => 'Automatic redirect unsuccessful. %s to continue …',
+
+'ban' => 'ban',
+'categories' => 'categories',
+'censor words' => 'censor words',
+'configuration' => 'configuration',
+'forums' => 'forums',
+'groups' => 'groups',
+'post' => 'post',
+'report' => 'report',
+'topic' => 'topic',
+'user' => 'user',
+'signature' => 'signature',
+
+'Username too short error' => 'Usernames must be at least 2 characters long. Please choose another (longer) username.',
+'Username too long error' => 'Usernames must not be more than 25 characters long. Please choose another (shorter) username.',
+'Username Guest reserved error' => 'The username guest is reserved. Please choose another username.',
+'Username IP format error' => 'Usernames may not be in the form of an IP address. Please choose another username.',
+'Username bad characters error' => 'Usernames may not contain all the characters \', " and [ or ] at once. Please choose another username.',
+'Username BBCode error' => 'Usernames may not contain any of the text formatting tags (BBCode) that the forum uses. Please choose another username.',
+'Username duplicate error' => 'Someone is already registered with the username %s. The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.',
+
+);