From: Raimond Spekking Date: Fri, 10 Sep 2010 19:04:04 +0000 (+0000) Subject: Clarify definition of "letters" per request on Trenslatewiki: http://translatewiki... X-Git-Tag: 1.31.0-rc.0~35051 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=db8a90edb87f14f969cc6c5d547bb76d6b681735;p=lhc%2Fweb%2Fwiklou.git Clarify definition of "letters" per request on Trenslatewiki: translatewiki.net/wiki/Thread:Support/Letters --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 5a7781f4e4..c67823744f 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -240,16 +240,16 @@ If you do not see the database system you are trying to use listed below, then f 'config-invalid-db-type' => 'Invalid database type', 'config-missing-db-name' => 'You must enter a value for "Database name"', 'config-invalid-db-name' => 'Invalid database name "$1". -It may only contain numbers, letters and underscores.', +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', 'config-invalid-db-prefix' => 'Invalid database prefix "$1". -It may only contain numbers, letters and underscores.', +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', 'config-connection-error' => '$1. Check the host, username and password below and try again.', 'config-invalid-schema' => 'Invalid schema for MediaWiki "$1". -Use only letters, numbers and underscores.', +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', 'config-invalid-ts2schema' => 'Invalid schema for tsearch2 "$1". -Use only letters, numbers and underscores.', +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', 'config-postgres-old' => 'PostgreSQL $1 or later is required, you have $2.', 'config-sqlite-name-help' => 'Choose a name that identifies your wiki. Do not use spaces or hyphens.