Merge branch 'dev' into encrypt

This commit is contained in:
HB9HIL
2024-07-11 22:28:15 +02:00
committed by GitHub
37 changed files with 13295 additions and 4338 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -400,14 +400,15 @@
}
if (!($this->config->item('disable_oqrs') ?? false)) {
$oqrs_requests = $this->oqrs_model->oqrs_requests($location_list);
?>
<li><a class="dropdown-item" href="<?php echo site_url('oqrs/requests'); ?>" title="OQRS Requests"><i class="fa fa-id-card"></i> <?= __("OQRS Requests"); ?> <?php if ($oqrs_requests > 0) {
echo "<span class=\"badge text-bg-light\">" . $oqrs_requests . "</span>";
} ?></a></li>
$oqrs_requests = $this->oqrs_model->oqrs_requests($location_list);
?>
<li><a class="dropdown-item" href="<?php echo site_url('oqrs/requests'); ?>" title="OQRS Requests"><i class="fa fa-id-card"></i> <?= __("OQRS Requests"); ?>
<?php if ($oqrs_requests > 0) {
echo "<span class=\"badge text-bg-light\">" . $oqrs_requests . "</span>";
} ?></a></li>
<?php } ?>
<li><a class="dropdown-item" href="<?php echo site_url('qslprint'); ?>" title="<?= __("QSL Queue"); ?>"><i class="fas fa-print"></i> <?= __("QSL Queue"); ?></a></li>
<li><a class="dropdown-item" href="<?php echo site_url('labels'); ?>" title="Label setup"><i class="fas fa-print"></i> <?= __("Labels"); ?></a></li>
<?php } ?>
<div class="dropdown-divider"></div>
<li><a class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown"><i class="fas fa-sync"></i> <?= __("Third-Party Services"); ?></a>
<ul class="submenu submenu-left dropdown-menu">

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-11 14:52+0000\n"
"POT-Creation-Date: 2024-07-11 18:35+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -48,7 +48,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -57,7 +61,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -137,7 +143,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -145,7 +152,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -153,7 +162,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -161,12 +172,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -182,7 +199,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -194,7 +213,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -214,7 +238,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -246,7 +272,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -367,7 +395,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -384,12 +414,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -7,10 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 13:02+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-07-09 13:01+0000\n"
"Last-Translator: Fabian Berg <hb9hil@wavelog.org>\n"
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/installer/de/>\n"
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/"
"installer/de/>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -51,8 +52,16 @@ msgid "Welcome to the Wavelog Installer"
msgstr "Willkommen beim Wavelog Installer"
#: install/index.php:272
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 "Dieser Installer führt dich durch die notwendigen Schritte zur Installation von Wavelog. <br>Wavelog ist eine leistungsstarke webbasierte Amateurfunk-Logging-Software. Folge den Schritten in jedem Tab, um Wavelog auf deinem Server zu konfigurieren und zu installieren."
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 ""
"Dieser Installer führt dich durch die notwendigen Schritte zur Installation "
"von Wavelog. <br>Wavelog ist eine leistungsstarke webbasierte Amateurfunk-"
"Logging-Software. Folge den Schritten in jedem Tab, um Wavelog auf deinem "
"Server zu konfigurieren und zu installieren."
#: install/index.php:273
msgid "Discussions"
@@ -60,8 +69,12 @@ msgstr "Diskussionen"
#: install/index.php:273
#, 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 "Falls du auf Probleme stösst oder Fragen hast, schau in die Dokumentation (%s) oder das Community-Forum (%s) auf Github für Hilfe."
msgid ""
"If you encounter any issues or have questions, refer to the documentation "
"(%s) or community forum (%s) on Github for assistance."
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:273
msgid "Wiki"
@@ -137,40 +150,68 @@ msgstr "Einige Prüfungen sind fehlgeschlagen!"
#: install/index.php:443
msgid "Check your PHP settings and install missing modules if necessary."
msgstr "Überprüfe deine PHP-Einstellungen und installiere fehlende Module, falls notwendig."
msgstr ""
"Überprüfe deine PHP-Einstellungen und installiere fehlende Module, falls "
"notwendig."
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgstr "Danach musst du deinen Webserver neu starten und den Installer erneut starten."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
"Danach musst du deinen Webserver neu starten und den Installer erneut "
"starten."
#: install/index.php:448
msgid "You have some warnings!"
msgstr "Du hast ein paar Warnungen!"
#: install/index.php:449
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 "Einige der Einstellungen sind nicht optimal. Du kannst mit dem Installer fortfahren, aber sei dir bewusst, dass du auf Probleme stossen könntest, während du Wavelog benutzt."
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 ""
"Einige der Einstellungen sind nicht optimal. Du kannst mit dem Installer "
"fortfahren, aber sei dir bewusst, dass du auf Probleme stossen könntest, "
"während du Wavelog benutzt."
#: install/index.php:453
msgid "All Checks are OK. You can continue."
msgstr "Alle Checks sind OK. Du kannst weitermachen."
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgstr "Konfiguriere einige grundlegende Parameter für deine Wavelog-Instanz. Du kannst sie später in 'application/config/config.php' ändern"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
"Konfiguriere einige grundlegende Parameter für deine Wavelog-Instanz. Du "
"kannst sie später in 'application/config/config.php' ändern"
#: install/index.php:469
msgid "Directory"
msgstr "Verzeichnis"
#: install/index.php:469
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 "Das 'Verzeichnis' ist im Grunde dein Unterordner des Webroots. Unter normalen Bedingungen funktioniert der hier vorausgefüllte Wert. Er kann aber auch leer sein."
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 ""
"Das 'Verzeichnis' ist im Grunde dein Unterordner des Webroots. Unter "
"normalen Bedingungen funktioniert der hier vorausgefüllte Wert. Er kann aber "
"auch leer sein."
#: install/index.php:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgstr "Dies ist die vollständige URL, unter der deine Wavelog-Instanz verfügbar sein wird. Wenn du diesen Installer lokal ausführst, aber Wavelog hinter einem Reverse Proxy mit SSL platzieren möchtest, solltest du hier bereits die neue URL eingeben (z.B. %s statt %s). Vergiss nicht, das oben genannte Verzeichnis mit anzugeben."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
"Dies ist die vollständige URL, unter der deine Wavelog-Instanz verfügbar "
"sein wird. Wenn du diesen Installer lokal ausführst, aber Wavelog hinter "
"einem Reverse Proxy mit SSL platzieren möchtest, solltest du hier bereits "
"die neue URL eingeben (z.B. %s statt %s). Vergiss nicht, das oben genannte "
"Verzeichnis mit anzugeben."
#: install/index.php:476
msgid "Website URL"
@@ -185,8 +226,12 @@ msgid "Default Gridsquare/Locator"
msgstr "Standard-Planquadrat/Locator"
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgstr "Dies ist der Standard-Maidenhead-Locator, der als Fallback verwendet wird. Du kannst den Locator deines Heim-QTH verwenden."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
"Dies ist der Standard-Maidenhead-Locator, der als Fallback verwendet wird. "
"Du kannst den Locator deines Heim-QTH verwenden."
#: install/index.php:486
msgid "Type in a valid locator"
@@ -197,8 +242,19 @@ msgid "Optional: Global Callbook Lookup"
msgstr "Optional: Globaler Callbook Lookup"
#: install/index.php:490
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 "Diese Konfiguration ist optional. Das Callbook-Lookup wird für alle Benutzer dieser Installation verfügbar sein. Du kannst zwischen QRZ.com und HamQTH wählen. Während HamQTH auch ohne Benutzername und Passwort funktioniert, benötigst du für QRZ.com Anmeldedaten. Um auch den Rufzeichen-Locator in QRZ.com zu erhalten, brauchst du ein XML-Abonnement. HamQTH liefert nicht immer die Locator-Informationen."
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 ""
"Diese Konfiguration ist optional. Das Callbook-Lookup wird für alle Benutzer "
"dieser Installation verfügbar sein. Du kannst zwischen QRZ.com und HamQTH "
"wählen. Während HamQTH auch ohne Benutzername und Passwort funktioniert, "
"benötigst du für QRZ.com Anmeldedaten. Um auch den Rufzeichen-Locator in QRZ."
"com zu erhalten, brauchst du ein XML-Abonnement. HamQTH liefert nicht immer "
"die Locator-Informationen."
#: install/index.php:499 install/index.php:542 install/index.php:574
msgid "Username"
@@ -217,8 +273,12 @@ msgid "Callbook Password"
msgstr "Callbook-Passwort"
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgstr "Um Wavelog richtig zu installieren, solltest du bereits eine mariadb/mysql-Datenbank eingerichtet haben. Gib hier die Parameter an."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
"Um Wavelog richtig zu installieren, solltest du bereits eine mariadb/mysql-"
"Datenbank eingerichtet haben. Gib hier die Parameter an."
#: install/index.php:530
msgid "Hostname or IP"
@@ -226,7 +286,8 @@ msgstr "Hostname oder IP"
#: install/index.php:530
msgid "Usually 'localhost'. Optional with '...:[port]'. Default Port: 3306"
msgstr "Normalerweise 'localhost'. Optional mit '...:[Port]'. Standardport: 3306"
msgstr ""
"Normalerweise 'localhost'. Optional mit '...:[Port]'. Standardport: 3306"
#: install/index.php:536
msgid "Database Name"
@@ -238,7 +299,9 @@ msgstr "Name der Datenbank"
#: install/index.php:542
msgid "Username of the Database User which has full access to the database."
msgstr "Benutzername des Datenbankbenutzers, der vollen Zugriff auf die Datenbank hat."
msgstr ""
"Benutzername des Datenbankbenutzers, der vollen Zugriff auf die Datenbank "
"hat."
#: install/index.php:546
msgid "Password of the Database User"
@@ -249,8 +312,13 @@ msgid "Connection Test"
msgstr "Verbindungstest"
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgstr "Jetzt kannst du deinen ersten Benutzer in Wavelog erstellen. Fülle alle Felder aus und klicke auf Weiter.<br>Stelle sicher, dass du ein sicheres Passwort verwendest."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
"Jetzt kannst du deinen ersten Benutzer in Wavelog erstellen. Fülle alle "
"Felder aus und klicke auf Weiter.<br>Stelle sicher, dass du ein sicheres "
"Passwort verwendest."
#: install/index.php:570
msgid "First Name"
@@ -343,7 +411,9 @@ msgstr "Du hast alle notwendigen Schritte vorbereitet."
#: install/index.php:1157
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."
msgstr ""
"Wir können jetzt Wavelog installieren. Dieser Vorgang kann ein paar Minuten "
"dauern."
#: install/index.php:1158
msgid "Install Now"
@@ -367,11 +437,16 @@ msgstr "Verbinden..."
#: install/index.php:1224
msgid "Connection was successful and your database should be compatible"
msgstr "Die Verbindung war erfolgreich und deine Datenbank scheint kompatibel zu sein"
msgstr ""
"Die Verbindung war erfolgreich und deine Datenbank scheint kompatibel zu sein"
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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."
msgid ""
"Connection was successful but your database seems too old for Wavelog. You "
"can try to continue but you could run into issues."
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:1384
msgid "Password should be at least 8 characters long"
@@ -387,13 +462,25 @@ msgstr "Die E-Mail-Adresse ist nicht gültig"
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgstr "Der Grid-Locator ist nicht gültig. Verwende einen 6-stelligen Locator, z.B. HA44AA. Wenn du dein Planquadrat nicht kennst, dann <a href='%s' target='_blank'>klicke hier</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
"Der Grid-Locator ist nicht gültig. Verwende einen 6-stelligen Locator, z.B. "
"HA44AA. Wenn du dein Planquadrat nicht kennst, dann <a href='%s' "
"target='_blank'>klicke hier</a>!"
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgstr "Bitte mache den %s Ordner beschreibbar. <strong>Beispiel</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Vergiss nicht, die Berechtigungen danach zurückzusetzen.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
"Bitte mache den %s Ordner beschreibbar. <strong>Beispiel</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Vergiss nicht, die "
"Berechtigungen danach zurückzusetzen.</i>"
#: install/index.php:1564
msgid "Bulgarian"

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -6,10 +6,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-07-09 20:46+0000\n"
"Last-Translator: Michael Skolsky <r1blh@yandex.ru>\n"
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/installer/ru/>\n"
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/"
"installer/ru/>\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -50,8 +51,16 @@ msgid "Welcome to the Wavelog Installer"
msgstr "Добро пожаловать в установщик Wavelog"
#: install/index.php:272
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 "Этот установщик проведет вас через необходимые шаги для установки Wavelog. <br>Wavelog — это мощное веб-ориентированное программное обеспечение для ведения журнала любительской радиостанции. Следуйте шагам на каждой вкладке, чтобы настроить и установить Wavelog на вашем сервере."
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 ""
"Этот установщик проведет вас через необходимые шаги для установки Wavelog. "
"<br>Wavelog — это мощное веб-ориентированное программное обеспечение для "
"ведения журнала любительской радиостанции. Следуйте шагам на каждой вкладке, "
"чтобы настроить и установить Wavelog на вашем сервере."
#: install/index.php:273
msgid "Discussions"
@@ -59,8 +68,12 @@ msgstr "Обсуждения"
#: install/index.php:273
#, 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 "Если у вас возникнут проблемы или вопросы, обратитесь к документации (%s) или форуму сообщества (%s) на Github за помощью."
msgid ""
"If you encounter any issues or have questions, refer to the documentation "
"(%s) or community forum (%s) on Github for assistance."
msgstr ""
"Если у вас возникнут проблемы или вопросы, обратитесь к документации (%s) "
"или форуму сообщества (%s) на Github за помощью."
#: install/index.php:273
msgid "Wiki"
@@ -136,40 +149,64 @@ msgstr "Некоторые проверки не прошли!"
#: install/index.php:443
msgid "Check your PHP settings and install missing modules if necessary."
msgstr "Проверьте настройки PHP и установите недостающие модули, если необходимо."
msgstr ""
"Проверьте настройки PHP и установите недостающие модули, если необходимо."
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgstr "После этого вам нужно перезапустить веб-сервер и снова запустить установщик."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
"После этого вам нужно перезапустить веб-сервер и снова запустить установщик."
#: install/index.php:448
msgid "You have some warnings!"
msgstr "У тебя есть несколько предупреждений!"
#: install/index.php:449
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 могут возникнуть проблемы."
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:453
msgid "All Checks are OK. You can continue."
msgstr "Все проверки в порядке. Можешь продолжать."
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgstr "Настройте некоторые основные параметры для вашего экземпляра wavelog. Вы можете изменить их позже в 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
"Настройте некоторые основные параметры для вашего экземпляра wavelog. Вы "
"можете изменить их позже в 'application/config/config.php'"
#: install/index.php:469
msgid "Directory"
msgstr "Каталог"
#: install/index.php:469
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 "'Каталог' по сути является вашей подпапкой корневого каталога веб-сайта. В обычной ситуации предустановленное значение подходит. Оно также может быть пустым."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgstr "Это полный URL, по которому будет доступен ваш экземпляр Wavelog. Если вы запускаете этот установщик локально, но хотите разместить Wavelog за обратным прокси-сервером с SSL, введите здесь новый URL (например, %s вместо %s). Не забудьте включить каталог, указанный выше."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
"Это полный URL, по которому будет доступен ваш экземпляр Wavelog. Если вы "
"запускаете этот установщик локально, но хотите разместить Wavelog за "
"обратным прокси-сервером с SSL, введите здесь новый URL (например, %s вместо "
"%s). Не забудьте включить каталог, указанный выше."
#: install/index.php:476
msgid "Website URL"
@@ -184,8 +221,12 @@ msgid "Default Gridsquare/Locator"
msgstr "Квадрат/локатор по умолчанию"
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgstr "Это локатор Maidenhead по умолчанию, который используется в качестве резервного. Вы можете использовать локатор вашего домашнего QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
"Это локатор Maidenhead по умолчанию, который используется в качестве "
"резервного. Вы можете использовать локатор вашего домашнего QTH."
#: install/index.php:486
msgid "Type in a valid locator"
@@ -196,8 +237,19 @@ msgid "Optional: Global Callbook Lookup"
msgstr "Опционально: Поиск в глобальном колбуке"
#: install/index.php:490
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 "Эта настройка является необязательной. Поиск позывных будет доступен всем пользователям этого экземпляра. Вы можете выбрать между QRZ.com и HamQTH. Хотя HamQTH также работает без имени пользователя и пароля, для QRZ.com вам понадобятся учетные данные. Чтобы также получить локатор корреспондента на QRZ.com, вам потребуется подписка на XML. HamQTH не всегда предоставляет информацию о локаторе."
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 ""
"Эта настройка является необязательной. Поиск позывных будет доступен всем "
"пользователям этого экземпляра. Вы можете выбрать между QRZ.com и HamQTH. "
"Хотя HamQTH также работает без имени пользователя и пароля, для QRZ.com вам "
"понадобятся учетные данные. Чтобы также получить локатор корреспондента на "
"QRZ.com, вам потребуется подписка на XML. HamQTH не всегда предоставляет "
"информацию о локаторе."
#: install/index.php:499 install/index.php:542 install/index.php:574
msgid "Username"
@@ -216,8 +268,12 @@ msgid "Callbook Password"
msgstr "Пароль для колбука"
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgstr "Для правильной установки Wavelog вам нужно настроить базу данных mariadb/mysql. Укажите параметры здесь."
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:530
msgid "Hostname or IP"
@@ -225,7 +281,8 @@ msgstr "Имя хоста или IP-адрес"
#: install/index.php:530
msgid "Usually 'localhost'. Optional with '...:[port]'. Default Port: 3306"
msgstr "Обычно 'localhost'. Опционально с '...:[порт]'. Порт по умолчанию: 3306"
msgstr ""
"Обычно 'localhost'. Опционально с '...:[порт]'. Порт по умолчанию: 3306"
#: install/index.php:536
msgid "Database Name"
@@ -237,7 +294,8 @@ msgstr "Название базы данных"
#: install/index.php:542
msgid "Username of the Database User which has full access to the database."
msgstr "Имя пользователя базы данных, который имеет полный доступ к базе данных."
msgstr ""
"Имя пользователя базы данных, который имеет полный доступ к базе данных."
#: install/index.php:546
msgid "Password of the Database User"
@@ -248,8 +306,13 @@ msgid "Connection Test"
msgstr "Проверка соединения"
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgstr "Теперь вы можете создать своего первого пользователя в Wavelog. Заполните все поля и нажмите продолжить.<br>Убедитесь, что вы используете безопасный пароль."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
"Теперь вы можете создать своего первого пользователя в Wavelog. Заполните "
"все поля и нажмите продолжить.<br>Убедитесь, что вы используете безопасный "
"пароль."
#: install/index.php:570
msgid "First Name"
@@ -342,7 +405,9 @@ msgstr "Вы подготовили всё необходимое."
#: install/index.php:1157
msgid "We now can install Wavelog. This process can take a few minutes."
msgstr "Теперь мы можем установить Wavelog. Этот процесс может занять несколько минут."
msgstr ""
"Теперь мы можем установить Wavelog. Этот процесс может занять несколько "
"минут."
#: install/index.php:1158
msgid "Install Now"
@@ -369,8 +434,12 @@ msgid "Connection was successful and your database should be compatible"
msgstr "Соединение было успешным, и ваша база данных должна быть совместимой"
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
msgstr "Соединение было успешным, но ваша база данных кажется слишком старой для Wavelog. Вы можете попробовать продолжить, но могут возникнуть проблемы."
msgid ""
"Connection was successful but your database seems too old for Wavelog. You "
"can try to continue but you could run into issues."
msgstr ""
"Соединение было успешным, но ваша база данных кажется слишком старой для "
"Wavelog. Вы можете попробовать продолжить, но могут возникнуть проблемы."
#: install/index.php:1384
msgid "Password should be at least 8 characters long"
@@ -386,13 +455,25 @@ msgstr "Адрес электронной почты недействителе
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgstr "Локатор недействителен. Используйте 6-символьный локатор, например HA44AA. Если вы не знаете свой квадрат, то <a href='%s' target='_blank'>нажмите здесь</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
"Локатор недействителен. Используйте 6-символьный локатор, например HA44AA. "
"Если вы не знаете свой квадрат, то <a href='%s' target='_blank'>нажмите "
"здесь</a>!"
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgstr "Пожалуйста, сделайте каталог %s доступным для записи. <strong>Пример</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i> Не забудьте восстановить права доступа после этого.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
"Пожалуйста, сделайте каталог %s доступным для записи. <strong>Пример</"
"strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i> Не забудьте "
"восстановить права доступа после этого.</i>"
#: install/index.php:1564
msgid "Bulgarian"

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -49,7 +49,11 @@ msgid "Welcome to the Wavelog Installer"
msgstr ""
#: install/index.php:272
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."
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:273
@@ -58,7 +62,9 @@ msgstr ""
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
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:273
@@ -138,7 +144,8 @@ msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr ""
#: install/index.php:448
@@ -146,7 +153,9 @@ msgid "You have some warnings!"
msgstr ""
#: install/index.php:449
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."
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:453
@@ -154,7 +163,9 @@ msgid "All Checks are OK. You can continue."
msgstr ""
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
#: install/index.php:469
@@ -162,12 +173,18 @@ msgid "Directory"
msgstr ""
#: install/index.php:469
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."
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
#: install/index.php:476
@@ -183,7 +200,9 @@ msgid "Default Gridsquare/Locator"
msgstr ""
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr ""
#: install/index.php:486
@@ -195,7 +214,12 @@ msgid "Optional: Global Callbook Lookup"
msgstr ""
#: install/index.php:490
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."
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:499 install/index.php:542 install/index.php:574
@@ -215,7 +239,9 @@ msgid "Callbook Password"
msgstr ""
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgid ""
"To properly install Wavelog you already should have setup a mariadb/mysql "
"database. Provide the parameters here."
msgstr ""
#: install/index.php:530
@@ -247,7 +273,9 @@ msgid "Connection Test"
msgstr ""
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
#: install/index.php:570
@@ -368,7 +396,9 @@ msgid "Connection was successful and your database should be compatible"
msgstr ""
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
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:1384
@@ -385,12 +415,18 @@ msgstr ""
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
#: install/index.php:1564

View File

@@ -2,294 +2,340 @@
# Copyright (c) 2024 Wavelog by DF2ET, DJ7NT, HB9HIL and LA8AJA.
# This file is distributed under the MIT licence.
#
# Karuru <karuru@aerodefense.co.uk>, 2024.
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-09 12:56+0000\n"
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"POT-Creation-Date: 2024-07-11 18:33+0000\n"
"PO-Revision-Date: 2024-07-11 14:51+0000\n"
"Last-Translator: Karuru <karuru@aerodefense.co.uk>\n"
"Language-Team: Chinese (Simplified) <https://translate.wavelog.org/projects/"
"wavelog/installer/zh_Hans/>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.4\n"
"X-Generator: Weblate 5.6\n"
#: install/index.php:215
msgid "Install | Wavelog"
msgstr ""
msgstr "安装 | Wavelog"
#: install/index.php:239
msgid "1. Welcome"
msgstr ""
msgstr "1. 欢迎"
#: install/index.php:242
msgid "2. Pre Checks"
msgstr ""
msgstr "2. 安装前检查"
#: install/index.php:245
msgid "3. Configuration"
msgstr ""
msgstr "3. 配置信息"
#: install/index.php:248
msgid "4. Database"
msgstr ""
msgstr "4. 数据库"
#: install/index.php:251
msgid "5. First User"
msgstr ""
msgstr "5. 初始用户"
#: install/index.php:254
msgid "6. Finish"
msgstr ""
msgstr "6. 完成"
#: install/index.php:271
msgid "Welcome to the Wavelog Installer"
msgstr ""
msgstr "欢迎使用 Wavelog 安装程序"
#: install/index.php:272
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."
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 ""
"此安装程序将指导您完成安装 Wavelog 的必要步骤。<br>Wavelog 是一款功能强大的基"
"于网络的业余无线电日志记录软件,请按照每个选项卡中的步骤在服务器上安装和配置 "
"Wavelog。"
#: install/index.php:273
msgid "Discussions"
msgstr ""
msgstr "交流"
#: install/index.php:273
#, php-format
msgid "If you encounter any issues or have questions, refer to the documentation (%s) or community forum (%s) on Github for assistance."
msgid ""
"If you encounter any issues or have questions, refer to the documentation "
"(%s) or community forum (%s) on Github for assistance."
msgstr ""
"如果您遇到问题或有疑问,请查看文档(%s或 Github 上的社区门户(%s以获得帮"
"助。"
#: install/index.php:273
msgid "Wiki"
msgstr ""
msgstr "Wiki"
#: install/index.php:274
msgid "Thank you for installing Wavelog!"
msgstr ""
msgstr "感谢安装 Wavelog"
#: install/index.php:275 install/index.php:278 install/index.php:1125
msgid "Language"
msgstr ""
msgstr "语言"
#: install/index.php:288
msgid "Select a language"
msgstr ""
msgstr "选择语言"
#: install/index.php:301
msgid "Close"
msgstr ""
msgstr "关闭"
#: install/index.php:311
msgid "PHP Modules"
msgstr ""
msgstr "PHP 模块"
#: install/index.php:318
msgid "Version"
msgstr ""
msgstr "版本"
#: install/index.php:340
msgid "Installed"
msgstr ""
msgstr "已安装"
#: install/index.php:340
msgid "Not Installed"
msgstr ""
msgstr "未安装"
#: install/index.php:348
msgid "PHP Settings"
msgstr ""
msgstr "PHP 设置"
#: install/index.php:412
msgid "On"
msgstr ""
msgstr "开启"
#: install/index.php:415
msgid "Off"
msgstr ""
msgstr "关闭"
#: install/index.php:423
msgid "MySQL / MariaDB"
msgstr ""
msgstr "MySQL / MariaDB"
#: install/index.php:426
msgid "Min. MySQL Version:"
msgstr ""
msgstr "MySQL 最低版本:"
#: install/index.php:430
msgid "or"
msgstr ""
msgstr "或者"
#: install/index.php:434
msgid "Min. MariaDB Version:"
msgstr ""
msgstr "MariaDB 最低版本:"
#: install/index.php:438
msgid "You can test your MySQL/MariaDB Version in Step 4"
msgstr ""
msgstr "您可在第 4 步中测试 MySQL/MariaDB 的版本"
#: install/index.php:442
msgid "Some Checks have failed!"
msgstr ""
msgstr "部分检查出现了问题!"
#: install/index.php:443
msgid "Check your PHP settings and install missing modules if necessary."
msgstr ""
msgstr "请检查 PHP 配置,或安装缺失的必要模块。"
#: install/index.php:444
msgid "After that, you have to restart your webserver and start the installer again."
msgstr ""
msgid ""
"After that, you have to restart your webserver and start the installer again."
msgstr "在这之后,您需要重启服务器,重新启动安装程序。"
#: install/index.php:448
msgid "You have some warnings!"
msgstr ""
msgstr "有一些警告内容!"
#: install/index.php:449
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."
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:453
msgid "All Checks are OK. You can continue."
msgstr ""
msgstr "所有检查都通过了,您可以继续。"
#: install/index.php:467
msgid "Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'"
msgid ""
"Configure some basic parameters for your wavelog instance. You can change "
"them later in 'application/config/config.php'"
msgstr ""
"为 Wavelog 实例配置一些基本参数。您可以稍后在 \"application/config/config."
"php \"中修改它们"
#: install/index.php:469
msgid "Directory"
msgstr ""
msgstr "目录"
#: install/index.php:469
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 ""
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:476
#, php-format
msgid "This is the complete URL where your Wavelog Instance will be available. If you run this installer locally but want to place Wavelog behind a Reverse Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). Don't forget to include the directory from above."
msgid ""
"This is the complete URL where your Wavelog Instance will be available. If "
"you run this installer locally but want to place Wavelog behind a Reverse "
"Proxy with SSL you should type in the new URL here (e.g. %s instead of %s). "
"Don't forget to include the directory from above."
msgstr ""
"这是您的 Wavelog 实例可用的完整 URL。如果您希望将 Wavelog 放在带 SSL 的反向代"
"理后面,则应在此处键入新 URL例如用 %s 代替 %s不要忘记包含上面的目录"
"(如有)。"
#: install/index.php:476
msgid "Website URL"
msgstr ""
msgstr "网站 URL"
#: install/index.php:479
msgid "This field can't be empty!"
msgstr ""
msgstr "该字段不能为空!"
#: install/index.php:483
msgid "Default Gridsquare/Locator"
msgstr ""
msgstr "默认网格地址"
#: install/index.php:483
msgid "This is the default maidenhead locator which is used as falback. You can use the locator of your Home QTH."
msgstr ""
msgid ""
"This is the default maidenhead locator which is used as falback. You can use "
"the locator of your Home QTH."
msgstr "默认的梅登黑德网格,可以使用基地台的 QTH。"
#: install/index.php:486
msgid "Type in a valid locator"
msgstr ""
msgstr "输入有效的网格"
#: install/index.php:490
msgid "Optional: Global Callbook Lookup"
msgstr ""
msgstr "可选:全局日志查询"
#: install/index.php:490
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."
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 ""
"此选项为可选对全部用户生效。启用后Wavelog 会通过 QTZ.com 和 HamQTH 搜索通"
"联对象的信息HamQTH 不需要额外配置信息即可使用QRZ.com 为其需要配置登录信息"
"(如需要获取网格地址,请购买 QRZ.com 的 XML 订阅)。"
#: install/index.php:499 install/index.php:542 install/index.php:574
msgid "Username"
msgstr ""
msgstr "用户名"
#: install/index.php:502 install/index.php:546 install/index.php:584
msgid "Password"
msgstr ""
msgstr "密码"
#: install/index.php:507
msgid "Callbook Username"
msgstr ""
msgstr "日志簿用户名"
#: install/index.php:510
msgid "Callbook Password"
msgstr ""
msgstr "日志簿密码"
#: install/index.php:526
msgid "To properly install Wavelog you already should have setup a mariadb/mysql database. Provide the parameters here."
msgstr ""
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:530
msgid "Hostname or IP"
msgstr ""
msgstr "主机名或 IP"
#: install/index.php:530
msgid "Usually 'localhost'. Optional with '...:[port]'. Default Port: 3306"
msgstr ""
msgstr "通常是 'localhost',或加上端口 '....:[3306]'默认端口3306"
#: install/index.php:536
msgid "Database Name"
msgstr ""
msgstr "数据库名称"
#: install/index.php:536
msgid "Name of the Database"
msgstr ""
msgstr "数据库名"
#: install/index.php:542
msgid "Username of the Database User which has full access to the database."
msgstr ""
msgstr "对该数据库有完整权限的用户名。"
#: install/index.php:546
msgid "Password of the Database User"
msgstr ""
msgstr "用户密码"
#: install/index.php:550
msgid "Connection Test"
msgstr ""
msgstr "测试连接"
#: install/index.php:561
msgid "Now you can create your first user in Wavelog. Fill out all fields and click continue.<br>Make sure you use a safe password."
msgid ""
"Now you can create your first user in Wavelog. Fill out all fields and click "
"continue.<br>Make sure you use a safe password."
msgstr ""
"现在您可以创建第一个 Wavelog 上的用户了,请填写全部字段并点击继续。<br>请使用"
"安全密码。"
#: install/index.php:570
msgid "First Name"
msgstr ""
msgstr ""
#: install/index.php:580
msgid "Last Name"
msgstr ""
msgstr ""
#: install/index.php:590
msgid "Callsign"
msgstr ""
msgstr "呼号"
#: install/index.php:594
msgid "Confirm Password"
msgstr ""
msgstr "确认密码"
#: install/index.php:600
msgid "City"
msgstr ""
msgstr "城市"
#: install/index.php:604
msgid "E-Mail Address"
msgstr ""
msgstr "Email 地址"
#: install/index.php:610
msgid "Gridsquare/Locator"
msgstr ""
msgstr "网格地址"
#: install/index.php:614
msgid "Timezone"
msgstr ""
msgstr "时区"
#: install/index.php:717
msgid "DXCC"
msgstr ""
msgstr "DXCC"
#: install/index.php:719
msgctxt "No DXCC"
msgid "- None -"
msgstr ""
msgstr "- 无 -"
#: install/index.php:720 install/index.php:726 install/index.php:750
#: install/index.php:762 install/index.php:765 install/index.php:770
@@ -313,142 +359,154 @@ msgstr ""
#: install/index.php:1081 install/index.php:1086 install/index.php:1112
#: install/index.php:1118 install/index.php:1120
msgid "Deleted DXCC"
msgstr ""
msgstr "已选择的 DXCC"
#: install/index.php:1143
msgid "Checklist"
msgstr ""
msgstr "检查单"
#: install/index.php:1144
msgid "Configuration"
msgstr ""
msgstr "配置"
#: install/index.php:1146
msgid "Database"
msgstr ""
msgstr "数据库"
#: install/index.php:1148
msgid "First User"
msgstr ""
msgstr "初始用户"
#: install/index.php:1155
msgid "Nearly done!"
msgstr ""
msgstr "马上完成!"
#: install/index.php:1156
msgid "You prepared all neccessary steps."
msgstr ""
msgstr "您已准备好全部步骤。"
#: install/index.php:1157
msgid "We now can install Wavelog. This process can take a few minutes."
msgstr ""
msgstr "现在可以安装 Wavelog 了,需要几分钟的时间。"
#: install/index.php:1158
msgid "Install Now"
msgstr ""
msgstr "现在安装"
#: install/index.php:1167
msgid "Back"
msgstr ""
msgstr "后退"
#: install/index.php:1168
msgid "Continue"
msgstr ""
msgstr "继续"
#: install/index.php:1193
msgid "Error: All fields are required."
msgstr ""
msgstr "错误:请填写全部表单。"
#: install/index.php:1199
msgid "Connecting..."
msgstr ""
msgstr "连接中…"
#: install/index.php:1224
msgid "Connection was successful and your database should be compatible"
msgstr ""
msgstr "连接成功,数据库满足要求"
#: install/index.php:1230
msgid "Connection was successful but your database seems too old for Wavelog. You can try to continue but you could run into issues."
msgstr ""
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:1384
msgid "Password should be at least 8 characters long"
msgstr ""
msgstr "密码需要至少 8 位长"
#: install/index.php:1400
msgid "Passwords do not match"
msgstr ""
msgstr "密码不匹配"
#: install/index.php:1418
msgid "The E-Mail Address is not valid"
msgstr ""
msgstr "Email 地址无效"
#: install/index.php:1442
#, php-format
msgid "The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If you don't know your grid square then <a href='%s' target='_blank'>click here</a>!"
msgid ""
"The grid locator is not valid. Use a 6-character locator, e.g. HA44AA. If "
"you don't know your grid square then <a href='%s' target='_blank'>click "
"here</a>!"
msgstr ""
"网格地址无效,请使用 6 位地址如 HA44AA如果不清楚请在 <a href='%s' "
"target='_blank'>这里</a> 查看!"
#: install/index.php:1549
#, php-format
msgid "Please make the %s folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i>"
msgid ""
"Please make the %s folder writable. <strong>Example</strong>:<br /><br /"
"><code>chmod -R 777 %s</code><br /><br /><i>Don't forget to restore the "
"permissions afterwards.</i>"
msgstr ""
"请确认 %s 文件夹可写。 <strong>举例</strong>:<br /><br /><code>chmod -R 777 "
"%s</code><br /><br /><i>⬅️请测试后及时回滚权限。</i>"
#: install/index.php:1564
msgid "Bulgarian"
msgstr ""
msgstr "保加利亚语"
#: install/index.php:1565
msgid "Chinese (Simplified)"
msgstr ""
msgstr "中文(简体)"
#: install/index.php:1566
msgid "Czech"
msgstr ""
msgstr "捷克语"
#: install/index.php:1567
msgid "Dutch"
msgstr ""
msgstr "荷兰语"
#: install/index.php:1568
msgid "English"
msgstr ""
msgstr "英语"
#: install/index.php:1569
msgid "Finnish"
msgstr ""
msgstr "芬兰语"
#: install/index.php:1570
msgid "French"
msgstr ""
msgstr "法语"
#: install/index.php:1571
msgid "German"
msgstr ""
msgstr "德语"
#: install/index.php:1572
msgid "Greek"
msgstr ""
msgstr "希腊语"
#: install/index.php:1573
msgid "Italian"
msgstr ""
msgstr "意大利语"
#: install/index.php:1574
msgid "Polish"
msgstr ""
msgstr "波兰语"
#: install/index.php:1575
msgid "Russian"
msgstr ""
msgstr "俄语"
#: install/index.php:1576
msgid "Spanish"
msgstr ""
msgstr "西班牙语"
#: install/index.php:1577
msgid "Swedish"
msgstr ""
msgstr "瑞典语"
#: install/index.php:1578
msgid "Turkish"
msgstr ""
msgstr "土耳其语"

View File

@@ -39,8 +39,7 @@ FOLDERS="install"
find $FOLDERS -name "*.php" > PHPFILESLIST
# Run the xgettext command with various options. Do not change these options to keep the POT/PO files consistent in Wavelog
xgettext --no-wrap \
-F \
xgettext -F \
-o $POT_FILE \
--from-code=UTF-8 \
--keyword=__ \
@@ -65,7 +64,7 @@ head -n 3 "$POT_FILE" > POT_HEADER
# Now we can merge the POT file (PO template) into each found PO file
for po in $(find $FOLDERS -name "*.po"); do
msgmerge --no-wrap --update -vv --backup=none --no-fuzzy-matching "$po" $POT_FILE;
msgmerge --update -vv --backup=none --no-fuzzy-matching "$po" $POT_FILE;
# Replace the first three lines of the PO file with the POT file header
sed -i '1,3d' "$po"
cat POT_HEADER "$po" > temp.po && mv temp.po "$po"

View File

@@ -39,8 +39,7 @@ FOLDERS="application assets src system"
find $FOLDERS -name "*.php" > PHPFILESLIST
# Run the xgettext command with various options. Do not change these options to keep the POT/PO files consistent in Wavelog
xgettext --no-wrap \
-F \
xgettext -F \
-o $POT_FILE \
--from-code=UTF-8 \
--keyword=__ \
@@ -65,7 +64,7 @@ head -n 3 "$POT_FILE" > POT_HEADER
# Now we can merge the POT file (PO template) into each found PO file
for po in $(find $FOLDERS -name "*.po"); do
msgmerge --no-wrap --update -vv --backup=none --no-fuzzy-matching "$po" $POT_FILE;
msgmerge --update -vv --backup=none --no-fuzzy-matching "$po" $POT_FILE;
# Replace the first three lines of the PO file with the POT file header
sed -i '1,3d' "$po"
cat POT_HEADER "$po" > temp.po && mv temp.po "$po"