fix #1748918 - trnaslation mistake
This commit is contained in:
parent
ad110e2551
commit
822c908f99
@ -584,7 +584,7 @@
|
||||
@define('PHPINI_CONFIGURATION', 'Configurazione php.ini');
|
||||
@define('PHP_INSTALLATION', 'Installazione PHP');
|
||||
@define('THEY_DO', 'fanno');
|
||||
@define('THEY_DONT', 'non fanno');
|
||||
@define('THEY_DONT', 'non esistono');
|
||||
@define('SIMPLE_INSTALLATION', 'Installazione Semplice');
|
||||
@define('EXPERT_INSTALLATION', 'Installazione Avanzata');
|
||||
@define('COMPLETE_INSTALLATION', 'Installazione Completa');
|
||||
|
@ -590,7 +590,7 @@
|
||||
@define('EXPERT_INSTALLATION', 'Expert installation');
|
||||
@define('COMPLETE_INSTALLATION', 'Complete installation');
|
||||
@define('WONT_INSTALL_DB_AGAIN', 'will not install the database again');
|
||||
@define('CHECK_DATABASE_EXISTS', 'Checking to see if the database and tables already exists');
|
||||
@define('CHECK_DATABASE_EXISTS', 'Checking to see if the database and tables already exist');
|
||||
@define('CREATING_PRIMARY_AUTHOR', 'Creating primary author \'%s\'');
|
||||
@define('SETTING_DEFAULT_TEMPLATE', 'Setting default template');
|
||||
@define('INSTALLING_DEFAULT_PLUGINS', 'Installing default plugins');
|
||||
|
@ -584,7 +584,7 @@
|
||||
@define('PHPINI_CONFIGURATION', 'Configurazione php.ini');
|
||||
@define('PHP_INSTALLATION', 'Installazione PHP');
|
||||
@define('THEY_DO', 'fanno');
|
||||
@define('THEY_DONT', 'non fanno');
|
||||
@define('THEY_DONT', 'non esistono');
|
||||
@define('SIMPLE_INSTALLATION', 'Installazione Semplice');
|
||||
@define('EXPERT_INSTALLATION', 'Installazione Avanzata');
|
||||
@define('COMPLETE_INSTALLATION', 'Installazione Completa');
|
||||
|
Loading…
x
Reference in New Issue
Block a user