From 74a49d03b2e819fa55da40a7e385f7daeb681081 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 31 May 2018 23:26:11 +0200 Subject: [PATCH] [0004461] Installer: added info about needed user database permissions. --- install/index.php | 1 + install/lang/ar_EG/LC_MESSAGES/ar_EG.po | 6 + install/lang/da_DK/LC_MESSAGES/da_DK.po | 12 +- install/lang/de_DE/LC_MESSAGES/de_DE.po | 6 + install/lang/el_GR/LC_MESSAGES/el_GR.po | 6 + install/lang/es_MX/LC_MESSAGES/es_MX.po | 6 + install/lang/fr_FR/LC_MESSAGES/fr_FR.po | 6 + install/lang/hi_IN/LC_MESSAGES/hi_IN.po | 6 + install/lang/id_ID/LC_MESSAGES/id_ID.po | 6 + install/lang/it_IT/LC_MESSAGES/it_IT.po | 6 + install/lang/ka_GE/LC_MESSAGES/ka_GE.po | 6 + .../LC_MESSAGES/empty.po | 166 +++++++++-------- install/lang/nl_BE/LC_MESSAGES/nl_BE.po | 6 + install/lang/pl_PL/LC_MESSAGES/pl_PL.mo | Bin 11643 -> 11912 bytes install/lang/pl_PL/LC_MESSAGES/pl_PL.po | 169 ++++++++++-------- install/lang/pt_BR/LC_MESSAGES/pt_BR.po | 6 + install/lang/pt_PT/LC_MESSAGES/pt_PT.po | 6 + install/lang/sv_SE/LC_MESSAGES/sv_SE.po | 14 +- install/lang/ta_IN/LC_MESSAGES/ta_IN.po | 6 + install/lang/vi_VN/LC_MESSAGES/vi_VN.po | 6 + install/lang/zh_CN/LC_MESSAGES/zh_CN.po | 6 + 21 files changed, 292 insertions(+), 160 deletions(-) diff --git a/install/index.php b/install/index.php index 7e164e81..5a2b24bc 100644 --- a/install/index.php +++ b/install/index.php @@ -358,6 +358,7 @@ start_form(); check_row(_("Install Additional Language Packs from FA Repository:"), 'sel_langs'); check_row(_("Install Additional COAs from FA Repository:"), 'sel_coas'); end_table(1); + display_note(_("Use database user/password with permissions to create new database, or use proper credentials for previously created empty database.")); display_note(_("Select collation you want to use. If you are unsure or you will use various languages, select unicode collation.")); display_note(_("Use table prefix if you share selected database for more than one FA company using the same collation.")); display_note(_("Do not select additional langs nor COAs if you have no working internet connection right now. You can install them later.")); diff --git a/install/lang/ar_EG/LC_MESSAGES/ar_EG.po b/install/lang/ar_EG/LC_MESSAGES/ar_EG.po index fbf6ef1e..a175e99f 100644 --- a/install/lang/ar_EG/LC_MESSAGES/ar_EG.po +++ b/install/lang/ar_EG/LC_MESSAGES/ar_EG.po @@ -567,3 +567,9 @@ msgstr "لم يتم العثور على الحزمة '%s'." #: install/index.php:364 msgid "Set Only Port value if you cannot use the default port 3306." msgstr "تعيين قيمة المنفذ فقط إذا لم تتمكن من استخدام المنفذ الافتراضي 3306." + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/da_DK/LC_MESSAGES/da_DK.po b/install/lang/da_DK/LC_MESSAGES/da_DK.po index 1d4408fa..7dc24668 100644 --- a/install/lang/da_DK/LC_MESSAGES/da_DK.po +++ b/install/lang/da_DK/LC_MESSAGES/da_DK.po @@ -551,10 +551,8 @@ msgstr "" msgid "Package '%s' not found." msgstr "Pakke '%s' findes ikke." -#~ msgid "" -#~ "Use table prefix if you share selected database for more than one FA " -#~ "company." -#~ msgstr "Brug tabel prefix hvis du deler databasen med flere FA firmaer." - -#~ msgid "Upgrade PHP to version at least 4.3.3" -#~ msgstr "Opgrader PHP til mindst 4.3.3" +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/de_DE/LC_MESSAGES/de_DE.po b/install/lang/de_DE/LC_MESSAGES/de_DE.po index 3e6c6acd..cec06459 100644 --- a/install/lang/de_DE/LC_MESSAGES/de_DE.po +++ b/install/lang/de_DE/LC_MESSAGES/de_DE.po @@ -584,3 +584,9 @@ msgid "Set Only Port value if you cannot use the default port 3306." msgstr "" "Setzen Sie Only Port value, wenn Sie den Standardport 3306 nicht verwenden " "können." + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/el_GR/LC_MESSAGES/el_GR.po b/install/lang/el_GR/LC_MESSAGES/el_GR.po index 5e14dba8..612a72db 100644 --- a/install/lang/el_GR/LC_MESSAGES/el_GR.po +++ b/install/lang/el_GR/LC_MESSAGES/el_GR.po @@ -502,3 +502,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/es_MX/LC_MESSAGES/es_MX.po b/install/lang/es_MX/LC_MESSAGES/es_MX.po index 3174ce8e..3cb62f9e 100644 --- a/install/lang/es_MX/LC_MESSAGES/es_MX.po +++ b/install/lang/es_MX/LC_MESSAGES/es_MX.po @@ -502,3 +502,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/fr_FR/LC_MESSAGES/fr_FR.po b/install/lang/fr_FR/LC_MESSAGES/fr_FR.po index 5a90ee6e..ee447968 100644 --- a/install/lang/fr_FR/LC_MESSAGES/fr_FR.po +++ b/install/lang/fr_FR/LC_MESSAGES/fr_FR.po @@ -501,3 +501,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/hi_IN/LC_MESSAGES/hi_IN.po b/install/lang/hi_IN/LC_MESSAGES/hi_IN.po index 810a98e6..99cf112c 100644 --- a/install/lang/hi_IN/LC_MESSAGES/hi_IN.po +++ b/install/lang/hi_IN/LC_MESSAGES/hi_IN.po @@ -568,3 +568,9 @@ msgstr "पैकेज '%s' नहीं मिला" msgid "Set Only Port value if you cannot use the default port 3306." msgstr "" "केवल पोर्ट मान सेट करें यदि आप डिफ़ॉल्ट पोर्ट 3306 का उपयोग नहीं कर सकते हैं" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/id_ID/LC_MESSAGES/id_ID.po b/install/lang/id_ID/LC_MESSAGES/id_ID.po index 9ee78f4f..34e11e16 100644 --- a/install/lang/id_ID/LC_MESSAGES/id_ID.po +++ b/install/lang/id_ID/LC_MESSAGES/id_ID.po @@ -572,3 +572,9 @@ msgstr "Paket '%s' tidak ditemukan." msgid "Set Only Port value if you cannot use the default port 3306." msgstr "" "Atur nilai Port hanya jika Anda tidak dapat menggunakan port default 3306." + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/it_IT/LC_MESSAGES/it_IT.po b/install/lang/it_IT/LC_MESSAGES/it_IT.po index 2559e5a0..8c2bcca3 100644 --- a/install/lang/it_IT/LC_MESSAGES/it_IT.po +++ b/install/lang/it_IT/LC_MESSAGES/it_IT.po @@ -499,3 +499,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/ka_GE/LC_MESSAGES/ka_GE.po b/install/lang/ka_GE/LC_MESSAGES/ka_GE.po index c617d2bb..866e94ce 100644 --- a/install/lang/ka_GE/LC_MESSAGES/ka_GE.po +++ b/install/lang/ka_GE/LC_MESSAGES/ka_GE.po @@ -500,3 +500,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/new_language_template/LC_MESSAGES/empty.po b/install/lang/new_language_template/LC_MESSAGES/empty.po index 9e077f5a..dad9d2c4 100644 --- a/install/lang/new_language_template/LC_MESSAGES/empty.po +++ b/install/lang/new_language_template/LC_MESSAGES/empty.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-27 20:22+0200\n" +"POT-Creation-Date: 2018-05-31 23:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,7 +39,7 @@ msgid "Description" msgstr "" #: install/index.php:49 install/index.php:76 install/index.php:403 -#: install/index.php:404 +#: install/index.php:404 install/index.php:405 msgid "Install" msgstr "" @@ -123,7 +123,8 @@ msgstr "" #: install/index.php:336 install/index.php:365 install/index.php:372 #: install/index.php:379 install/index.php:366 install/index.php:373 -#: install/index.php:380 +#: install/index.php:380 install/index.php:367 install/index.php:374 +#: install/index.php:381 msgid "Continue >>" msgstr "" @@ -171,11 +172,15 @@ msgstr "" #: install/index.php:357 includes/system_tests.inc:38 #: includes/system_tests.inc:113 includes/system_tests.inc:126 +#: includes/system_tests.inc:41 includes/system_tests.inc:116 +#: includes/system_tests.inc:129 msgid "Yes" msgstr "" #: install/index.php:357 includes/system_tests.inc:38 #: includes/system_tests.inc:113 includes/system_tests.inc:126 +#: includes/system_tests.inc:41 includes/system_tests.inc:116 +#: includes/system_tests.inc:129 msgid "No" msgstr "" @@ -187,19 +192,19 @@ msgstr "" msgid "Install Additional COAs from FA Repository:" msgstr "" -#: install/index.php:361 +#: install/index.php:361 install/index.php:362 msgid "" "Select collation you want to use. If you are unsure or you will use various " "languages, select unicode collation." msgstr "" -#: install/index.php:362 +#: install/index.php:362 install/index.php:363 msgid "" "Use table prefix if you share selected database for more than one FA company " "using the same collation." msgstr "" -#: install/index.php:363 +#: install/index.php:363 install/index.php:364 msgid "" "Do not select additional langs nor COAs if you have no working internet " "connection right now. You can install them later." @@ -207,59 +212,60 @@ msgstr "" #: install/index.php:364 install/index.php:371 install/index.php:378 #: install/index.php:402 install/index.php:365 install/index.php:372 -#: install/index.php:379 install/index.php:403 +#: install/index.php:379 install/index.php:403 install/index.php:366 +#: install/index.php:373 install/index.php:380 install/index.php:404 msgid "<< Back" msgstr "" -#: install/index.php:369 install/index.php:370 +#: install/index.php:369 install/index.php:370 install/index.php:371 msgid "User Interface Languages Selection" msgstr "" -#: install/index.php:376 install/index.php:377 +#: install/index.php:376 install/index.php:377 install/index.php:378 msgid "Charts of Accounts Selection" msgstr "" -#: install/index.php:393 install/index.php:394 +#: install/index.php:393 install/index.php:394 install/index.php:395 msgid "Company Settings" msgstr "" -#: install/index.php:395 install/index.php:396 +#: install/index.php:395 install/index.php:396 install/index.php:397 msgid "Company Name:" msgstr "" -#: install/index.php:396 install/index.php:397 +#: install/index.php:396 install/index.php:397 install/index.php:398 msgid "Admin Login:" msgstr "" -#: install/index.php:397 install/index.php:398 +#: install/index.php:397 install/index.php:398 install/index.php:399 msgid "Admin Password:" msgstr "" -#: install/index.php:398 install/index.php:399 +#: install/index.php:398 install/index.php:399 install/index.php:400 msgid "Reenter Password:" msgstr "" -#: install/index.php:399 install/index.php:400 +#: install/index.php:399 install/index.php:400 install/index.php:401 msgid "Select Chart of Accounts:" msgstr "" -#: install/index.php:400 install/index.php:401 +#: install/index.php:400 install/index.php:401 install/index.php:402 msgid "Select Default Language:" msgstr "" -#: install/index.php:403 install/index.php:404 +#: install/index.php:403 install/index.php:404 install/index.php:405 msgid "Start installation process" msgstr "" -#: install/index.php:407 install/index.php:408 +#: install/index.php:407 install/index.php:408 install/index.php:409 msgid "FrontAccounting ERP has been installed successsfully." msgstr "" -#: install/index.php:408 install/index.php:409 +#: install/index.php:408 install/index.php:409 install/index.php:410 msgid "Please do not forget to remove install wizard folder." msgstr "" -#: install/index.php:411 install/index.php:412 +#: install/index.php:411 install/index.php:412 install/index.php:413 msgid "Click here to start." msgstr "" @@ -283,103 +289,103 @@ msgstr "" msgid "MySQL version" msgstr "" -#: includes/system_tests.inc:28 +#: includes/system_tests.inc:28 includes/system_tests.inc:31 msgid "Upgrade MySQL server to version at least 4.1" msgstr "" -#: includes/system_tests.inc:35 +#: includes/system_tests.inc:35 includes/system_tests.inc:38 msgid "PHP MySQL extension" msgstr "" -#: includes/system_tests.inc:40 +#: includes/system_tests.inc:40 includes/system_tests.inc:43 msgid "Your PHP has to have MySQL extension enabled." msgstr "" -#: includes/system_tests.inc:46 +#: includes/system_tests.inc:46 includes/system_tests.inc:49 msgid "PHP version" msgstr "" -#: includes/system_tests.inc:50 +#: includes/system_tests.inc:50 includes/system_tests.inc:53 msgid "Upgrade PHP to version at least 5.0.0" msgstr "" -#: includes/system_tests.inc:57 +#: includes/system_tests.inc:57 includes/system_tests.inc:60 msgid "Server system" msgstr "" -#: includes/system_tests.inc:67 +#: includes/system_tests.inc:67 includes/system_tests.inc:70 msgid "Session save path" msgstr "" -#: includes/system_tests.inc:79 +#: includes/system_tests.inc:79 includes/system_tests.inc:82 msgid "Removed install wizard folder" msgstr "" -#: includes/system_tests.inc:82 +#: includes/system_tests.inc:82 includes/system_tests.inc:85 msgid "Not removed" msgstr "" -#: includes/system_tests.inc:83 +#: includes/system_tests.inc:83 includes/system_tests.inc:86 msgid "Remove or rename install wizard folder for security reasons." msgstr "" -#: includes/system_tests.inc:90 +#: includes/system_tests.inc:90 includes/system_tests.inc:93 msgid "Browser type" msgstr "" -#: includes/system_tests.inc:94 +#: includes/system_tests.inc:94 includes/system_tests.inc:97 msgid "Any browser is supported" msgstr "" -#: includes/system_tests.inc:101 +#: includes/system_tests.inc:101 includes/system_tests.inc:104 msgid "Http server type" msgstr "" -#: includes/system_tests.inc:105 +#: includes/system_tests.inc:105 includes/system_tests.inc:108 msgid "Any server is supported" msgstr "" -#: includes/system_tests.inc:112 +#: includes/system_tests.inc:112 includes/system_tests.inc:115 msgid "Native gettext" msgstr "" -#: includes/system_tests.inc:116 +#: includes/system_tests.inc:116 includes/system_tests.inc:119 msgid "In case of no gettext support, php emulation is used" msgstr "" -#: includes/system_tests.inc:124 +#: includes/system_tests.inc:124 includes/system_tests.inc:127 msgid "Debugging mode" msgstr "" -#: includes/system_tests.inc:128 +#: includes/system_tests.inc:128 includes/system_tests.inc:131 msgid "To switch debugging on set $go_debug>0 in config.php file" msgstr "" -#: includes/system_tests.inc:138 +#: includes/system_tests.inc:138 includes/system_tests.inc:141 msgid "Error logging" msgstr "" -#: includes/system_tests.inc:146 +#: includes/system_tests.inc:146 includes/system_tests.inc:149 msgid "Disabled" msgstr "" -#: includes/system_tests.inc:149 +#: includes/system_tests.inc:149 includes/system_tests.inc:152 msgid "To switch error logging set $error_logging in config.php file" msgstr "" -#: includes/system_tests.inc:152 +#: includes/system_tests.inc:152 includes/system_tests.inc:155 msgid "Log file is not writeable" msgstr "" -#: includes/system_tests.inc:162 +#: includes/system_tests.inc:162 includes/system_tests.inc:165 msgid "Current database version" msgstr "" -#: includes/system_tests.inc:166 +#: includes/system_tests.inc:166 includes/system_tests.inc:169 msgid "Database structure seems to be not upgraded to current version" msgstr "" -#: includes/system_tests.inc:181 +#: includes/system_tests.inc:181 includes/system_tests.inc:184 msgid "Company subdirectories consistency" msgstr "" @@ -387,144 +393,153 @@ msgstr "" #: includes/system_tests.inc:209 includes/system_tests.inc:226 #: includes/system_tests.inc:341 includes/system_tests.inc:350 #: includes/system_tests.inc:359 includes/system_tests.inc:367 +#: includes/system_tests.inc:197 includes/system_tests.inc:204 +#: includes/system_tests.inc:212 includes/system_tests.inc:229 +#: includes/system_tests.inc:344 includes/system_tests.inc:353 +#: includes/system_tests.inc:362 includes/system_tests.inc:370 #, php-format msgid "'%s' is not writeable" msgstr "" -#: includes/system_tests.inc:222 +#: includes/system_tests.inc:222 includes/system_tests.inc:225 msgid "Temporary directory" msgstr "" -#: includes/system_tests.inc:234 +#: includes/system_tests.inc:234 includes/system_tests.inc:237 msgid "Language configuration consistency" msgstr "" -#: includes/system_tests.inc:243 +#: includes/system_tests.inc:243 includes/system_tests.inc:246 msgid "Languages folder should be writeable." msgstr "" -#: includes/system_tests.inc:252 +#: includes/system_tests.inc:252 includes/system_tests.inc:255 msgid "Languages configuration file should be writeable." msgstr "" -#: includes/system_tests.inc:271 +#: includes/system_tests.inc:271 includes/system_tests.inc:274 #, php-format msgid "Missing %s translation file." msgstr "" -#: includes/system_tests.inc:276 +#: includes/system_tests.inc:276 includes/system_tests.inc:279 #, php-format msgid "Missing system locale: %s" msgstr "" -#: includes/system_tests.inc:289 +#: includes/system_tests.inc:289 includes/system_tests.inc:292 msgid "Main config file" msgstr "" #: includes/system_tests.inc:296 includes/system_tests.inc:318 +#: includes/system_tests.inc:299 includes/system_tests.inc:321 #, php-format msgid "Can't write '%s' file. Check FA directory write permissions." msgstr "" #: includes/system_tests.inc:297 includes/system_tests.inc:319 +#: includes/system_tests.inc:300 includes/system_tests.inc:322 #, php-format msgid "'%s' file exists." msgstr "" -#: includes/system_tests.inc:301 +#: includes/system_tests.inc:301 includes/system_tests.inc:304 #, php-format msgid "'%s' file should be read-only" msgstr "" -#: includes/system_tests.inc:310 +#: includes/system_tests.inc:310 includes/system_tests.inc:313 msgid "Database auth file" msgstr "" -#: includes/system_tests.inc:323 +#: includes/system_tests.inc:323 includes/system_tests.inc:326 #, php-format msgid "" "'%s' file should be read-only if you do not plan to add or change companies" msgstr "" -#: includes/system_tests.inc:334 +#: includes/system_tests.inc:334 includes/system_tests.inc:337 msgid "Extensions system" msgstr "" -#: includes/system_tests.inc:372 +#: includes/system_tests.inc:372 includes/system_tests.inc:375 msgid "Extensions configuration files and directories should be writeable" msgstr "" -#: includes/system_tests.inc:385 +#: includes/system_tests.inc:385 includes/system_tests.inc:388 #, php-format msgid "Non-standard theme directory '%s' is not writable" msgstr "" -#: includes/system_tests.inc:395 +#: includes/system_tests.inc:395 includes/system_tests.inc:398 msgid "" "OpenSSL PHP extension have to be enabled to use extension repository system." msgstr "" -#: includes/system_tests.inc:398 +#: includes/system_tests.inc:398 includes/system_tests.inc:401 +#: includes/packages.inc:304 msgid "" "OpenSSL have to be available on your server to use extension repository " "system." msgstr "" -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Test" msgstr "" -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Test type" msgstr "" -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Value" msgstr "" -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Comments" msgstr "" -#: includes/system_tests.inc:445 +#: includes/system_tests.inc:445 includes/system_tests.inc:448 msgid "Ok" msgstr "" -#: includes/packages.inc:189 +#: includes/packages.inc:189 includes/packages.inc:190 #, php-format msgid "No key field '%s' in file '%s'" msgstr "" -#: includes/packages.inc:294 +#: includes/packages.inc:294 includes/packages.inc:295 msgid "Cannot download repo index file." msgstr "" #: includes/packages.inc:306 includes/packages.inc:343 +#: includes/packages.inc:311 includes/packages.inc:348 #, php-format msgid "Cannot delete outdated '%s' file." msgstr "" -#: includes/packages.inc:310 +#: includes/packages.inc:310 includes/packages.inc:315 msgid "Release file in repository is invalid, or public key is outdated." msgstr "" -#: includes/packages.inc:327 +#: includes/packages.inc:327 includes/packages.inc:332 msgid "Repository version does not match application version." msgstr "" #: includes/packages.inc:335 includes/packages.inc:377 +#: includes/packages.inc:340 includes/packages.inc:382 #, php-format msgid "Cannot download '%s' file." msgstr "" -#: includes/packages.inc:347 +#: includes/packages.inc:347 includes/packages.inc:352 #, php-format msgid "" "Security alert: broken index file in repository '%s'. Please inform " "repository administrator about this issue." msgstr "" -#: includes/packages.inc:383 +#: includes/packages.inc:383 includes/packages.inc:388 #, php-format msgid "" "Security alert: broken package '%s' in repository. Please inform repository " @@ -532,10 +547,17 @@ msgid "" msgstr "" #: includes/packages.inc:641 includes/packages.inc:696 +#: includes/packages.inc:646 includes/packages.inc:701 #, php-format msgid "Package '%s' not found." msgstr "" -#: install/index.php:364 +#: install/index.php:364 install/index.php:365 msgid "Set Only Port value if you cannot use the default port 3306." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/nl_BE/LC_MESSAGES/nl_BE.po b/install/lang/nl_BE/LC_MESSAGES/nl_BE.po index b92631b8..fbcfa856 100644 --- a/install/lang/nl_BE/LC_MESSAGES/nl_BE.po +++ b/install/lang/nl_BE/LC_MESSAGES/nl_BE.po @@ -501,3 +501,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/pl_PL/LC_MESSAGES/pl_PL.mo b/install/lang/pl_PL/LC_MESSAGES/pl_PL.mo index eb13375a9eefe20dcb69dd11362f54167563aea6..973ac8e6259205fb5332bd58c398835420581193 100644 GIT binary patch delta 2330 zcmX}seQXp(7{~EBT4+yRYs7!{EOqiG^Wgixb?f4RlW?S5uvXLp`? zW_HIr_jF}`n4Ujm_@y}Ja$L?c<|rO3;KZ--He-sh3Cpk@+cAi<@C2&sC{DricspK1 z8-K?;uw$|@J`7>6q(~Ox%!#dOqdvO8o!8pE+#AfC(EzP6~XW&}o zlG%jQahrQR?Y3v#_9J*F*H2(2eub;?UtGxeW;J2yLEWf_{eQmY`;4ZA=*FV+aqT zX81R1&1W-O6#b~Zav0f%=9KH_s2N{C1@H@Mz?-P0SiwUScn6Y1^EhfkJ2DisCc9CA z?87E}5m(_CSdCMNMyYQ?Vlq$QE*wC;HRGtI>SnZwxEpzs&2w0T&*NhrV?IO;T*7*3 z2{N@5wourDjAc%vQg;E#lDXu11GiD1M*b>r0M+j`+>FDhy`Tkdfnq#}9jL&6M*hZ2 z`V`P&T(0+jW3FHhxSmC2VjPvqiB|4?^`Y9EQK`QVHDCuW#vW8)`;l18d#C}wM73YV z7|!A2qWkw_sowuX6qLFXsI~bPC*g0X2mIl-7t=}gMW`9A!Ic=q797S!cm?_BnJIi_ z^3jJ1d@dfsa<_g8ix}U0MxhnIL(RC1r>sUlYQQiOgE@fOM8{DBe}Ee3hHD;CHBg_1 zTHCd#O*w!QaTjVy_u(=;j2Xr>=P8upb=MhuMcBB;kLq|oDrITZ=6M$L@Kxk*Ugy+; zAEWveknagN6V>j+ZMX>)@F~AZ>1a13pN-6W8LK zsKCdN&1Aewa`(01PU;V!*8B|ei7*Y7xrwdAv(&pQ$-ib$QI#9$Aymq`+M`a|hIv0o!^QqUP7aOq|+i*QTg(TUGA~Bh(O%$|SOKWlwH(`qUyU4Pd z>e}3EwgHv$%}DU3t2X;eL7OL){k|YnJV1kf9UPBx?96U1^m~%oy@er9B73dyUeDl2 zgSVk56R;C@w;gw^WZa4Qqjo$#7>Na}!C+#$6?J0$!FW6v3CFEO#OjGTcEYj3&Y*Sc zu4*e1)16i{7NNJg1e|apX!pgftz3%6oPl5@8ShKEcLyw|KblDW{{TmJtXY}!ogd2 XN5bxXwdRqNsb0muH5kgiQ$6}0R!TZC delta 2058 zcmXZdeQZ-z7{~GF!dO>uux|Hz@;Dgtk@n#{cz{jv2pT_k#8HZ4pp2mmp98SVZ z*p5HrBbb|H;dy+RDivx z1m41j@gvN`FOfg{j*kNT5ohA>SkC-bIMFQ3zyef;8*m2p;0}BniOnXFmNF^DBAkzW zWh<}{*Shata^rj4_yA7h`ys5v^Vop5a3=HH6NIH3wV)mD9aTsgxEY89| zuo$OO22D_dDt!Vq{yZws6e_Vk9D@f@l^8_b@3SK6uZ&0C1$VHC{(W4H%UMVTau6A^ zBdF^$sLga175G&*p3jaXNh?NW7{Mht54Fd-QA>Oh>+sTK>aUCgQ_Qwt2$T34DwAJP zYo5z&+c1pUEBlarXdgOdOZ@-2o=CJWDdKB+B_x9qKRjtChBl*!CLw$ticaZoACx}PuxN+ z>0cPb31q=7tpU?2#YP(PRb<23A=HH@Q6(EeZJs}IEavi*(Sv3@AB|Xpx^6p;!L%Fi z#ZC0jp#qMu9@@NhsD87azf{H6F`%`41$Ew!q8=RYyZ#w$rhfsKVi6ZB;B~0Y)P?%p zaqPj5QEMKp$o?;Q2bI_-cpfhzG1)*R_18qFDzhc~3f2D}b#6zn2`%DI1!^feP!-vV z3S>r5KdzsAT$Y#&~G\n" "Language-Team: \n" @@ -39,7 +39,7 @@ msgid "Description" msgstr "Opis" #: install/index.php:49 install/index.php:76 install/index.php:403 -#: install/index.php:404 +#: install/index.php:404 install/index.php:405 msgid "Install" msgstr "Zainstaluj" @@ -129,7 +129,8 @@ msgstr "" #: install/index.php:336 install/index.php:365 install/index.php:372 #: install/index.php:379 install/index.php:366 install/index.php:373 -#: install/index.php:380 +#: install/index.php:380 install/index.php:367 install/index.php:374 +#: install/index.php:381 msgid "Continue >>" msgstr "Kontynuuj >>" @@ -179,11 +180,15 @@ msgstr "Prefiks '0_' dla Nazw Tablic:" #: install/index.php:357 includes/system_tests.inc:38 #: includes/system_tests.inc:113 includes/system_tests.inc:126 +#: includes/system_tests.inc:41 includes/system_tests.inc:116 +#: includes/system_tests.inc:129 msgid "Yes" msgstr "Tak" #: install/index.php:357 includes/system_tests.inc:38 #: includes/system_tests.inc:113 includes/system_tests.inc:126 +#: includes/system_tests.inc:41 includes/system_tests.inc:116 +#: includes/system_tests.inc:129 msgid "No" msgstr "Nie" @@ -195,7 +200,7 @@ msgstr "Instalacja Dodatkowych J msgid "Install Additional COAs from FA Repository:" msgstr "Instalacja Dodatkowych Planów Kont z Repozytorium FA:" -#: install/index.php:361 +#: install/index.php:361 install/index.php:362 msgid "" "Select collation you want to use. If you are unsure or you will use various " "languages, select unicode collation." @@ -204,7 +209,7 @@ msgstr "" "jakiego porz±dkowania chcesz u¿ywaæ, lub zamierzasz u¿ywaæ danych w wiêcej " "ni¿ jednym jêzyku, wybierz porz±dkowanie Unicode." -#: install/index.php:362 +#: install/index.php:362 install/index.php:363 msgid "" "Use table prefix if you share selected database for more than one FA company " "using the same collation." @@ -212,7 +217,7 @@ msgstr "" "U¿yj prefiksu dla tabel je¶li ta sama baza danych bêdzie u¿ywana dla kilku " "firm z tym samym porz±dkowaniem alfabetycznym." -#: install/index.php:363 +#: install/index.php:363 install/index.php:364 msgid "" "Do not select additional langs nor COAs if you have no working internet " "connection right now. You can install them later." @@ -222,59 +227,60 @@ msgstr "" #: install/index.php:364 install/index.php:371 install/index.php:378 #: install/index.php:402 install/index.php:365 install/index.php:372 -#: install/index.php:379 install/index.php:403 +#: install/index.php:379 install/index.php:403 install/index.php:366 +#: install/index.php:373 install/index.php:380 install/index.php:404 msgid "<< Back" msgstr "<< Wróæ" -#: install/index.php:369 install/index.php:370 +#: install/index.php:369 install/index.php:370 install/index.php:371 msgid "User Interface Languages Selection" msgstr "Wybór Jêzyków Interfejsu U¿ytkownika" -#: install/index.php:376 install/index.php:377 +#: install/index.php:376 install/index.php:377 install/index.php:378 msgid "Charts of Accounts Selection" msgstr "Wybór Planów Kont" -#: install/index.php:393 install/index.php:394 +#: install/index.php:393 install/index.php:394 install/index.php:395 msgid "Company Settings" msgstr "Ustawienia Firmy" -#: install/index.php:395 install/index.php:396 +#: install/index.php:395 install/index.php:396 install/index.php:397 msgid "Company Name:" msgstr "Nazwa Firmy:" -#: install/index.php:396 install/index.php:397 +#: install/index.php:396 install/index.php:397 install/index.php:398 msgid "Admin Login:" msgstr "Login Administratora:" -#: install/index.php:397 install/index.php:398 +#: install/index.php:397 install/index.php:398 install/index.php:399 msgid "Admin Password:" msgstr "Has³o Administratora:" -#: install/index.php:398 install/index.php:399 +#: install/index.php:398 install/index.php:399 install/index.php:400 msgid "Reenter Password:" msgstr "Powtórz Has³o:" -#: install/index.php:399 install/index.php:400 +#: install/index.php:399 install/index.php:400 install/index.php:401 msgid "Select Chart of Accounts:" msgstr "Wybierz Planów Kont:" -#: install/index.php:400 install/index.php:401 +#: install/index.php:400 install/index.php:401 install/index.php:402 msgid "Select Default Language:" msgstr "Wybierz Jêzyk Domy¶lny:" -#: install/index.php:403 install/index.php:404 +#: install/index.php:403 install/index.php:404 install/index.php:405 msgid "Start installation process" msgstr "Rozpocznij instalacjê" -#: install/index.php:407 install/index.php:408 +#: install/index.php:407 install/index.php:408 install/index.php:409 msgid "FrontAccounting ERP has been installed successsfully." msgstr "Aplikacja FrontAccounting ERP zosta³a zainstalowana pomy¶lnie." -#: install/index.php:408 install/index.php:409 +#: install/index.php:408 install/index.php:409 install/index.php:410 msgid "Please do not forget to remove install wizard folder." msgstr "Nie zapomnij usun±æ folderu instalatora." -#: install/index.php:411 install/index.php:412 +#: install/index.php:411 install/index.php:412 install/index.php:413 msgid "Click here to start." msgstr "Kliknij tutaj, aby rozpocz±æ pracê." @@ -298,104 +304,104 @@ msgstr "Wymagane" msgid "MySQL version" msgstr "Wersja MySQL" -#: includes/system_tests.inc:28 +#: includes/system_tests.inc:28 includes/system_tests.inc:31 msgid "Upgrade MySQL server to version at least 4.1" msgstr "U¿yj wersji serwera MySQL minimum 4.1" -#: includes/system_tests.inc:35 +#: includes/system_tests.inc:35 includes/system_tests.inc:38 msgid "PHP MySQL extension" msgstr "Rozszerzenie PHP MySQL" -#: includes/system_tests.inc:40 +#: includes/system_tests.inc:40 includes/system_tests.inc:43 msgid "Your PHP has to have MySQL extension enabled." msgstr "PHP musi mieæ w³±czone rozszerzenie MySQL." -#: includes/system_tests.inc:46 +#: includes/system_tests.inc:46 includes/system_tests.inc:49 msgid "PHP version" msgstr "Wersja PHP" -#: includes/system_tests.inc:50 +#: includes/system_tests.inc:50 includes/system_tests.inc:53 msgid "Upgrade PHP to version at least 5.0.0" msgstr "Zainstaluj PHP w wersji co najmniej 5.0.0" -#: includes/system_tests.inc:57 +#: includes/system_tests.inc:57 includes/system_tests.inc:60 msgid "Server system" msgstr "System serwera" -#: includes/system_tests.inc:67 +#: includes/system_tests.inc:67 includes/system_tests.inc:70 msgid "Session save path" msgstr "Katalog zapisu pliku sesji" -#: includes/system_tests.inc:79 +#: includes/system_tests.inc:79 includes/system_tests.inc:82 msgid "Removed install wizard folder" msgstr "Folder instalatora usuniêty" -#: includes/system_tests.inc:82 +#: includes/system_tests.inc:82 includes/system_tests.inc:85 msgid "Not removed" msgstr "Nie usuniêty" -#: includes/system_tests.inc:83 +#: includes/system_tests.inc:83 includes/system_tests.inc:86 msgid "Remove or rename install wizard folder for security reasons." msgstr "Ze wzglêdów bezpieczeñstwa usuñ lub zmieñ nazwê folderu instalatora." -#: includes/system_tests.inc:90 +#: includes/system_tests.inc:90 includes/system_tests.inc:93 msgid "Browser type" msgstr "Typ przegl±darki" -#: includes/system_tests.inc:94 +#: includes/system_tests.inc:94 includes/system_tests.inc:97 msgid "Any browser is supported" msgstr "Mo¿e byæ u¿yty dowolny typ przegl±darki" -#: includes/system_tests.inc:101 +#: includes/system_tests.inc:101 includes/system_tests.inc:104 msgid "Http server type" msgstr "Serwer http" -#: includes/system_tests.inc:105 +#: includes/system_tests.inc:105 includes/system_tests.inc:108 msgid "Any server is supported" msgstr "Dowolny" -#: includes/system_tests.inc:112 +#: includes/system_tests.inc:112 includes/system_tests.inc:115 msgid "Native gettext" msgstr "Biblioteka Gettext " -#: includes/system_tests.inc:116 +#: includes/system_tests.inc:116 includes/system_tests.inc:119 msgid "In case of no gettext support, php emulation is used" msgstr "W przypadku braku wsparcia systemu, gettext jest emulowany." -#: includes/system_tests.inc:124 +#: includes/system_tests.inc:124 includes/system_tests.inc:127 msgid "Debugging mode" msgstr "Tryb debug" -#: includes/system_tests.inc:128 +#: includes/system_tests.inc:128 includes/system_tests.inc:131 msgid "To switch debugging on set $go_debug>0 in config.php file" msgstr "Aby w³±czyæ tryb debug ustaw $go_debug>0 in config.php file" -#: includes/system_tests.inc:138 +#: includes/system_tests.inc:138 includes/system_tests.inc:141 msgid "Error logging" msgstr "Logowanie b³êdów" -#: includes/system_tests.inc:146 +#: includes/system_tests.inc:146 includes/system_tests.inc:149 msgid "Disabled" msgstr "Wy³±czony" -#: includes/system_tests.inc:149 +#: includes/system_tests.inc:149 includes/system_tests.inc:152 msgid "To switch error logging set $error_logging in config.php file" msgstr "" "Aby w³±czyæ logowanie b³êdów ustaw zmienn± $error_logging w pliku config.php" -#: includes/system_tests.inc:152 +#: includes/system_tests.inc:152 includes/system_tests.inc:155 msgid "Log file is not writeable" msgstr "Logfile jest niezapisywalny" -#: includes/system_tests.inc:162 +#: includes/system_tests.inc:162 includes/system_tests.inc:165 msgid "Current database version" msgstr "Aktualna wersja bazy danych" -#: includes/system_tests.inc:166 +#: includes/system_tests.inc:166 includes/system_tests.inc:169 msgid "Database structure seems to be not upgraded to current version" msgstr "Struktura bazy danych nie jest zaktualizowana do bie¿±cej wersji" -#: includes/system_tests.inc:181 +#: includes/system_tests.inc:181 includes/system_tests.inc:184 msgid "Company subdirectories consistency" msgstr "Prawid³owa struktura folderów firmowych" @@ -403,60 +409,66 @@ msgstr "Prawid #: includes/system_tests.inc:209 includes/system_tests.inc:226 #: includes/system_tests.inc:341 includes/system_tests.inc:350 #: includes/system_tests.inc:359 includes/system_tests.inc:367 +#: includes/system_tests.inc:197 includes/system_tests.inc:204 +#: includes/system_tests.inc:212 includes/system_tests.inc:229 +#: includes/system_tests.inc:344 includes/system_tests.inc:353 +#: includes/system_tests.inc:362 includes/system_tests.inc:370 #, php-format msgid "'%s' is not writeable" msgstr "'%s' jest niezapisywalny" -#: includes/system_tests.inc:222 +#: includes/system_tests.inc:222 includes/system_tests.inc:225 msgid "Temporary directory" msgstr "Katalog plików tymczasowych" -#: includes/system_tests.inc:234 +#: includes/system_tests.inc:234 includes/system_tests.inc:237 msgid "Language configuration consistency" msgstr "Konfiguracja jêzykowa" -#: includes/system_tests.inc:243 +#: includes/system_tests.inc:243 includes/system_tests.inc:246 msgid "Languages folder should be writeable." msgstr "Folder jêzyków musi byæ zapisywalny" -#: includes/system_tests.inc:252 +#: includes/system_tests.inc:252 includes/system_tests.inc:255 msgid "Languages configuration file should be writeable." msgstr "Pliki konfiguracyjny jêzyków musi byæ zapisywalny." -#: includes/system_tests.inc:271 +#: includes/system_tests.inc:271 includes/system_tests.inc:274 #, php-format msgid "Missing %s translation file." msgstr "Brak pliku t³umaczeñ %s" -#: includes/system_tests.inc:276 +#: includes/system_tests.inc:276 includes/system_tests.inc:279 #, php-format msgid "Missing system locale: %s" msgstr "Lokalizacja '%s' nie jest zainstalowana w systemie" -#: includes/system_tests.inc:289 +#: includes/system_tests.inc:289 includes/system_tests.inc:292 msgid "Main config file" msgstr "G³ówny plik konfiguracyjny " #: includes/system_tests.inc:296 includes/system_tests.inc:318 +#: includes/system_tests.inc:299 includes/system_tests.inc:321 #, php-format msgid "Can't write '%s' file. Check FA directory write permissions." msgstr "Nie mo¿na zapisaæ pliku '%s'. Sprawd¼ prawa zapisu do foderu FA." #: includes/system_tests.inc:297 includes/system_tests.inc:319 +#: includes/system_tests.inc:300 includes/system_tests.inc:322 #, php-format msgid "'%s' file exists." msgstr "Plik '%s' istnieje." -#: includes/system_tests.inc:301 +#: includes/system_tests.inc:301 includes/system_tests.inc:304 #, php-format msgid "'%s' file should be read-only" msgstr "Plik '%s powinien byæ zabezpieczony przed zapisem" -#: includes/system_tests.inc:310 +#: includes/system_tests.inc:310 includes/system_tests.inc:313 msgid "Database auth file" msgstr "Pik configuracyjny bazy danych" -#: includes/system_tests.inc:323 +#: includes/system_tests.inc:323 includes/system_tests.inc:326 #, php-format msgid "" "'%s' file should be read-only if you do not plan to add or change companies" @@ -464,25 +476,26 @@ msgstr "" "Plik '%s' powinien byæ zabezpieczony przed zapisem je¶li nie planujesz " "dodawania ani zmiany firm" -#: includes/system_tests.inc:334 +#: includes/system_tests.inc:334 includes/system_tests.inc:337 msgid "Extensions system" msgstr "System rozszerzeñ" -#: includes/system_tests.inc:372 +#: includes/system_tests.inc:372 includes/system_tests.inc:375 msgid "Extensions configuration files and directories should be writeable" msgstr "Pliki konfiguracyjne i foldery rozszerzeñ powinny byæ zapisywalne" -#: includes/system_tests.inc:385 +#: includes/system_tests.inc:385 includes/system_tests.inc:388 #, php-format msgid "Non-standard theme directory '%s' is not writable" msgstr "Niestandardowy folder tematu '%s' jest zazpieczony przed zapisem" -#: includes/system_tests.inc:395 +#: includes/system_tests.inc:395 includes/system_tests.inc:398 msgid "" "OpenSSL PHP extension have to be enabled to use extension repository system." msgstr "System pakietów wymaga zaisnatlowanego rozszerzenia PHP OpenSSL." -#: includes/system_tests.inc:398 +#: includes/system_tests.inc:398 includes/system_tests.inc:401 +#: includes/packages.inc:304 msgid "" "OpenSSL have to be available on your server to use extension repository " "system." @@ -490,55 +503,57 @@ msgstr "" "Serwer musi mieæ zainstalowane OpenSSL ¿eby mo¿na by³o korzystaæ z " "repozytorium pakietów rozszerzeñ FA." -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Test" msgstr "Test" -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Test type" msgstr "Typ testu" -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Value" msgstr "Warto¶æ" -#: includes/system_tests.inc:421 +#: includes/system_tests.inc:421 includes/system_tests.inc:424 msgid "Comments" msgstr "Komentarz" -#: includes/system_tests.inc:445 +#: includes/system_tests.inc:445 includes/system_tests.inc:448 msgid "Ok" msgstr "Ok" -#: includes/packages.inc:189 +#: includes/packages.inc:189 includes/packages.inc:190 #, php-format msgid "No key field '%s' in file '%s'" msgstr "Brak pola kluczowego '%s' w pliku '%s" -#: includes/packages.inc:294 +#: includes/packages.inc:294 includes/packages.inc:295 msgid "Cannot download repo index file." msgstr "Nie mo¿na wczytaæ pliku indeksu repozytorium." #: includes/packages.inc:306 includes/packages.inc:343 +#: includes/packages.inc:311 includes/packages.inc:348 #, php-format msgid "Cannot delete outdated '%s' file." msgstr "Nie mo¿na usun±æ zbêdnego pliku '%s'." -#: includes/packages.inc:310 +#: includes/packages.inc:310 includes/packages.inc:315 msgid "Release file in repository is invalid, or public key is outdated." msgstr "" "Plik kontrolny wydania jest uszkodzony, lub klucz publiczny jest nieaktualny." -#: includes/packages.inc:327 +#: includes/packages.inc:327 includes/packages.inc:332 msgid "Repository version does not match application version." msgstr "Wersja repozytorium nie zgadza siê z wersj± aplikacji." #: includes/packages.inc:335 includes/packages.inc:377 +#: includes/packages.inc:340 includes/packages.inc:382 #, php-format msgid "Cannot download '%s' file." msgstr "Nie mo¿na odczytaæ pliku '%s'." -#: includes/packages.inc:347 +#: includes/packages.inc:347 includes/packages.inc:352 #, php-format msgid "" "Security alert: broken index file in repository '%s'. Please inform " @@ -547,7 +562,7 @@ msgstr "" "Alarm bezpieczeñstwa: uszkodzony plik indeksu repozytorium '%s'. Poinformuj " "administratora repozytorium o tym problemie." -#: includes/packages.inc:383 +#: includes/packages.inc:383 includes/packages.inc:388 #, php-format msgid "" "Security alert: broken package '%s' in repository. Please inform repository " @@ -557,10 +572,18 @@ msgstr "" "administratora repozytorium o tym problemie." #: includes/packages.inc:641 includes/packages.inc:696 +#: includes/packages.inc:646 includes/packages.inc:701 #, php-format msgid "Package '%s' not found." msgstr "Pakiet '%s' nie zosta³ znaleziony." -#: install/index.php:364 +#: install/index.php:364 install/index.php:365 msgid "Set Only Port value if you cannot use the default port 3306." -msgstr "?Ustaw numer portu tylko w przypadku kiedy nie u¿ywasz domy¶³nego portu 3306" +msgstr "" +"Ustaw numer portu tylko w przypadku kiedy nie u¿ywasz domy¶lnego portu 3306" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "U¿yj u¿ytkownika/has³a z uprawnieniami do utworzenia nowej bazy, lub podaj dane dostêpowe dla uprzednio utworzonej bazy." diff --git a/install/lang/pt_BR/LC_MESSAGES/pt_BR.po b/install/lang/pt_BR/LC_MESSAGES/pt_BR.po index 1c3fe73b..0cb3a32c 100644 --- a/install/lang/pt_BR/LC_MESSAGES/pt_BR.po +++ b/install/lang/pt_BR/LC_MESSAGES/pt_BR.po @@ -501,3 +501,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/pt_PT/LC_MESSAGES/pt_PT.po b/install/lang/pt_PT/LC_MESSAGES/pt_PT.po index 575a05e4..2eb16c60 100644 --- a/install/lang/pt_PT/LC_MESSAGES/pt_PT.po +++ b/install/lang/pt_PT/LC_MESSAGES/pt_PT.po @@ -504,3 +504,9 @@ msgstr "ALERTA DE SEGURAN #, php-format msgid "Package '%s' not found." msgstr "Pacote '%s' não encontrado." + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/sv_SE/LC_MESSAGES/sv_SE.po b/install/lang/sv_SE/LC_MESSAGES/sv_SE.po index b67290e3..5b7c4086 100644 --- a/install/lang/sv_SE/LC_MESSAGES/sv_SE.po +++ b/install/lang/sv_SE/LC_MESSAGES/sv_SE.po @@ -550,11 +550,9 @@ msgstr "" msgid "Package '%s' not found." msgstr "Paket '%s' finns ej." -#~ msgid "" -#~ "Use table prefix if you share selected database for more than one FA " -#~ "company." -#~ msgstr "" -#~ "Använd tabell prefix om du delar databasen med flera än ett företag." - -#~ msgid "Upgrade PHP to version at least 4.3.3" -#~ msgstr "Uppgradera PHP till minst 4.3.3" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/ta_IN/LC_MESSAGES/ta_IN.po b/install/lang/ta_IN/LC_MESSAGES/ta_IN.po index 1fc9df7b..586cf618 100644 --- a/install/lang/ta_IN/LC_MESSAGES/ta_IN.po +++ b/install/lang/ta_IN/LC_MESSAGES/ta_IN.po @@ -573,3 +573,9 @@ msgid "Set Only Port value if you cannot use the default port 3306." msgstr "" "3306 முன்னிருப்பு துறைமுகத்தை நீங்கள் பயன்படுத்த முடியாவிட்டால் மட்டுமே, " "போர்ட் மதிப்பு அமைக்கவும்." + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/vi_VN/LC_MESSAGES/vi_VN.po b/install/lang/vi_VN/LC_MESSAGES/vi_VN.po index a1c4eb56..df7feff8 100644 --- a/install/lang/vi_VN/LC_MESSAGES/vi_VN.po +++ b/install/lang/vi_VN/LC_MESSAGES/vi_VN.po @@ -566,3 +566,9 @@ msgstr "Gói '%s' không tìm thấy." #: install/index.php:364 msgid "Set Only Port value if you cannot use the default port 3306." msgstr "Chỉ đặt giá trị Port nếu bạn không thể sá»­ dụng cổng mặc định 3306." + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" diff --git a/install/lang/zh_CN/LC_MESSAGES/zh_CN.po b/install/lang/zh_CN/LC_MESSAGES/zh_CN.po index 8185a518..038aacdc 100644 --- a/install/lang/zh_CN/LC_MESSAGES/zh_CN.po +++ b/install/lang/zh_CN/LC_MESSAGES/zh_CN.po @@ -502,3 +502,9 @@ msgstr "" #, php-format msgid "Package '%s' not found." msgstr "" + +#: install/index.php:361 +msgid "" +"Use database user/password with permissions to create new database, or use " +"proper credentials for previously created empty database." +msgstr "" -- 2.30.2