diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/common.php | 4 | ||||
| -rwxr-xr-x | phpBB/language/en/install.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 7f2f46f1b5..6b39a74aa0 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -712,6 +712,10 @@ $lang = array_merge($lang, array( 'F j, Y, g:i a' => 'January 10, 2005, 5:57 pm' ), + // The default dateformat which will be used on new installs in this language + // Translators should change this if a the usual date format is different + 'default_dateformat' => 'D M d, Y g:i a', // Mon Jan 10, 2005 5:57 pm + )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 1304938b72..f23fc1824b 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -85,6 +85,7 @@ $lang = array_merge($lang, array( 'DEFAULT_PREFIX_IS' => 'The default table prefix for %1$s is <strong>%2$s</strong>', 'DEV_NO_TEST_FILE' => 'No value has been specified for the test_file variable in the convertor. If you are a user of this convertor, you should not be seeing this error, please report this message to the convertor author. If you are a convertor author, you must specify the name of a file which exists in the source forum to allow the path to it to be verified.', 'DIRECTORIES_AND_FILES' => 'Directory and file setup', + 'DISABLE_KEYS' => 'Disabling keys', 'DLL_FIREBIRD' => 'Firebird 1.5+', 'DLL_FTP' => 'Remote FTP support [ Installation ]', 'DLL_MBSTRING' => 'Multi-byte character support', @@ -103,6 +104,8 @@ $lang = array_merge($lang, array( 'DL_DOWNLOAD' => 'Download', 'DONE' => 'Done', + 'ENABLE_KEYS' => 'Re-enabling keys. This can take a while', + 'FILES_OPTIONAL' => 'Optional Files and Directories', 'FILES_OPTIONAL_EXPLAIN' => '<strong>Optional</strong> - These files, directories or permissions are not required. The installation routines will attempt to use various techniques to complete if they do not exist or cannot be written to. However, the presence of these files, directories or permissions will speed installation.', 'FILES_REQUIRED' => 'Files and Directories', @@ -158,6 +161,7 @@ $lang = array_merge($lang, array( 'INST_ERR_PASSWORD_TOO_LONG' => 'The password you entered is too long. The maximum length is 30 characters.', 'INST_ERR_PASSWORD_TOO_SHORT' => 'The password you entered is too short. The minimum length is 6 characters.', 'INST_ERR_PREFIX' => 'Tables with the specified prefix already exist, please choose an alternative.', + 'INVALID_PRIMARY_KEY' => 'Invalid primary key : %s', 'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />»<b>%s</b>', 'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />»<b>%s</b>', |
