Removed MySQL references (MySQL changed to DB)
This commit is contained in:
parent
5396d580b3
commit
afd99c12b5
21 changed files with 80 additions and 78 deletions
|
|
@ -312,11 +312,11 @@ PHP Censor',
|
|||
'enter_password' => 'Password dell\'amministratore: ',
|
||||
'enter_app_url' => 'L\'URL di PHP Censor ("http://php-censor.locale" ad esempio): ',
|
||||
|
||||
'enter_db_host' => 'Per favore inserisci l\'host MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Per favore inserisci il nome MySQL [php-censor-db]: ',
|
||||
'enter_db_user' => 'Per favore inserisci l\'username MySQL [php-censor-user]: ',
|
||||
'enter_db_pass' => 'Per favore inserisci la password MySQL: ',
|
||||
'could_not_connect' => 'PHP Censor non può connettersi a MySQL con le informazioni fornite. Per favore prova ancora.',
|
||||
'enter_db_host' => 'Per favore inserisci l\'host DB [localhost]: ',
|
||||
'enter_db_name' => 'Per favore inserisci il nome DB [php-censor-db]: ',
|
||||
'enter_db_user' => 'Per favore inserisci l\'username DB [php-censor-user]: ',
|
||||
'enter_db_pass' => 'Per favore inserisci la password DB: ',
|
||||
'could_not_connect' => 'PHP Censor non può connettersi a DB con le informazioni fornite. Per favore prova ancora.',
|
||||
'setting_up_db' => 'Configurzione del tuo database... ',
|
||||
'user_created' => 'Account utente creato!',
|
||||
'failed_to_create' => 'PHP Censor non è riuscito a creare il tuo account amministrativo.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue