// Add mail with identifiers in installer + some missing trad

This commit is contained in:
rMalie
2012-02-08 16:07:41 +00:00
parent 641d84a277
commit a718f293c6
13 changed files with 278 additions and 25 deletions
+32
View File
@@ -155,5 +155,37 @@
'I agree to the above terms and conditions.' => 'Ich stimme den oben genannten Vertragsbedingungen zu.',
'I agree to participate in improving the solution by sending anonymous information about my configuration.' => NULL,
'If you have any questions, please visit our <a href="%1$s" target="_blank">documentation</a> and <a href="%2$s" target="_blank">community forum</a>.' => NULL,
'Test message from PrestaShop' => 'Test-Mail - Installation von PrestaShop',
'This is a test message, your server is now available to send email' => 'Dies ist eine Testnachricht, Ihr E-Mail-Server funktioniert korrekt.',
'%s - Login information' => NULL,
'An SQL error occured for entity <i>%1$s</i>: <i>%2$s</i>' => NULL,
'Cannot create image "%1$s" for entity "%2$s"' => NULL,
'Cannot create image "%1$s" (bad permissions on folder "%2$s")' => NULL,
'Cannot create image "%s"' => NULL,
'SQL error on query <i>%s</i>' => NULL,
'Server name is not valid' => NULL,
'You must enter a database name' => NULL,
'You must enter a database login' => NULL,
'Tables prefix is invalid' => NULL,
'Wrong engine chosen for MySQL' => NULL,
'Cannot convert database data to utf-8' => NULL,
'At least one table with same prefix was already found, please change your prefix or drop your database' => NULL,
'Database Server is not found. Please verify the login, password and server fields' => NULL,
'Connection to MySQL server succeeded, but database "%s" not found' => NULL,
'Engine innoDB is not supported by your MySQL server, please use MyISAM' => NULL,
'%s file is not writable (check permissions)' => NULL,
'%s folder is not writable (check permissions)' => NULL,
'Cannot write settings file' => NULL,
'Database structure file not found' => NULL,
'Cannot create group shop' => NULL,
'Cannot create shop' => NULL,
'Cannot create shop URL' => NULL,
'File "language.xml" not found for language iso "%s"' => NULL,
'File "language.xml" not valid for language iso "%s"' => NULL,
'Cannot install language "%s"' => NULL,
'Cannot create admin account' => NULL,
'Cannot install module "%s"' => NULL,
'Fixtures class "%s" not found' => NULL,
'"%s" must be an instane of "InstallXmlLoader"' => NULL,
),
);