1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10161] all "e-mail" strings in language files changed to "email"

according to Oleg's comment:
email is preferred by RFCs and probably the way of the future

PHPBB3-10161
This commit is contained in:
Senky
2012-04-15 20:10:51 +02:00
parent de7a166a59
commit 3741e99aab
29 changed files with 142 additions and 142 deletions

View File

@@ -240,8 +240,8 @@ $lang = array_merge($lang, array(
'INST_ERR_DB_NO_FIREBIRD_PS'=> 'The database you selected for Firebird has a page size less than 8192, it must be at least 8192.',
'INST_ERR_DB_NO_POSTGRES' => 'The database you have selected was not created in <var>UNICODE</var> or <var>UTF8</var> encoding. Try installing with a database in <var>UNICODE</var> or <var>UTF8</var> encoding.',
'INST_ERR_DB_NO_NAME' => 'No database name specified.',
'INST_ERR_EMAIL_INVALID' => 'The e-mail address you entered is invalid.',
'INST_ERR_EMAIL_MISMATCH' => 'The e-mails you entered did not match.',
'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid.',
'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.',
'INST_ERR_FATAL' => 'Fatal installation error',
'INST_ERR_FATAL_DB' => 'A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to <code>CREATE TABLES</code> or <code>INSERT</code> data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',
'INST_ERR_FTP_PATH' => 'Could not change to the given directory, please check the path.',