diff --git a/application/locale/ru_RU/LC_MESSAGES/messages.mo b/application/locale/ru_RU/LC_MESSAGES/messages.mo index cd104652c..62c47a327 100644 Binary files a/application/locale/ru_RU/LC_MESSAGES/messages.mo and b/application/locale/ru_RU/LC_MESSAGES/messages.mo differ diff --git a/application/locale/ru_RU/LC_MESSAGES/messages.po b/application/locale/ru_RU/LC_MESSAGES/messages.po index d1a8635a9..90425816e 100644 --- a/application/locale/ru_RU/LC_MESSAGES/messages.po +++ b/application/locale/ru_RU/LC_MESSAGES/messages.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" "POT-Creation-Date: 2024-07-28 11:10+0000\n" -"PO-Revision-Date: 2024-07-23 14:40+0000\n" -"Last-Translator: \"Francisco (F4VSE)\" \n" -"Language-Team: Russian \n" +"PO-Revision-Date: 2024-07-29 04:21+0000\n" +"Last-Translator: Michael Skolsky \n" +"Language-Team: Russian \n" "Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1898,19 +1898,19 @@ msgstr "Готово" #: application/controllers/Update.php:244 msgid "Updating..." -msgstr "" +msgstr "Обновляется..." #: application/controllers/Update.php:247 msgid "Dxcc Entities:" -msgstr "" +msgstr "DXCC:" #: application/controllers/Update.php:248 msgid "Dxcc Exceptions:" -msgstr "" +msgstr "Исключения DXCC:" #: application/controllers/Update.php:249 msgid "Dxcc Prefixes:" -msgstr "" +msgstr "Префиксы DXCC:" #: application/controllers/User.php:12 #: application/views/interface_assets/header.php:260 @@ -1947,6 +1947,8 @@ msgid "" "Congrats! Wavelog was successfully installed. You can now login for the " "first time." msgstr "" +"Поздравляем! Wavelog был успешно установлен. Теперь вы можете войти в " +"систему в первый раз." #: application/controllers/User.php:843 application/controllers/User.php:853 msgid "Login failed. Try again." @@ -2046,6 +2048,8 @@ msgstr "Загрузка в QO-100 Dx Club" #: application/controllers/Widgets.php:21 msgid "Unknown Public Page, please make sure the public slug is correct." msgstr "" +"Неизвестная публичная страница, пожалуйста, убедитесь, что публичный адрес " +"правильный." #: application/controllers/Widgets.php:54 application/views/oqrs/index.php:69 msgid "No stations found that are using Wavelog OQRS." @@ -2142,7 +2146,7 @@ msgstr "Всего сработано квадратов VUCC" #: application/views/accumulate/index.php:7 msgid "Accumulated number of WAJA worked" -msgstr "" +msgstr "Накопленное количество сработанных WAJA" #: application/views/accumulate/index.php:8 #: application/views/dashboard/index.php:222 @@ -6736,11 +6740,11 @@ msgstr "QSL через" #: application/views/logbookadvanced/edit.php:22 msgid "LoTW Sent" -msgstr "" +msgstr "LoTW отправлено" #: application/views/logbookadvanced/edit.php:23 msgid "LoTW Received" -msgstr "" +msgstr "LoTW получено" #: application/views/logbookadvanced/edit.php:73 msgid "SAT Mode" @@ -10848,24 +10852,24 @@ msgstr "QSO отмечены как экспортированные в QO-100 D #: application/views/widgets/oqrs.php:21 msgid "Wavelog OQRS" -msgstr "" +msgstr "Wavelog OQRS" #: application/views/widgets/oqrs.php:81 msgid "Wavelog OQRS Request" -msgstr "" +msgstr "Запрос Wavelog OQRS" #: application/views/widgets/oqrs.php:84 #, php-format msgid "Request a QSL card for your QSO with %s." -msgstr "" +msgstr "Запросите QSL-карточку за ваше QSO с %s." #: application/views/widgets/oqrs.php:88 msgid "Your Callsign:" -msgstr "" +msgstr "Ваш позывной:" #: application/views/widgets/oqrs.php:95 msgid "Submit Request" -msgstr "" +msgstr "Отправить запрос" #~ msgid "VHF/UHF Century Club (VUCC)" #~ msgstr "VHF / UHF Century Club (VUCC)" diff --git a/application/views/cfd/index.php b/application/views/cfd/index.php index 64c0b04c3..a19388697 100644 --- a/application/views/cfd/index.php +++ b/application/views/cfd/index.php @@ -4,7 +4,7 @@
- https://toplist.darc.de"); ?> + https://dcl.darc.de/toplist"); ?>
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 233659d82..a2dcb1592 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -855,7 +855,7 @@ function findincorrectcqzones() { function searchButtonPress() { if (event) { event.preventDefault(); } if ($('#callsign').val()) { - let fixedcall = $('#callsign').val(); + let fixedcall = $('#callsign').val().trim(); $('#partial_view').load("logbook/search_result/" + fixedcall.replace('Ø', '0'), function() { $('[data-bs-toggle="tooltip"]').tooltip(); $('.table-responsive .dropdown-toggle').off('mouseenter').on('mouseenter', function() { diff --git a/assets/lang_src/messages.pot b/assets/lang_src/messages.pot index 3295a1409..7f592f27d 100644 --- a/assets/lang_src/messages.pot +++ b/assets/lang_src/messages.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:44+0000\n" +"POT-Creation-Date: 2024-07-29 12:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/install/assets/images/danger_triangle.png b/install/assets/images/danger_triangle.png new file mode 100644 index 000000000..d5531872a Binary files /dev/null and b/install/assets/images/danger_triangle.png differ diff --git a/install/includes/gettext/lang_src/installer.pot b/install/includes/gettext/lang_src/installer.pot index 69cc65f9f..25536e57c 100644 --- a/install/includes/gettext/lang_src/installer.pot +++ b/install/includes/gettext/lang_src/installer.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:44+0000\n" +"POT-Creation-Date: 2024-07-29 12:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -103,35 +103,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -139,143 +139,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -284,23 +291,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -309,301 +316,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/bg_BG/LC_MESSAGES/installer.po b/install/includes/gettext/locale/bg_BG/LC_MESSAGES/installer.po index 667a85a15..5b025bd2d 100644 --- a/install/includes/gettext/locale/bg_BG/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/bg_BG/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/cs_CZ/LC_MESSAGES/installer.po b/install/includes/gettext/locale/cs_CZ/LC_MESSAGES/installer.po index a81f17199..087822ee0 100644 --- a/install/includes/gettext/locale/cs_CZ/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/cs_CZ/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.mo b/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.mo index 2cfaee012..86c66c6f1 100644 Binary files a/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.mo and b/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.mo differ diff --git a/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.po b/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.po index 62eb6a32f..9c8b7e213 100644 --- a/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/de_DE/LC_MESSAGES/installer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:44+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-07-28 17:42+0000\n" "Last-Translator: Fabian Berg \n" "Language-Team: German Wavelog is a powerful web-based amateur radio " @@ -148,11 +148,11 @@ msgstr "" "Logging-Software. Folge den Schritten in jedem Tab, um Wavelog auf deinem " "Server zu konfigurieren und zu installieren." -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "Diskussionen" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " @@ -161,79 +161,79 @@ msgstr "" "Falls du auf Probleme stösst oder Fragen hast, schau in die Dokumentation " "(%s) oder das Community-Forum (%s) auf Github für Hilfe." -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "Wiki" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "Danke, dass du Wavelog installierst!" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "Sprache" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "Wähle eine Sprache" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "Schliessen" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "PHP-Module" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "Version" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "min. %s (empfohlen %s+)" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "Installiert" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "Nicht installiert" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "PHP-Einstellungen" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "Ordner-Schreibberechtigungen" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "Erfolgreich" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "Fehlgeschlagen" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "Webserver" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "Version:" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "Wichtiger Hinweis für nginx-Nutzer!" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." @@ -241,17 +241,17 @@ msgstr "" "Da du nginx als Webserver verwendest, stelle bitte sicher, dass du die im " "Wiki beschriebenen Änderungen vorgenommen hast, bevor du fortfährst." -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "Einige Prüfungen sind fehlgeschlagen!" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" "Überprüfe deine PHP-Einstellungen und installiere fehlende Module, falls " "notwendig." -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" @@ -259,10 +259,17 @@ msgstr "" "starten." #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "Du hast ein paar Warnungen!" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." @@ -271,11 +278,11 @@ msgstr "" "fortfahren, aber sei dir bewusst, dass du auf Probleme stossen könntest, " "während du Wavelog benutzt." -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "Alle Checks sind OK. Du kannst weitermachen." -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" @@ -283,11 +290,11 @@ msgstr "" "Konfiguriere einige grundlegende Parameter für deine Wavelog-Instanz. Du " "kannst sie später in 'application/config/config.php' ändern" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "Verzeichnis" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." @@ -296,12 +303,12 @@ msgstr "" "normalen Bedingungen funktioniert der hier vorausgefüllte Wert. Er kann aber " "auch leer sein." -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" "Kein Schrägstrich vor oder nach dem Verzeichnis. Nur der Name des Ordners." -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -315,27 +322,23 @@ msgstr "" "die neue URL eingeben (z.B. %s statt %s). Vergiss nicht, das oben genannte " "Verzeichnis mit anzugeben." -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "Webseiten-URL" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -"Dieses Feld
\n" -"- darf nicht leer sein
\n" -"- muss mit einem Schrägstrich enden 'example/'
\n" -"- muss mit 'http' beginnen" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "Optional: Globaler Callbook Lookup" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -350,42 +353,42 @@ msgstr "" "com zu erhalten, brauchst du ein XML-Abonnement. HamQTH liefert nicht immer " "die Locator-Informationen." -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "Benutzername" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "Passwort" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "Callbook-Benutzername" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "Callbook-Passwort" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "Das Passwort darf %s nicht enthalten oder leer sein" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" "Diese Einstellungen sollten nur vorgenommen werden, wenn du weißt, was du " "tust." -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "Fehlerprotokoll" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." @@ -393,27 +396,27 @@ msgstr "" "Optional: Fehlerlogging kann mit einem Schwellwert größer 0 aktiviert " "werden. Nur aktivieren, wenn du das wirklich benötigst." -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "0 - Kein Protokoll" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "1 - Fehlermeldungen" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "2 - Debugmeldungen" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "3 - Informationen" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "4 - Alle Nachrichten" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." @@ -421,11 +424,11 @@ msgstr "" "Um Wavelog richtig zu installieren, solltest du bereits eine mariadb/mysql-" "Datenbank eingerichtet haben. Gib hier die Parameter an." -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "Hostname oder IP" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." @@ -433,29 +436,29 @@ msgstr "" "Normalerweise 'localhost'.
Optional mit '[host]:[port]'. Standardport: " "3306.
In einer docker compose Installation bitte 'wavelog-db' eintragen." -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "Datenbankname" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "Name der Datenbank" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" "Benutzername des Datenbankbenutzers, der vollen Zugriff auf die Datenbank " "hat." -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "Passwort des Datenbankbenutzers" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "Verbindungstest" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." @@ -464,138 +467,138 @@ msgstr "" "aus und klicke auf fortsetzen. Vergewissere dich, dass du ein sicheres " "Passwort verwendest." -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "Alle Felder werden benötigt!" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "Vorname" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "Nachname" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "Rufzeichen" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "Passwort bestätigen" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "Stadt" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "E-Mail-Adresse" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "Planquadrat/Locator" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "Zeitzone" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "DXCC" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "- Keines -" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "Gelöschtes DXCC" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "Checkliste" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "Vorabprüfungen" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "Konfiguration" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "Datenbank" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "Erster Benutzer" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "Fast fertig!" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "Du hast alle notwendigen Schritte vorbereitet." -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" "Wir können jetzt Wavelog installieren. Dieser Vorgang kann ein paar Minuten " "dauern." -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "Zurücksetzen" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "Installer zurücksetzen" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "Willst du wirklich alle Eingaben zurücksetzen und von vorne beginnen?" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "Ja" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "Nein" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "Zurück" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "Weiter" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." @@ -603,25 +606,25 @@ msgstr "" "Du kannst nicht weitermachen. Beseitige die rot markierten Probleme, starte " "den Web-Server neu und aktualisiere diese Seite." -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "Passworte dürfen ' / \\ < > nicht enthalten" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" "Fehler_ Mindestens Hostname/IP, Datenbankname und Benutzername werden " "benötigt." -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "Verbinden..." -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "Verbindung war erfolgreich und die Datenbank sollte kompatibel sein." -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." @@ -629,16 +632,16 @@ msgstr "" "Verbindung war erfolgreich, aber deine Datenbank scheint zu alt für Wavelog " "zu sein. Du kannst es weiter versuchen, es könnten jedoch Probleme auftreten." -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "Die min. Version für MySQL ist %s, für MariaDB ist es %s." -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "Mindestens ein Feld ist leer." -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." @@ -646,7 +649,7 @@ msgstr "" "Der Locator scheint nicht im richtigen Format zu sein. Sollte wie AA11AA " "aussehen (6-stelliger Grid-Locator)." -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" @@ -654,22 +657,40 @@ msgstr "" "Die E-Mail-Adresse sieht nicht korrekt aus. Stelle sicher, dass es eine " "gültige E-Mail-Adresse ist" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "Das Passwort sollte mindestens 8 Zeichen lang sein" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "Passwörter stimmen nicht überein" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "Jetzt installieren" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "Installation nicht möglich. Checkliste unvollständig." +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "Installation" @@ -745,6 +766,17 @@ msgstr "Konnte DXCC-Daten nicht aktualisieren" msgid "Could not create install/.lock file" msgstr "Konnte die install/.lock Datei nicht anlegen" +#~ msgid "" +#~ "This field
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +#~ msgstr "" +#~ "Dieses Feld
\n" +#~ "- darf nicht leer sein
\n" +#~ "- muss mit einem Schrägstrich enden 'example/'
\n" +#~ "- muss mit 'http' beginnen" + #, php-format #~ msgid "The min. Version for MySQL is %s, for it's MariaDB %s." #~ msgstr "Die minimale Version für MySQL is %s, für MariaDB ist es %s." diff --git a/install/includes/gettext/locale/el_GR/LC_MESSAGES/installer.po b/install/includes/gettext/locale/el_GR/LC_MESSAGES/installer.po index a4e121c8b..e5384428f 100644 --- a/install/includes/gettext/locale/el_GR/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/el_GR/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/es_ES/LC_MESSAGES/installer.po b/install/includes/gettext/locale/es_ES/LC_MESSAGES/installer.po index 2f2d955f2..c7bc3341a 100644 --- a/install/includes/gettext/locale/es_ES/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/es_ES/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/fi_FI/LC_MESSAGES/installer.po b/install/includes/gettext/locale/fi_FI/LC_MESSAGES/installer.po index 29f0d10c1..1c571e1e5 100644 --- a/install/includes/gettext/locale/fi_FI/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/fi_FI/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/fr_FR/LC_MESSAGES/installer.po b/install/includes/gettext/locale/fr_FR/LC_MESSAGES/installer.po index 05d9c6830..f8d9883c0 100644 --- a/install/includes/gettext/locale/fr_FR/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/fr_FR/LC_MESSAGES/installer.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-07-22 18:23+0000\n" "Last-Translator: \"Francisco (F4VSE)\" \n" "Language-Team: French Wavelog is a powerful web-based amateur radio " @@ -147,11 +147,11 @@ msgstr "" "trafic radioamateur basé sur le Web. Suivez les étapes de chaque onglet pour " "configurer et installer Wavelog sur votre serveur." -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "Discussions" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " @@ -161,94 +161,94 @@ msgstr "" "documentation (%s) ou au forum communautaire (%s) sur Github pour obtenir de " "l'aide." -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "Wiki" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "Merci d'avoir installé Wavelog !" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "Langue" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "Choisir une langue" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "Fermer" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "PHP Modules" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "Version" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "Installé" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "pas installé" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "Paramètres de PHP" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "Certaines vérifications ont échoué !" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" "Vérifiez vos paramètres PHP et installez les modules manquants si nécessaire." -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" @@ -256,10 +256,17 @@ msgstr "" "d'installation." #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "Vous avez quelques avertissements !" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." @@ -268,11 +275,11 @@ msgstr "" "programme d'installation, mais sachez que vous pourriez rencontrer des " "problèmes lors de l'utilisation de Wavelog." -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "Tout est OK. Vous pouvez continuer." -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" @@ -280,11 +287,11 @@ msgstr "" "Configurez certains paramètres basiques pour votre instance Wavelog. Vous " "pourrez les modifier ultérieurement dans 'application/config/config.php'" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "Répertoire" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." @@ -293,11 +300,11 @@ msgstr "" "Dans des conditions normales, la valeur préremplie fait son travail. Il peut " "aussi être vide." -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -311,23 +318,23 @@ msgstr "" "URL ici (par exemple %s au lieu de %s). N'oubliez pas d'inclure le " "répertoire ci-dessus." -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "URL du site web" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "Facultatif : recherche globale dans le répertoire d'indicatifs d'appel" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -343,66 +350,66 @@ msgstr "" "l'indicatifs d'appel sur QRZ.com, vous aurez besoin d'un abonnement XML. " "HamQTH ne fournit pas toujours les informations de localisation." -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "Nom d'utilisateur" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "Mot de passe" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "Nom d'utilisateur du carnet" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "Mot de passe du carnet" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." @@ -410,198 +417,198 @@ msgstr "" "Pour installer correctement Wavelog, vous devez déjà avoir configuré une " "base de données MariaDB/MySQL. Fournissez les paramètres ici." -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "Nom d'hôte ou IP" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "Nom de la base de données" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "Nom de la base de données" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" "Nom d'utilisateur de l'utilisateur de la base de données qui a un accès " "complet à la base de données." -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "Mot de passe de l'utilisateur de la base de données" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "Test de connexion" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "Prénom" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "Nom de famille" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "Indicatif d'appel" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "Confirmez le mot de passe" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "Ville" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "Adresse e-mail" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "Locator" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "Fuseau horaire" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "DXCC" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "- Aucun -" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "DXCC supprimé" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "Liste de verification" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "Configuration" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "Base de données" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "Premier utilisateur" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "Presque fini!" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "Vous avez préparé toutes les étapes nécessaires." -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" "Nous pouvons maintenant installer Wavelog. Ce processus peut prendre " "quelques minutes." -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "Arrière" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "Continuer" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "Connection..." -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." @@ -610,43 +617,61 @@ msgstr "" "Wavelog. Vous pouvez essayer de continuer mais vous pourriez rencontrer des " "problèmes." -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "Le mot de passe doit comporter au moins 8 caractères" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "Les mots de passe ne correspondent pas" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "Installer maintenant" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/it_IT/LC_MESSAGES/installer.po b/install/includes/gettext/locale/it_IT/LC_MESSAGES/installer.po index c2bf16c74..50828de94 100644 --- a/install/includes/gettext/locale/it_IT/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/it_IT/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/nl_NL/LC_MESSAGES/installer.po b/install/includes/gettext/locale/nl_NL/LC_MESSAGES/installer.po index b49a64acd..07f103e70 100644 --- a/install/includes/gettext/locale/nl_NL/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/nl_NL/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/pl_PL/LC_MESSAGES/installer.po b/install/includes/gettext/locale/pl_PL/LC_MESSAGES/installer.po index a0b674bc5..39262efaf 100644 --- a/install/includes/gettext/locale/pl_PL/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/pl_PL/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.mo b/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.mo index 618939417..64145c16d 100644 Binary files a/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.mo and b/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.mo differ diff --git a/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.po b/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.po index 8f0088a26..0edb92c9d 100644 --- a/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/pt_PT/LC_MESSAGES/installer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:44+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-07-28 17:42+0000\n" "Last-Translator: Fabian Berg \n" "Language-Team: Portuguese (Portugal) Wavelog is a powerful web-based amateur radio " @@ -148,11 +148,11 @@ msgstr "" "na Cloud/Web. Siga os passos em cada separador para configurar e instalar o " "Wavelog no seu servidor." -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "Discussões" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " @@ -161,79 +161,79 @@ msgstr "" "Se encontrar algum problema ou tiver dúvidas, consulte a documentação (%s) " "ou o fórum da comunidade (%s) no Github para obter assistência." -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "Wiki" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "Obrigado por ter instalado o Wavelog!" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "Idioma" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "Selecionar um idioma" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "Fechar" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "Módulos PHP" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "Versão" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "min. %s (recomendado %s+)" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "Instalado" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "Não instalado" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "Configurações PHP" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "Permissões de escrita na Pasta" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "Sucesso" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "Falhou" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "Servidor Web" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "Versão:" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "Nota importante para utilizadores do nginx!" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." @@ -241,17 +241,17 @@ msgstr "" "Como está a usar o nginx como servidor web, por favor, certifique-se de que " "fez as alterações descritas na Wiki antes de continuar." -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "Algumas verificações falharam!" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" "Verifique as suas configuções PHP e se necessário, instale os módulos em " "falta." -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" @@ -259,10 +259,17 @@ msgstr "" "instalador." #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "Tem alguns avisos!" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." @@ -271,11 +278,11 @@ msgstr "" "instalador, mas tenha em atenção que poderá ter problemas ao utilizar o " "Wavelog." -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "Todas as verificações estão correctas. Pode continuar." -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" @@ -283,11 +290,11 @@ msgstr "" "Configure alguns parâmetros básicos para a sua instância do wavelog. Pode " "alterá-los mais tarde em 'application/config/config.php'" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "Diretoria" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." @@ -295,11 +302,11 @@ msgstr "" "A 'Diretoria' é basicamente a subpasta do webroot. Em condições normais, o " "valor pré-preenchido está a fazer o seu trabalho. Também pode estar vazio." -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "Sem barra antes ou depois do diretório. Apenas o nome da pasta." -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -312,27 +319,23 @@ msgstr "" "de um Proxy Reverso com SSL, você deve digitar a nova URL aqui (por exemplo, " "%s em vez de %s). Não se esqueça de incluir o diretório acima." -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "URL do site Web" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -"Este campo
\n" -"- não pode estar vazio
\n" -"- tem de terminar com uma barra 'exemplo/'
\n" -"- tem de começar com 'http'" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "Opcional: Consulta global do caderno de indicativos" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -347,41 +350,41 @@ msgstr "" "indicativos no QRZ.com necessitará de uma subscrição XML. O HamQTH nem " "sempre fornece a informação do locator." -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "Nome de utilizador" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "Palavra-passe" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "Nome de utilizador do carderno" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "Palavra-passe do caderno" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "A palavra-passe não pode conter %s nem pode estar vazia" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "Configurações Avançadas" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" "Estas definições só devem ser configuradas se souber o que está a fazer." -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "Registos de Erros" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." @@ -389,27 +392,27 @@ msgstr "" "Opcional: Ativar o registo de erros definindo o limiar de registo maior que " "0. Só ative isto se realmente precisar." -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "0 - Sem registos" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "1 - Mensagens de erro" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "2 - Mensagens de debug" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "3 - Mensagens de informação" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "4 - Todas as mensagens" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." @@ -417,11 +420,11 @@ msgstr "" "Para instalar corretamente o Wavelog, já deve ter configurado uma base de " "dados MariaDB/MySQL. Forneça os parâmetros aqui." -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "Nome de anfitrião ou IP" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." @@ -429,29 +432,29 @@ msgstr "" "Normalmente 'localhost'.
Opcional com '[host]:[port]'. Porta padrão: 3306." "
Num tipo de instalação docker compose 'wavelog-db'." -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "Nome da base de dados" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "Nome da base de dados" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" "Nome de utilizador do utilizador da base de dados que tem acesso total à " "base de dados." -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "Palavra-passe do utilizador da base de dados" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "Teste de conexão" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." @@ -460,137 +463,137 @@ msgstr "" "campos e clique em continuar.
Certifique-se de que utiliza uma palavra-" "passe segura." -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "Todos os campos são obrigatórios!" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "Nome próprio" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "Apelido" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "Indicativo" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "Confirmar a palavra-passe" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "Cidade" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "Endereço de correio eletrónico" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "Gridsquare/Locator" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "Fuso horário" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "DXCC" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "- Nenhum -" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "DXCC cancelada" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "Lista de verificação" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "Pré-verificações" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "Configuração" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "Base de dados" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "Primeiro utilizador" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "Quase pronto!" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "Preparou todas as etapas necessárias." -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" "Agora podemos instalar o Wavelog. Este processo pode demorar alguns minutos." -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "Reiniciar" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "Reiniciar Instalador" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "Querer mesmo reiniciar todos os dados e começar do zero?" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "Sim" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "Não" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "Voltar" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "Continuar" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." @@ -598,26 +601,26 @@ msgstr "" "Não pode continuar. Resolva os problemas marcados a vermelho, reinicie o " "servidor web e recarrega esta página." -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "A palavra-passe não pode conter ' / \\ < >" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" "Erro: Pelo menos o Nome do Host/IP, Nome da Base de Dados e Nome de " "Utilizador são necessários." -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "Ligação..." -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" "A ligação foi bem sucedida e a sua base de dados apararenta ser compatível." -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." @@ -625,16 +628,16 @@ msgstr "" "A ligação foi bem sucedida, mas a sua base de dados parece ser demasiado " "antiga para o Wavelog. Pode tentar continuar, mas poderá ter problemas." -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "A versão mínima para MySQL é %s, para MariaDB é %s." -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "Pelo menos um campo está vazio." -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." @@ -642,7 +645,7 @@ msgstr "" "O locator parece não estar no formato correto. Deve ser algo tipo AA11AA " "(locator de 6 caracteres)." -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" @@ -650,22 +653,40 @@ msgstr "" "O endereço de e-mail não parece correto. Certifique-se de que é um endereço " "de e-mail válido" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "A palavra-passe deve ter pelo menos 8 caracteres" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "As palavras-passe não correspondem" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "Instalar agora" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "Instalação não possível. Lista de verificação incompleta." +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "Instalação" @@ -741,6 +762,17 @@ msgstr "Não foi possível atualizar os dados DXCC" msgid "Could not create install/.lock file" msgstr "Não foi possível criar o ficheiro install/.lock" +#~ msgid "" +#~ "This field
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +#~ msgstr "" +#~ "Este campo
\n" +#~ "- não pode estar vazio
\n" +#~ "- tem de terminar com uma barra 'exemplo/'
\n" +#~ "- tem de começar com 'http'" + #, php-format #~ msgid "The min. Version for MySQL is %s, for it's MariaDB %s." #~ msgstr "A versão mínima para MySQL é %s, para MariaDB é %s." diff --git a/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.mo b/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.mo index 960f56173..b665c101d 100644 Binary files a/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.mo and b/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.mo differ diff --git a/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.po b/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.po index 89565c928..59f246d14 100644 --- a/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/ru_RU/LC_MESSAGES/installer.po @@ -3,12 +3,13 @@ # This file is distributed under the MIT licence. # # Michael Skolsky , 2024. +# Florian Wolters , 2024. msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" -"PO-Revision-Date: 2024-07-09 20:46+0000\n" -"Last-Translator: Michael Skolsky \n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" +"PO-Revision-Date: 2024-07-29 05:55+0000\n" +"Last-Translator: Florian Wolters \n" "Language-Team: Russian \n" "Language: ru_RU\n" @@ -16,27 +17,27 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 5.6\n" +"X-Generator: Weblate 5.6.2\n" #: install/includes/core/database_class.php:59 msgid "Connection Error: " -msgstr "" +msgstr "Ошибка подключения: " #: install/includes/core/database_class.php:63 msgid "Unable to create database: " -msgstr "" +msgstr "Не удаётся создать базу данных: " #: install/includes/core/database_class.php:68 msgid "Unable to select database: " -msgstr "" +msgstr "Не удаётся выбрать базу данных: " #: install/includes/core/database_class.php:74 msgid "Database is not empty." -msgstr "" +msgstr "База данных не пуста." #: install/includes/install_config/install_lib.php:123 msgid "not detected" -msgstr "" +msgstr "не обнаружено" #: install/includes/interface_assets/footer.php:49 msgid "Bulgarian" @@ -80,7 +81,7 @@ msgstr "Итальянский" #: install/includes/interface_assets/footer.php:59 msgid "Portuguese" -msgstr "" +msgstr "Португальский" #: install/includes/interface_assets/footer.php:60 msgid "Polish" @@ -106,35 +107,35 @@ msgstr "Турецкий" msgid "Install | Wavelog" msgstr "Установка | Wavelog" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "1. Добро пожаловать" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "2. Предварительные проверки" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "3. Конфигурация" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "4. База данных" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "5. Первый пользователь" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "6. Завершить" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "Добро пожаловать в установщик Wavelog" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -146,11 +147,11 @@ msgstr "" "ведения журнала любительской радиостанции. Следуйте шагам на каждой вкладке, " "чтобы настроить и установить Wavelog на вашем сервере." -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "Обсуждения" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " @@ -159,104 +160,113 @@ msgstr "" "Если у вас возникнут проблемы или вопросы, обратитесь к документации (%s) " "или форуму сообщества (%s) на Github за помощью." -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "Вики" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "Спасибо за установку Wavelog!" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "Язык" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "Выберите язык" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "Закрыть" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "Модули PHP" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "Версия" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" -msgstr "" +msgstr "мин. %s (рекомендуется %s+)" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "Установленные" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "Не установленные" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "Настройки PHP" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" -msgstr "" +msgstr "Разрешения на запись в каталог" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" -msgstr "" +msgstr "Успешно" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" -msgstr "" +msgstr "Не удалось" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" -msgstr "" +msgstr "Веб-сервер" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" -msgstr "" +msgstr "Версия:" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" -msgstr "" +msgstr "Важное замечание для пользователей nginx!" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" +"Поскольку вы используете nginx в качестве веб-сервера, пожалуйста, " +"убедитесь, что вы внесли изменения, описанные в Wiki, перед продолжением." -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "Некоторые проверки не прошли!" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" "Проверьте настройки PHP и установите недостающие модули, если необходимо." -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" "После этого вам нужно перезапустить веб-сервер и снова запустить установщик." #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "У тебя есть несколько предупреждений!" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." @@ -264,11 +274,11 @@ msgstr "" "Некоторые настройки не оптимальны. Вы можете продолжить установку, но имейте " "в виду, что при использовании Wavelog могут возникнуть проблемы." -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "Все проверки в порядке. Можешь продолжать." -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" @@ -276,11 +286,11 @@ msgstr "" "Настройте некоторые основные параметры для вашего экземпляра wavelog. Вы " "можете изменить их позже в 'application/config/config.php'" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "Каталог" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." @@ -289,11 +299,11 @@ msgstr "" "обычной ситуации предустановленное значение подходит. Оно также может быть " "пустым." -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." -msgstr "" +msgstr "Без слэша до или после директории. Только имя каталога." -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -306,23 +316,23 @@ msgstr "" "обратным прокси-сервером с SSL, введите здесь новый URL (например, %s вместо " "%s). Не забудьте включить каталог, указанный выше." -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "URL веб-сайта" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "Опционально: Поиск в глобальном колбуке" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -337,66 +347,70 @@ msgstr "" "QRZ.com, вам потребуется подписка на XML. HamQTH не всегда предоставляет " "информацию о локаторе." -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "Имя пользователя" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "Пароль" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "Имя пользователя для колбука" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "Пароль для колбука" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" -msgstr "" +msgstr "Пароль не может содержать %s или быть пустым" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" -msgstr "" +msgstr "Расширенные настройки" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" +"Эти настройки следует устанавливать только в том случае, если вы знаете, что " +"делаете." -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" -msgstr "" +msgstr "Журналы ошибок" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" +"Необязательно: Включите ведение журнала ошибок, установив порог журнала " +"больше 0. Включайте это только в случае крайней необходимости." -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" -msgstr "" +msgstr "0 - Нет журналов" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" -msgstr "" +msgstr "1 - Сообщения об ошибках" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" -msgstr "" +msgstr "2 - Отладочные сообщения" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" -msgstr "" +msgstr "3 - Информационные сообщения" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" -msgstr "" +msgstr "4 - Все сообщения" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." @@ -404,197 +418,205 @@ msgstr "" "Для правильной установки Wavelog вам нужно настроить базу данных mariadb/" "mysql. Укажите параметры здесь." -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "Имя хоста или IP-адрес" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" +"Обычно 'localhost'.
Опционально с '[host]:[port]'. Порт по умолчанию: " +"3306.
В установке docker compose укажите 'wavelog-db'." -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "Название базы данных" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "Название базы данных" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" "Имя пользователя базы данных, который имеет полный доступ к базе данных." -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "Пароль пользователя базы данных" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "Проверка соединения" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" +"Теперь вы можете создать своего первого пользователя в Wavelog. Заполните " +"все поля и нажмите продолжить. Убедитесь, что используете безопасный пароль." -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" -msgstr "" +msgstr "Все поля обязательны!" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "Имя" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "Фамилия" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "Позывной" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "Подтвердите пароль" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "Город" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "Адрес электронной почты" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "Квадрат/Локатор" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "Часовой пояс" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "DXCC" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "- Нет -" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "Удалённые DXCC" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "Контрольный список" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" -msgstr "" +msgstr "Предварительные проверки" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "Конфигурация" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "База данных" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "Первый пользователь" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "Почти готово!" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "Вы подготовили всё необходимое." -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" "Теперь мы можем установить Wavelog. Этот процесс может занять несколько " "минут." -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" -msgstr "" - -#: install/index.php:1105 -msgid "Installer Reset" -msgstr "" - -#: install/index.php:1108 -msgid "Do you really want to reset all data and start from scratch?" -msgstr "" +msgstr "Сброс" #: install/index.php:1111 +msgid "Installer Reset" +msgstr "Сброс установщика" + +#: install/index.php:1114 +msgid "Do you really want to reset all data and start from scratch?" +msgstr "Вы действительно хотите сбросить все данные и начать с нуля?" + +#: install/index.php:1117 msgid "Yes" -msgstr "" +msgstr "Да" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" -msgstr "" +msgstr "Нет" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "Назад" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "Продолжить" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" +"Вы не можете продолжить. Решите отмеченные красным проблемы, перезапустите " +"веб-сервер и перезагрузите эту страницу." -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" -msgstr "" +msgstr "Пароль не может содержать ' / \\ < >" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" +"Ошибка: Требуются как минимум имя хоста/IP, имя базы данных и имя " +"пользователя." -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "Подключение..." -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." -msgstr "" +msgstr "Соединение было успешным, и ваша база данных должна быть совместимой." -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." @@ -602,115 +624,150 @@ msgstr "" "Соединение было успешным, но ваша база данных кажется слишком старой для " "Wavelog. Вы можете попробовать продолжить, но могут возникнуть проблемы." -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." -msgstr "" +msgstr "Минимальная версия для MySQL - %s, для MariaDB - %s." -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." -msgstr "" +msgstr "По крайней мере одно поле пустое." -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" +"Похоже, что локатор не в правильном формате. Должен выглядеть как AA11AA (6-" +"символьный QTH-локатор)." -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" +"Адрес электронной почты выглядит некорректным. Убедитесь, что это " +"действительный адрес электронной почты" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "Длина пароля должна быть не менее 8 символов" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "Пароли не совпадают" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "Установить сейчас" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." +msgstr "Установка невозможна. Контрольный список не завершен." + +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." msgstr "" #: install/run.php:10 msgid "Installation" -msgstr "" +msgstr "Установка" #: install/run.php:12 msgid "Please wait..." -msgstr "" +msgstr "Пожалуйста, подождите..." #: install/run.php:15 msgid "Copy config.php to application/config/" -msgstr "" +msgstr "Скопируйте config.php в application/config/" #: install/run.php:18 msgid "Copy database.php to application/config/" -msgstr "" +msgstr "Скопируйте database.php в application/config/" #: install/run.php:21 msgid "Creating database tables" -msgstr "" +msgstr "Создание таблиц базы данных" #: install/run.php:24 msgid "Running database migrations" -msgstr "" +msgstr "Запуск миграций базы данных" #: install/run.php:27 msgid "Updating DXCC data" -msgstr "" +msgstr "Обновление данных DXCC" #: install/run.php:35 msgid "Lock the installer" -msgstr "" +msgstr "Заблокировать установщик" #: install/run.php:39 #, php-format msgid "All install steps went through. Redirect to user login in %s seconds..." msgstr "" +"Все шаги установки выполнены. Перенаправление на вход пользователя через %s " +"секунд..." #: install/run.php:42 msgid "Done. Go to the user login ->" -msgstr "" +msgstr "Готово. Перейдите к входу пользователя ->" #: install/run.php:46 install/run.php:125 msgid "Show detailled debug log" -msgstr "" +msgstr "Показать подробный журнал отладки" #: install/run.php:127 msgid "Hide detailled debug log" -msgstr "" +msgstr "Скрыть подробный журнал отладки" #: install/run.php:182 msgid "Could not create application/config/config.php" -msgstr "" +msgstr "Не удалось создать application/config/config.php" #: install/run.php:217 msgid "Could not create application/config/database.php" -msgstr "" +msgstr "Не удалось создать application/config/database.php" #: install/run.php:251 msgid "Could not create database tables" -msgstr "" +msgstr "Не удалось создать таблицы базы данных" #: install/run.php:281 msgid "Could not run database migrations" -msgstr "" +msgstr "Не удалось выполнить миграции базы данных" #: install/run.php:309 msgid "Could not update DXCC data" -msgstr "" +msgstr "Не удалось обновить данные DXCC" #: install/run.php:341 msgid "Could not create install/.lock file" -msgstr "" +msgstr "Не удалось создать файл install/.lock" + +#~ msgid "" +#~ "This field
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +#~ msgstr "" +#~ "Это поле
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- не может быть пустым
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- должно заканчиваться слешем 'example/'
\n" +#~ "\t\t\t\t\t\t\t\t\t\t\t\t- должно начинаться с 'http'" #~ msgid "On" #~ msgstr "Включено" diff --git a/install/includes/gettext/locale/sv_SE/LC_MESSAGES/installer.po b/install/includes/gettext/locale/sv_SE/LC_MESSAGES/installer.po index b3f563009..26cec0117 100644 --- a/install/includes/gettext/locale/sv_SE/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/sv_SE/LC_MESSAGES/installer.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-06-05 15:15+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -104,35 +104,35 @@ msgstr "" msgid "Install | Wavelog" msgstr "" -#: install/index.php:25 +#: install/index.php:30 msgid "1. Welcome" msgstr "" -#: install/index.php:28 +#: install/index.php:33 msgid "2. Pre Checks" msgstr "" -#: install/index.php:31 +#: install/index.php:36 msgid "3. Configuration" msgstr "" -#: install/index.php:34 +#: install/index.php:39 msgid "4. Database" msgstr "" -#: install/index.php:37 +#: install/index.php:42 msgid "5. First User" msgstr "" -#: install/index.php:40 +#: install/index.php:45 msgid "6. Finish" msgstr "" -#: install/index.php:57 +#: install/index.php:62 msgid "Welcome to the Wavelog Installer" msgstr "" -#: install/index.php:58 +#: install/index.php:63 msgid "" "This installer will guide you through the necessary steps for the " "installation of Wavelog.
Wavelog is a powerful web-based amateur radio " @@ -140,143 +140,150 @@ msgid "" "Wavelog on your server." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " "(%s) or community forum (%s) on Github for assistance." msgstr "" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -285,23 +292,23 @@ msgid "" "Don't forget to include the directory from above." msgstr "" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -310,301 +317,319 @@ msgid "" "an XML subscription. HamQTH does not always provide the locator information." msgstr "" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/tr_TR/LC_MESSAGES/installer.po b/install/includes/gettext/locale/tr_TR/LC_MESSAGES/installer.po index b7a9924d6..b0de5a6bd 100644 --- a/install/includes/gettext/locale/tr_TR/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/tr_TR/LC_MESSAGES/installer.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-07-26 09:13+0000\n" "Last-Translator: Halil AYYILDIZ \n" "Language-Team: Turkish Wavelog is a powerful web-based amateur radio " @@ -146,11 +146,11 @@ msgstr "" "Wavelog'u sunucunuza yapılandırmak ve yüklemek için her sekmedeki adımları " "izleyin." -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "Tartışmalar" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " @@ -159,93 +159,93 @@ msgstr "" "Herhangi bir sorunla karşılaşırsanız veya sorularınız varsa yardım için " "belgelere (%s) veya Github'daki topluluk forumuna (%s) bakın." -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "Wiki" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "Wavelog'u yüklediğiniz için teşekkür ederiz!" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "Dil" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "Bir dil seç" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "Kapalı" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "PHP Modülleri" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "Sürüm" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "Kurulmuş" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "Kurulu Değil" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "PHP Ayarları" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "Bazı Kontroller Başarısız Oldu!" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "PHP ayarlarınızı kontrol edin ve gerekirse eksik modülleri yükleyin." -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "" @@ -253,10 +253,17 @@ msgstr "" "başlatmanız gerekiyor." #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "Bazı uyarılarınız var!" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." @@ -264,11 +271,11 @@ msgstr "" "Bazı ayarlar optimum değil. Yükleyiciyle devam edebilirsiniz ancak Wavelog " "kullanırken sorunlarla karşılaşabileceğinizi unutmayın." -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "Tüm kontroller tamam. Devam edebilirsiniz." -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" @@ -276,11 +283,11 @@ msgstr "" "wavelog örneğiniz için bazı temel parametreleri yapılandırın. Bunları daha " "sonra 'application/config/config.php'de değiştirebilirsiniz" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "Dizin" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." @@ -288,11 +295,11 @@ msgstr "" "'Dizin' temel olarak webroot'unuzun alt klasörüdür. Normal koşullarda " "önceden doldurulmuş değer işini yapmaktadır. Boş da olabilir." -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -305,23 +312,23 @@ msgstr "" "yerleştirmek istiyorsanız buraya yeni URL'yi yazmalısınız (ör. %s yerine " "%s). Yukarıdaki dizini eklemeyi unutmayın." -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "Web Sitesi URL'si" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "İsteğe bağlı: Global Çağrı İşareti Arama" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -336,66 +343,66 @@ msgstr "" "Bulucu'yu da almak için bir XML aboneliğine ihtiyacınız olacak. HamQTH her " "zaman bulucu bilgilerini sağlamaz." -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "Kullanıcı adı" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "Şifre" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "Çağrı Defteri Kullanıcı Adı" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "Çağrı Defteri Şifresi" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." @@ -403,196 +410,196 @@ msgstr "" "Wavelog'u düzgün bir şekilde kurmak için halihazırda bir mariadb/mysql " "veritabanı kurmuş olmanız gerekir. Parametreleri buraya girin." -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "Ana bilgisayar adı veya IP" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "Veri tabanı ismi" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "Veritabanının Adı" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "" "Veritabanına tam erişim yetkisine sahip olan Veritabanı Kullanıcısının " "Kullanıcı Adı." -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "Veritabanı Kullanıcısının Şifresi" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "Bağlantı Testi" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "Adı" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "Soyadı" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "Çağrı işareti" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "Şifreyi Onayla" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "Şehir" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "E-posta Adresi" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "Konum Belirteci" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "Saat dilimi" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "DXCC" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "- Hiçbiri -" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "Silinmiş DXCC" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "Kontrol listesi" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "Yapılandırma" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "Veri tabanı" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "Adı" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "Neredeyse bitti!" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "Gerekli tüm adımları hazırladınız." -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "Artık Wavelog'u yükleyebiliriz. Bu işlem birkaç dakika sürebilir." -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "Geri" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "Devam" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "Bağlanıyor..." -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." @@ -600,43 +607,61 @@ msgstr "" "Bağlantı başarılı oldu ancak veritabanınız Wavelog için çok eski görünüyor. " "Devam etmeyi deneyebilirsiniz ancak sorunlarla karşılaşabilirsiniz." -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "Şifre en az 8 karakter uzunluğunda olmalıdır" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "Şifreler eşleşmiyor" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "Şimdi Yükle" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/includes/gettext/locale/zh_CN/LC_MESSAGES/installer.po b/install/includes/gettext/locale/zh_CN/LC_MESSAGES/installer.po index 9617c13aa..2a9c9acb3 100644 --- a/install/includes/gettext/locale/zh_CN/LC_MESSAGES/installer.po +++ b/install/includes/gettext/locale/zh_CN/LC_MESSAGES/installer.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-07-28 17:38+0000\n" +"POT-Creation-Date: 2024-07-29 12:05+0000\n" "PO-Revision-Date: 2024-07-23 10:31+0000\n" "Last-Translator: Karuru \n" "Language-Team: Chinese (Simplified) Wavelog is a powerful web-based amateur radio " @@ -145,11 +145,11 @@ msgstr "" "于网络的业余无线电日志记录软件,请按照每个选项卡中的步骤在服务器上安装和配置 " "Wavelog。" -#: install/index.php:59 +#: install/index.php:64 msgid "Discussions" msgstr "交流" -#: install/index.php:59 +#: install/index.php:64 #, php-format msgid "" "If you encounter any issues or have questions, refer to the documentation " @@ -158,113 +158,120 @@ msgstr "" "如果您遇到问题或有疑问,请查看文档(%s)或 Github 上的社区门户(%s)以获得帮" "助。" -#: install/index.php:59 +#: install/index.php:64 msgid "Wiki" msgstr "Wiki" -#: install/index.php:60 +#: install/index.php:65 msgid "Thank you for installing Wavelog!" msgstr "感谢安装 Wavelog!" -#: install/index.php:61 install/index.php:64 install/index.php:1031 +#: install/index.php:66 install/index.php:69 install/index.php:1037 msgid "Language" msgstr "语言" -#: install/index.php:74 +#: install/index.php:79 msgid "Select a language" msgstr "选择语言" -#: install/index.php:86 install/index.php:415 +#: install/index.php:91 install/index.php:421 msgid "Close" msgstr "关闭" -#: install/index.php:96 +#: install/index.php:101 msgid "PHP Modules" msgstr "PHP 模块" -#: install/index.php:103 +#: install/index.php:108 msgid "Version" msgstr "版本" -#: install/index.php:104 +#: install/index.php:109 #, php-format msgctxt "PHP Version" msgid "min. %s (recommended %s+)" msgstr "" -#: install/index.php:131 +#: install/index.php:136 msgid "Installed" msgstr "已安装" -#: install/index.php:131 +#: install/index.php:136 msgid "Not Installed" msgstr "未安装" -#: install/index.php:139 +#: install/index.php:144 msgid "PHP Settings" msgstr "PHP 设置" -#: install/index.php:229 +#: install/index.php:234 msgid "Folder Write Permissions" msgstr "" -#: install/index.php:235 install/index.php:246 install/index.php:257 -#: install/index.php:268 install/index.php:279 +#: install/index.php:240 install/index.php:251 install/index.php:262 +#: install/index.php:273 install/index.php:284 msgid "Success" msgstr "" -#: install/index.php:238 install/index.php:249 install/index.php:260 -#: install/index.php:271 install/index.php:282 +#: install/index.php:243 install/index.php:254 install/index.php:265 +#: install/index.php:276 install/index.php:287 msgid "Failed" msgstr "" -#: install/index.php:289 +#: install/index.php:294 msgid "Web Server" msgstr "" -#: install/index.php:292 +#: install/index.php:297 msgid "Version:" msgstr "" -#: install/index.php:299 +#: install/index.php:304 msgid "Important note for nginx users!" msgstr "" -#: install/index.php:300 +#: install/index.php:305 msgid "" "Since you are using nginx as web server please make sure that you have made " "the changes described in the Wiki before continuing." msgstr "" -#: install/index.php:309 +#: install/index.php:314 msgid "Some Checks have failed!" msgstr "部分检查出现了问题!" -#: install/index.php:310 +#: install/index.php:315 msgid "Check your PHP settings and install missing modules if necessary." msgstr "请检查 PHP 配置,或安装缺失的必要模块。" -#: install/index.php:311 +#: install/index.php:316 msgid "" "After that, you have to restart your webserver and start the installer again." msgstr "在这之后,您需要重启服务器,重新启动安装程序。" #: install/index.php:317 +#, php-format +msgid "" +"In case of failed 'Folder Write Permissions' check out our Wiki here." +msgstr "" + +#: install/index.php:323 msgid "You have some warnings!" msgstr "有一些警告内容!" -#: install/index.php:318 +#: install/index.php:324 msgid "" "Some of the settings are not optimal. You can proceed with the installer but " "be aware that you could run into problems while using Wavelog." msgstr "" "这些设置项不是最完美的,虽然可以跑起来,但 Wavelog 在运行中可能会出现问题。" -#: install/index.php:325 +#: install/index.php:331 msgid "All Checks are OK. You can continue." msgstr "所有检查都通过了,您可以继续。" -#: install/index.php:339 +#: install/index.php:345 msgid "" "Configure some basic parameters for your wavelog instance. You can change " "them later in 'application/config/config.php'" @@ -272,21 +279,21 @@ msgstr "" "为 Wavelog 实例配置一些基本参数。您可以稍后在 \"application/config/config." "php \"中修改它们" -#: install/index.php:341 +#: install/index.php:347 msgid "Directory" msgstr "目录" -#: install/index.php:341 +#: install/index.php:347 msgid "" "The 'Directory' is basically your subfolder of the webroot In normal " "conditions the prefilled value is doing it's job. It also can be empty." msgstr "通常是 Web 根目录下的某个子目录,通常为空。" -#: install/index.php:346 +#: install/index.php:352 msgid "No slash before or after the directory. Just the name of the folder." msgstr "" -#: install/index.php:351 +#: install/index.php:357 #, php-format msgid "" "This is the complete URL where your Wavelog Instance will be available. If " @@ -298,23 +305,23 @@ msgstr "" "理后面,则应在此处键入新 URL(例如,用 %s 代替 %s),不要忘记包含上面的目录" "(如有)。" -#: install/index.php:351 +#: install/index.php:357 msgid "Website URL" msgstr "网站 URL" -#: install/index.php:354 +#: install/index.php:360 msgid "" "This field
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" -"\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- can't be empty
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to end with a slash 'example/'
\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t- have to start with 'http'" msgstr "" -#: install/index.php:361 +#: install/index.php:367 msgid "Optional: Global Callbook Lookup" msgstr "可选:全局日志查询" -#: install/index.php:361 +#: install/index.php:367 msgid "" "This configuration is optional. The callsign lookup will be available for " "all users of this installation. You can choose between QRZ.com and HamQTH. " @@ -326,301 +333,319 @@ msgstr "" "联对象的信息,HamQTH 不需要额外配置信息即可使用,QRZ.com 为其需要配置登录信息" "(如需要获取网格地址,请购买 QRZ.com 的 XML 订阅)。" -#: install/index.php:370 install/index.php:447 install/index.php:480 +#: install/index.php:376 install/index.php:453 install/index.php:486 msgid "Username" msgstr "用户名" -#: install/index.php:373 install/index.php:451 install/index.php:490 +#: install/index.php:379 install/index.php:457 install/index.php:496 msgid "Password" msgstr "密码" -#: install/index.php:378 +#: install/index.php:384 msgid "Callbook Username" msgstr "日志簿用户名" -#: install/index.php:381 +#: install/index.php:387 msgid "Callbook Password" msgstr "日志簿密码" -#: install/index.php:383 +#: install/index.php:389 #, php-format msgid "Password can't contain %s or be empty" msgstr "" -#: install/index.php:388 install/index.php:393 +#: install/index.php:394 install/index.php:399 msgid "Advanced Settings" msgstr "" -#: install/index.php:396 +#: install/index.php:402 msgid "These settings should only be set if you know what you're doing." msgstr "" -#: install/index.php:399 +#: install/index.php:405 msgid "Error Logs" msgstr "" -#: install/index.php:400 +#: install/index.php:406 msgid "" "Optional: Enable Error Logging by setting the log threshold bigger then 0. " "Only enable this if you really need it." msgstr "" -#: install/index.php:405 +#: install/index.php:411 msgid "0 - No logs" msgstr "" -#: install/index.php:406 +#: install/index.php:412 msgid "1 - Error messages" msgstr "" -#: install/index.php:407 +#: install/index.php:413 msgid "2 - Debug messages" msgstr "" -#: install/index.php:408 +#: install/index.php:414 msgid "3 - Info messages" msgstr "" -#: install/index.php:409 +#: install/index.php:415 msgid "4 - All messages" msgstr "" -#: install/index.php:431 +#: install/index.php:437 msgid "" "To properly install Wavelog you already should have setup a mariadb/mysql " "database. Provide the parameters here." msgstr "要正确安装 Wavelog,请准备好 mariadb/mysql 数据库,在此输入连接信息。" -#: install/index.php:435 +#: install/index.php:441 msgid "Hostname or IP" msgstr "主机名或 IP" -#: install/index.php:435 +#: install/index.php:441 msgid "" "Usually 'localhost'.
Optional with '[host]:[port]'. Default port: 3306." "
In a docker compose install type 'wavelog-db'." msgstr "" -#: install/index.php:441 +#: install/index.php:447 msgid "Database Name" msgstr "数据库名称" -#: install/index.php:441 +#: install/index.php:447 msgid "Name of the Database" msgstr "数据库名" -#: install/index.php:447 +#: install/index.php:453 msgid "Username of the Database User which has full access to the database." msgstr "对该数据库有完整权限的用户名。" -#: install/index.php:451 +#: install/index.php:457 msgid "Password of the Database User" msgstr "用户密码" -#: install/index.php:455 +#: install/index.php:461 msgid "Connection Test" msgstr "测试连接" -#: install/index.php:466 +#: install/index.php:472 msgid "" "Now you can create your first user in Wavelog. Fill out all fields and click " "continue. Make sure you use a safe password." msgstr "" -#: install/index.php:467 +#: install/index.php:473 msgid "All fields are required!" msgstr "" -#: install/index.php:476 +#: install/index.php:482 msgid "First Name" msgstr "名" -#: install/index.php:486 +#: install/index.php:492 msgid "Last Name" msgstr "姓" -#: install/index.php:496 +#: install/index.php:502 msgid "Callsign" msgstr "呼号" -#: install/index.php:500 +#: install/index.php:506 msgid "Confirm Password" msgstr "确认密码" -#: install/index.php:506 +#: install/index.php:512 msgid "City" msgstr "城市" -#: install/index.php:510 +#: install/index.php:516 msgid "E-Mail Address" msgstr "Email 地址" -#: install/index.php:516 +#: install/index.php:522 msgid "Gridsquare/Locator" msgstr "网格地址" -#: install/index.php:520 +#: install/index.php:526 msgid "Timezone" msgstr "时区" -#: install/index.php:623 +#: install/index.php:629 msgid "DXCC" msgstr "DXCC" -#: install/index.php:625 +#: install/index.php:631 msgctxt "No DXCC" msgid "- None -" msgstr "- 无 -" -#: install/index.php:626 install/index.php:632 install/index.php:656 -#: install/index.php:668 install/index.php:671 install/index.php:676 -#: install/index.php:677 install/index.php:686 install/index.php:690 -#: install/index.php:705 install/index.php:718 install/index.php:719 -#: install/index.php:723 install/index.php:744 install/index.php:751 -#: install/index.php:753 install/index.php:754 install/index.php:756 -#: install/index.php:760 install/index.php:761 install/index.php:762 -#: install/index.php:766 install/index.php:767 install/index.php:786 -#: install/index.php:794 install/index.php:800 install/index.php:807 -#: install/index.php:808 install/index.php:814 install/index.php:816 -#: install/index.php:818 install/index.php:836 install/index.php:841 -#: install/index.php:842 install/index.php:856 install/index.php:871 -#: install/index.php:872 install/index.php:876 install/index.php:887 -#: install/index.php:888 install/index.php:893 install/index.php:897 -#: install/index.php:899 install/index.php:900 install/index.php:907 -#: install/index.php:922 install/index.php:924 install/index.php:941 -#: install/index.php:944 install/index.php:949 install/index.php:952 -#: install/index.php:955 install/index.php:965 install/index.php:971 -#: install/index.php:975 install/index.php:981 install/index.php:984 -#: install/index.php:987 install/index.php:992 install/index.php:1018 -#: install/index.php:1024 install/index.php:1026 +#: install/index.php:632 install/index.php:638 install/index.php:662 +#: install/index.php:674 install/index.php:677 install/index.php:682 +#: install/index.php:683 install/index.php:692 install/index.php:696 +#: install/index.php:711 install/index.php:724 install/index.php:725 +#: install/index.php:729 install/index.php:750 install/index.php:757 +#: install/index.php:759 install/index.php:760 install/index.php:762 +#: install/index.php:766 install/index.php:767 install/index.php:768 +#: install/index.php:772 install/index.php:773 install/index.php:792 +#: install/index.php:800 install/index.php:806 install/index.php:813 +#: install/index.php:814 install/index.php:820 install/index.php:822 +#: install/index.php:824 install/index.php:842 install/index.php:847 +#: install/index.php:848 install/index.php:862 install/index.php:877 +#: install/index.php:878 install/index.php:882 install/index.php:893 +#: install/index.php:894 install/index.php:899 install/index.php:903 +#: install/index.php:905 install/index.php:906 install/index.php:913 +#: install/index.php:928 install/index.php:930 install/index.php:947 +#: install/index.php:950 install/index.php:955 install/index.php:958 +#: install/index.php:961 install/index.php:971 install/index.php:977 +#: install/index.php:981 install/index.php:987 install/index.php:990 +#: install/index.php:993 install/index.php:998 install/index.php:1024 +#: install/index.php:1030 install/index.php:1032 msgid "Deleted DXCC" msgstr "已选择的 DXCC" -#: install/index.php:1049 +#: install/index.php:1055 msgid "Checklist" msgstr "检查单" -#: install/index.php:1054 +#: install/index.php:1060 msgid "Pre-Checks" msgstr "" -#: install/index.php:1063 +#: install/index.php:1069 msgid "Configuration" msgstr "配置" -#: install/index.php:1072 +#: install/index.php:1078 msgid "Database" msgstr "数据库" -#: install/index.php:1081 +#: install/index.php:1087 msgid "First User" msgstr "初始用户" -#: install/index.php:1091 +#: install/index.php:1097 msgid "Nearly done!" msgstr "马上完成!" -#: install/index.php:1093 +#: install/index.php:1099 msgid "You prepared all neccessary steps." msgstr "您已准备好全部步骤。" -#: install/index.php:1094 +#: install/index.php:1100 msgid "We now can install Wavelog. This process can take a few minutes." msgstr "现在可以安装 Wavelog 了,需要几分钟的时间。" -#: install/index.php:1100 +#: install/index.php:1106 msgid "Reset" msgstr "" -#: install/index.php:1105 +#: install/index.php:1111 msgid "Installer Reset" msgstr "" -#: install/index.php:1108 +#: install/index.php:1114 msgid "Do you really want to reset all data and start from scratch?" msgstr "" -#: install/index.php:1111 +#: install/index.php:1117 msgid "Yes" msgstr "" -#: install/index.php:1112 +#: install/index.php:1118 msgid "No" msgstr "" -#: install/index.php:1122 +#: install/index.php:1128 msgid "Back" msgstr "后退" -#: install/index.php:1123 +#: install/index.php:1129 msgid "Continue" msgstr "继续" -#: install/index.php:1201 +#: install/index.php:1207 msgid "" "You can't continue. Solve the red marked issues, restart the webserver and " "reload this page." msgstr "" -#: install/index.php:1328 +#: install/index.php:1334 msgid "Password can't contain ' / \\ < >" msgstr "" -#: install/index.php:1495 +#: install/index.php:1501 msgid "Error: At least Hostname/IP, Database Name and Username are required." msgstr "" -#: install/index.php:1505 +#: install/index.php:1511 msgid "Connecting..." msgstr "连接中…" -#: install/index.php:1529 +#: install/index.php:1535 msgid "Connection was successful and your database should be compatible." msgstr "" -#: install/index.php:1533 +#: install/index.php:1539 msgid "" "Connection was successful but your database seems too old for Wavelog. You " "can try to continue but you could run into issues." msgstr "连接成功,但数据库版本有一些老,您可以继续安装但是可能会出现使用问题。" -#: install/index.php:1533 +#: install/index.php:1539 #, php-format msgid "The min. version for MySQL is %s, for MariaDB it's %s." msgstr "" -#: install/index.php:1645 +#: install/index.php:1651 msgid "At least one field is empty." msgstr "" -#: install/index.php:1675 +#: install/index.php:1681 msgid "" "The locator seems to be not in the correct format. Should look like AA11AA " "(6-char grid locator)." msgstr "" -#: install/index.php:1689 +#: install/index.php:1695 msgid "" "The e-mail adress does not look correct. Make sure it's a valid e-mail " "address" msgstr "" -#: install/index.php:1716 +#: install/index.php:1722 msgid "Password should be at least 8 characters long" msgstr "密码需要至少 8 位长" -#: install/index.php:1725 +#: install/index.php:1731 msgid "Passwords do not match" msgstr "密码不匹配" -#: install/index.php:1772 +#: install/index.php:1778 msgid "Install Now" msgstr "现在安装" -#: install/index.php:1776 +#: install/index.php:1782 msgid "Install not possible. Checklist incomplete." msgstr "" +#: install/index.php:1898 +msgid "PHP Module missing" +msgstr "" + +#: install/index.php:1900 +#, php-format +msgid "The PHP module %s is missing." +msgstr "" + +#: install/index.php:1901 +msgid "Without this module the Wavelog Installer does not work!" +msgstr "" + +#: install/index.php:1902 +#, php-format +msgid "Install %s and restart the webserver." +msgstr "" + #: install/run.php:10 msgid "Installation" msgstr "" diff --git a/install/index.php b/install/index.php index 1d256cb2d..0404b0924 100644 --- a/install/index.php +++ b/install/index.php @@ -12,1881 +12,1905 @@ HB9HIL - Big UX and backend upgrade - July 2024 if (!file_exists('.lock')) { - include 'includes/interface_assets/header.php'; ?> + include 'includes/interface_assets/header.php'; - -
+ // php-mbstring has to be installed for the installer to work properly!! + // The other prechecks can be run within the installer. + if ($required_php_modules['php-mbstring']['condition']) { ?> -
-
- -
+ +
-
-
-
+
- -
-
-
- -
+
+ +
-
-

-

Wavelog is a powerful web-based amateur radio logging software. Follow the steps in each tab to configure and install Wavelog on your server."); ?>

-

" . __("Wiki") . "", "" . __("Discussions") . ""); ?>

-

- - -
-
-
-