mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #3090 from Wavelog-Translator/weblate-wavelog-main-translation
Translations update from Weblate
This commit is contained in:
18585
application/locale/uk/LC_MESSAGES/messages.po
Normal file
18585
application/locale/uk/LC_MESSAGES/messages.po
Normal file
File diff suppressed because it is too large
Load Diff
246
assets/json/datatables_languages/uk.json
Normal file
246
assets/json/datatables_languages/uk.json
Normal file
@@ -0,0 +1,246 @@
|
||||
{
|
||||
"search": "Search:",
|
||||
"paginate": {
|
||||
"first": "First",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"last": "Last"
|
||||
},
|
||||
"autoFill": {
|
||||
"cancel": "Cancel",
|
||||
"fill": "Fill all cells with <i>%d</i>",
|
||||
"fillHorizontal": "Fill cells horizontally",
|
||||
"fillVertical": "Fill cells vertically",
|
||||
"info": "AutoFill info example"
|
||||
},
|
||||
"buttons": {
|
||||
"colvis": "Column visibility",
|
||||
"copy": "Copy",
|
||||
"copyTitle": "Copy to clipboard",
|
||||
"csv": "CSV",
|
||||
"excel": "Excel",
|
||||
"pdf": "PDF",
|
||||
"pageLength": {
|
||||
"-1": "Show all rows",
|
||||
"_": "Show %d rows",
|
||||
"1": "Show 1 row"
|
||||
},
|
||||
"print": "Print",
|
||||
"copyKeys": "Press Ctrl or u2318 + C to copy the table data to your system clipboard.<br /><br />To cancel, click this message or press Escape.",
|
||||
"copySuccess": {
|
||||
"1": "Copied 1 row to clipboard",
|
||||
"_": "Copied %d rows to clipboard"
|
||||
},
|
||||
"createState": "Create state",
|
||||
"removeAllStates": "Remove all states",
|
||||
"removeState": "Remove",
|
||||
"renameState": "Rename",
|
||||
"stateRestore": "State %d",
|
||||
"updateState": "Update",
|
||||
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
|
||||
"colvisRestore": "Restore visibility",
|
||||
"savedStates": "Saved states"
|
||||
},
|
||||
"searchBuilder": {
|
||||
"button": {
|
||||
"0": "Search builder",
|
||||
"_": "Search builder (%d)"
|
||||
},
|
||||
"clearAll": "Clear all",
|
||||
"condition": "Condition",
|
||||
"data": "Data",
|
||||
"title": {
|
||||
"0": "Search builder",
|
||||
"_": "Search builder (%d)"
|
||||
},
|
||||
"value": "Value",
|
||||
"conditions": {
|
||||
"date": {
|
||||
"equals": "Equals",
|
||||
"after": "After",
|
||||
"before": "Before",
|
||||
"between": "Between",
|
||||
"empty": "Empty",
|
||||
"not": "Not",
|
||||
"notBetween": "Not between",
|
||||
"notEmpty": "Not empty"
|
||||
},
|
||||
"number": {
|
||||
"between": "Between",
|
||||
"empty": "Empty",
|
||||
"equals": "Equals",
|
||||
"gt": "Greater than",
|
||||
"gte": "Greater than or equal to",
|
||||
"lt": "Less than",
|
||||
"lte": "Less than or equal to",
|
||||
"not": "Not",
|
||||
"notBetween": "Not between",
|
||||
"notEmpty": "Not empty"
|
||||
},
|
||||
"string": {
|
||||
"contains": "Contains",
|
||||
"empty": "Empty",
|
||||
"endsWith": "Ends with",
|
||||
"equals": "Equals",
|
||||
"not": "Not",
|
||||
"notEmpty": "Not empty",
|
||||
"startsWith": "Starts with",
|
||||
"notContains": "Does not contain",
|
||||
"notStartsWith": "Does not start with",
|
||||
"notEndsWith": "Does not end with"
|
||||
},
|
||||
"array": {
|
||||
"equals": "Equals",
|
||||
"empty": "Empty",
|
||||
"contains": "Contains",
|
||||
"not": "Not",
|
||||
"notEmpty": "Not empty",
|
||||
"without": "Without"
|
||||
}
|
||||
},
|
||||
"add": "Add condition",
|
||||
"deleteTitle": "Delete filtering rule",
|
||||
"logicAnd": "And",
|
||||
"logicOr": "Or",
|
||||
"leftTitle": "Outdent criteria",
|
||||
"rightTitle": "Indent criteria"
|
||||
},
|
||||
"searchPanes": {
|
||||
"clearMessage": "Clear all",
|
||||
"collapse": {
|
||||
"0": "Search panes",
|
||||
"_": "Search panes (%d)"
|
||||
},
|
||||
"count": "{total}",
|
||||
"countFiltered": "{shown} ({total})",
|
||||
"emptyPanes": "No search panes",
|
||||
"loadMessage": "Loading search panes...",
|
||||
"showMessage": "Show all",
|
||||
"collapseMessage": "Collapse all",
|
||||
"title": "Filters active - %d"
|
||||
},
|
||||
"infoThousands": ",",
|
||||
"thousands": ",",
|
||||
"datetime": {
|
||||
"amPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"minutes": "Minute",
|
||||
"months": {
|
||||
"0": "January",
|
||||
"1": "February",
|
||||
"10": "November",
|
||||
"11": "December",
|
||||
"2": "March",
|
||||
"3": "April",
|
||||
"4": "May",
|
||||
"5": "June",
|
||||
"6": "July",
|
||||
"7": "August",
|
||||
"8": "September",
|
||||
"9": "October"
|
||||
},
|
||||
"seconds": "Second",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"hours": "Hour",
|
||||
"unknown": "-",
|
||||
"weekdays": [
|
||||
"Sun",
|
||||
"Mon",
|
||||
"Tue",
|
||||
"Wed",
|
||||
"Thu",
|
||||
"Fri",
|
||||
"Sat"
|
||||
]
|
||||
},
|
||||
"editor": {
|
||||
"close": "Close",
|
||||
"create": {
|
||||
"button": "New",
|
||||
"submit": "Create",
|
||||
"title": "Create new entry"
|
||||
},
|
||||
"edit": {
|
||||
"button": "Edit",
|
||||
"submit": "Update",
|
||||
"title": "Edit entry"
|
||||
},
|
||||
"multi": {
|
||||
"restore": "Undo changes",
|
||||
"title": "Multiple values",
|
||||
"noMulti": "This input can be edited individually, but not part of a group.",
|
||||
"info": "The selected items contain different values for this input. To edit and set all items for this input to the same value, click or tap here, otherwise they will retain their individual values."
|
||||
},
|
||||
"remove": {
|
||||
"button": "Delete",
|
||||
"submit": "Delete",
|
||||
"title": "Delete",
|
||||
"confirm": {
|
||||
"_": "Are you sure you wish to delete %d rows?",
|
||||
"1": "Are you sure you wish to delete 1 row?"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"system": "A system error has occurred (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">More information<\\/a>).</a>"
|
||||
}
|
||||
},
|
||||
"loadingRecords": "Loading...",
|
||||
"processing": "Processing...",
|
||||
"decimal": ".",
|
||||
"emptyTable": "No data available in table",
|
||||
"select": {
|
||||
"cells": {
|
||||
"1": "1 cell selected",
|
||||
"_": "%d cells selected"
|
||||
},
|
||||
"columns": {
|
||||
"1": "1 column selected",
|
||||
"_": "%d columns selected"
|
||||
},
|
||||
"rows": {
|
||||
"1": "1 row selected",
|
||||
"_": "%d rows selected"
|
||||
}
|
||||
},
|
||||
"zeroRecords": "No matching records found",
|
||||
"stateRestore": {
|
||||
"creationModal": {
|
||||
"button": "Create",
|
||||
"columns": {
|
||||
"search": "Column search",
|
||||
"visible": "Column visibility"
|
||||
},
|
||||
"name": "Name:",
|
||||
"order": "Sorting",
|
||||
"paging": "Paging",
|
||||
"search": "Search",
|
||||
"searchBuilder": "Search builder",
|
||||
"select": "Select",
|
||||
"title": "Create new state",
|
||||
"toggleLabel": "Include:",
|
||||
"scroller": "Scroll position"
|
||||
},
|
||||
"duplicateError": "A state with this name already exists.",
|
||||
"emptyError": "Name cannot be empty.",
|
||||
"emptyStates": "No saved states",
|
||||
"removeConfirm": "Are you sure you want to remove %s?",
|
||||
"removeError": "Failed to remove state.",
|
||||
"removeJoiner": "and",
|
||||
"removeSubmit": "Remove",
|
||||
"removeTitle": "Remove state",
|
||||
"renameButton": "Rename",
|
||||
"renameLabel": "New name for %s:",
|
||||
"renameTitle": "Rename state"
|
||||
},
|
||||
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
|
||||
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
||||
"infoFiltered": "(filtered from _MAX_ total entries)",
|
||||
"lengthMenu": "Show _MENU_ entries",
|
||||
"aria": {
|
||||
"sortAscending": ": activate to sort column ascending",
|
||||
"sortDescending": ": activate to sort column descending"
|
||||
}
|
||||
}
|
||||
750
install/includes/gettext/locale/uk/LC_MESSAGES/installer.po
Normal file
750
install/includes/gettext/locale/uk/LC_MESSAGES/installer.po
Normal file
@@ -0,0 +1,750 @@
|
||||
# WAVELOG PO FILE
|
||||
# Copyright (c) 2026 Wavelog by DF2ET, DJ7NT, HB9HIL and LA8AJA.
|
||||
# This file is distributed under the MIT licence.
|
||||
#
|
||||
# Fabian Berg <fabian.berg@hb9hil.org>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2026-03-16 15:25+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: install/includes/install_config/install_lib.php:123
|
||||
msgid "not detected"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:56
|
||||
msgid "Albanian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:57
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:58
|
||||
msgid "Bosnian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:59
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:60
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:61
|
||||
msgid "Croatian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:62
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:63
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:64
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:65
|
||||
msgid "Estonian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:66
|
||||
msgid "Finnish"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:67
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:68
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:69
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:70
|
||||
msgid "Hungarian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:71
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:72
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:73
|
||||
msgid "Latvian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:74
|
||||
msgid "Lithuanian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:75
|
||||
msgid "Montenegrin"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:76
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:77
|
||||
msgid "Portuguese"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:78
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:79
|
||||
msgid "Serbian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:80
|
||||
msgid "Slovak"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:81
|
||||
msgid "Slovenian"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:82
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:83
|
||||
msgid "Swedish"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/footer.php:84
|
||||
msgid "Turkish"
|
||||
msgstr ""
|
||||
|
||||
#: install/includes/interface_assets/header.php:94
|
||||
msgid "Install | Wavelog"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:47
|
||||
msgid "1. Welcome"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:50
|
||||
msgid "2. Pre Checks"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:53
|
||||
msgid "3. Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:56
|
||||
msgid "4. Database"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:59
|
||||
msgid "5. First User"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:62
|
||||
msgid "6. Finish"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:79
|
||||
msgid "Welcome to the Wavelog Installer"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:80
|
||||
msgid ""
|
||||
"This installer will guide you through the necessary steps for the "
|
||||
"installation of Wavelog. <br>Wavelog is a powerful web-based amateur radio "
|
||||
"logging software. Follow the steps in each tab to configure and install "
|
||||
"Wavelog on your server."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:81
|
||||
msgid "Discussions"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:81
|
||||
#, 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:81
|
||||
msgid "Wiki"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:82
|
||||
msgid "Thank you for installing Wavelog!"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:83 install/index.php:86 install/index.php:1068
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:96
|
||||
msgid "Select a language"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:108 install/index.php:453
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:118
|
||||
msgid "PHP Modules"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:125
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:126
|
||||
#, php-format
|
||||
msgctxt "PHP Version"
|
||||
msgid "min. %s (recommended %s+)"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:153
|
||||
msgid "Installed"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:153
|
||||
msgid "Not Installed"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:161
|
||||
msgid "PHP Settings"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:253
|
||||
msgid "Web Server"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:256
|
||||
msgid "Version:"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:263
|
||||
msgid "Important note for nginx users!"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:264
|
||||
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:269
|
||||
msgid "Folder Write Permissions"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:275 install/index.php:286 install/index.php:297
|
||||
#: install/index.php:308 install/index.php:319 install/index.php:330
|
||||
#: install/index.php:341
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:278 install/index.php:289 install/index.php:300
|
||||
#: install/index.php:311 install/index.php:322 install/index.php:333
|
||||
#: install/index.php:344
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:354
|
||||
msgid "Some Checks have failed!"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:355
|
||||
msgid "Check your PHP settings and install missing modules if necessary."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:356
|
||||
msgid ""
|
||||
"After that, you have to restart your webserver and start the installer again."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:357
|
||||
#, php-format
|
||||
msgid ""
|
||||
"In case of failed 'Folder Write Permissions' check out our Wiki <a href='%s' "
|
||||
"target='_blank'>here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:363
|
||||
msgid "You have some warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:364
|
||||
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:371
|
||||
msgid "All Checks are OK. You can continue."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:385
|
||||
msgid ""
|
||||
"Configure some basic parameters for your wavelog instance. You can change "
|
||||
"them later in 'application/config/config.php'"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:387
|
||||
msgid ""
|
||||
"This is the URL where you can access this Wavelog instance after the "
|
||||
"installer has run. If this does not display what you expect, you may need to "
|
||||
"check your web server configuration. This is the base_url in your config."
|
||||
"php, which can be edited after the installation."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:387
|
||||
msgid "Your final Wavelog URL"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:393
|
||||
msgid "Optional: Global Callbook Lookup"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:393
|
||||
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. "
|
||||
"While HamQTH also works without username and password, you will need "
|
||||
"credentials for QRZ.com. To also get the Call Locator in QRZ.com you'll need "
|
||||
"an XML subscription. HamQTH does not always provide the locator information."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:404 install/index.php:485 install/index.php:937
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:407 install/index.php:489 install/index.php:947
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:412
|
||||
msgid "Callbook Username"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:415
|
||||
msgid "Callbook Password"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:417
|
||||
#, php-format
|
||||
msgid "Password can't contain %s or be empty"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:422
|
||||
msgid "Good to know:"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:423
|
||||
msgid ""
|
||||
"Use your callsign as your username for QRZ.com. The XML API does not support "
|
||||
"email addresses."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:426 install/index.php:431
|
||||
msgid "Advanced Settings"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:434
|
||||
msgid "These settings should only be set if you know what you're doing."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:437
|
||||
msgid "Error Logs"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:438
|
||||
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:443
|
||||
msgid "0 - No logs"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:444
|
||||
msgid "1 - Error messages"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:445
|
||||
msgid "2 - Debug messages"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:446
|
||||
msgid "3 - Info messages"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:447
|
||||
msgid "4 - All messages"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:469
|
||||
msgid ""
|
||||
"To properly install Wavelog you already should have setup a mariadb/mysql "
|
||||
"database. Provide the parameters here."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:473
|
||||
msgid "Hostname or IP"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:473
|
||||
msgid ""
|
||||
"Usually 'localhost'.<br>Optional with '[host]:[port]'. Default port: 3306."
|
||||
"<br>In a docker compose install type 'wavelog-db'."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:479
|
||||
msgid "Database Name"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:479
|
||||
msgid "Name of the Database"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:485
|
||||
msgid "Username of the Database User which has full access to the database."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:489
|
||||
msgid "Password of the Database User"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:493
|
||||
msgid "Connection Test"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:504
|
||||
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:505
|
||||
msgid "All fields are required!"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:513
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:517
|
||||
msgid "DXCC"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:519
|
||||
msgid "Please select one"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:520 install/index.php:526 install/index.php:550
|
||||
#: install/index.php:562 install/index.php:565 install/index.php:570
|
||||
#: install/index.php:571 install/index.php:580 install/index.php:584
|
||||
#: install/index.php:599 install/index.php:612 install/index.php:613
|
||||
#: install/index.php:617 install/index.php:638 install/index.php:645
|
||||
#: install/index.php:647 install/index.php:648 install/index.php:650
|
||||
#: install/index.php:654 install/index.php:655 install/index.php:656
|
||||
#: install/index.php:660 install/index.php:661 install/index.php:680
|
||||
#: install/index.php:688 install/index.php:694 install/index.php:701
|
||||
#: install/index.php:702 install/index.php:708 install/index.php:710
|
||||
#: install/index.php:712 install/index.php:730 install/index.php:735
|
||||
#: install/index.php:736 install/index.php:750 install/index.php:765
|
||||
#: install/index.php:766 install/index.php:770 install/index.php:781
|
||||
#: install/index.php:782 install/index.php:787 install/index.php:791
|
||||
#: install/index.php:793 install/index.php:794 install/index.php:801
|
||||
#: install/index.php:816 install/index.php:818 install/index.php:835
|
||||
#: install/index.php:838 install/index.php:843 install/index.php:846
|
||||
#: install/index.php:849 install/index.php:859 install/index.php:865
|
||||
#: install/index.php:869 install/index.php:875 install/index.php:878
|
||||
#: install/index.php:881 install/index.php:886 install/index.php:912
|
||||
#: install/index.php:918 install/index.php:920 install/index.php:1726
|
||||
msgid "Deleted DXCC"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:927
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:931
|
||||
msgid "Callsign"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:941
|
||||
msgid "Gridsquare/Locator"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:951
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:957
|
||||
msgid "Confirm Password"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:961
|
||||
msgid "Timezone"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1064
|
||||
msgid "E-Mail Address"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1086
|
||||
msgid "Checklist"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1091
|
||||
msgid "Pre-Checks"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1100
|
||||
msgid "Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1109
|
||||
msgid "Database"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1118
|
||||
msgid "First User"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1128
|
||||
msgid "Nearly done!"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1130
|
||||
msgid "You prepared all neccessary steps."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1131
|
||||
msgid "We now can install Wavelog. This process can take a few minutes."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1137
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1142
|
||||
msgid "Installer Reset"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1145
|
||||
msgid "Do you really want to reset all data and start from scratch?"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1148
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1149
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1159
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1160
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1238
|
||||
msgid ""
|
||||
"You can't continue. Solve the red marked issues, restart the webserver and "
|
||||
"reload this page."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1365
|
||||
msgid "Password can't contain ' / \\ < >"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1369
|
||||
msgid ""
|
||||
"The callsign should not contain any pre- or suffixes as it is used as "
|
||||
"personal operator callsign."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1381
|
||||
msgid ""
|
||||
"The callsign can not contain any special characters. It's your personal "
|
||||
"callsign without any pre- or suffixes."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1514
|
||||
msgid "Error: At least Hostname/IP, Database Name and Username are required."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1524
|
||||
msgid "Connecting..."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1548
|
||||
msgid "Connection was successful and your database should be compatible."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1552
|
||||
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:1552
|
||||
#, php-format
|
||||
msgid "The min. version for MySQL is %s, for MariaDB it's %s."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1672
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1709
|
||||
msgid "At least one field is empty."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1728
|
||||
msgid ""
|
||||
"Stop here for a Moment. Your chosen DXCC is outdated and not valid anymore. "
|
||||
"Check which DXCC for this particular location is the correct one. If you are "
|
||||
"sure, ignore this warning."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1752
|
||||
msgid ""
|
||||
"The locator seems to be not in the correct format. Should look like AA11AA "
|
||||
"(6-char grid locator)."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1766
|
||||
msgid ""
|
||||
"The e-mail adress does not look correct. Make sure it's a valid e-mail "
|
||||
"address"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1793
|
||||
msgid "Password should be at least 8 characters long"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1802
|
||||
msgid "Passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1858
|
||||
msgid "Install Now"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1862
|
||||
msgid "Install not possible. Checklist incomplete."
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1974
|
||||
msgid "PHP Module missing"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1976
|
||||
msgid "The following PHP modules are missing:"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1977
|
||||
msgid "Without this module the Wavelog Installer does not work!"
|
||||
msgstr ""
|
||||
|
||||
#: install/index.php:1978
|
||||
msgid "Please install the required modules and restart the webserver."
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:10
|
||||
msgid "Installation"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:12
|
||||
msgid "Please wait..."
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:15
|
||||
msgid "Copy config.php to application/config/"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:18
|
||||
msgid "Copy database.php to application/config/"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:21
|
||||
msgid "Creating database tables"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:24
|
||||
msgid "Running database migrations"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:27
|
||||
msgid "Updating DXCC data"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:35
|
||||
msgid "Lock the installer"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:39
|
||||
#, php-format
|
||||
msgid "All install steps went through. Redirect to user login in %s seconds..."
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:42
|
||||
msgid "Done. Go to the user login ->"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:46 install/run.php:125
|
||||
msgid "Show detailled debug log"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:127
|
||||
msgid "Hide detailled debug log"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:182
|
||||
msgid "Could not create application/config/config.php"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:217
|
||||
msgid "Could not create application/config/database.php"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:251
|
||||
msgid "Could not create database tables"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:281
|
||||
msgid "Could not run database migrations"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:309
|
||||
msgid "Could not update DXCC data"
|
||||
msgstr ""
|
||||
|
||||
#: install/run.php:342
|
||||
msgid "Could not create install/.lock file"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user