mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Improved i18n of default date format on new installs
+ misc bug fixes git-svn-id: file:///svn/phpbb/trunk@6066 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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
|
||||
|
||||
));
|
||||
|
||||
?>
|
@@ -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>',
|
||||
|
Reference in New Issue
Block a user