mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -233,7 +233,16 @@ class adif extends CI_Controller {
|
||||
array_push($alladif,$record);
|
||||
};
|
||||
$record=''; // free memory
|
||||
$custom_errors = $this->logbook_model->import_bulk($alladif, $this->input->post('station_profile'), $this->input->post('skipDuplicate'), $this->input->post('markClublog'),$this->input->post('markLotw'), $this->input->post('dxccAdif'), $this->input->post('markQrz'), $this->input->post('markHrd'), true, $this->input->post('operatorName'), false, $this->input->post('skipStationCheck'));
|
||||
try {
|
||||
$custom_errors = $this->logbook_model->import_bulk($alladif, $this->input->post('station_profile'), $this->input->post('skipDuplicate'), $this->input->post('markClublog'),$this->input->post('markLotw'), $this->input->post('dxccAdif'), $this->input->post('markQrz'), $this->input->post('markHrd'), true, $this->input->post('operatorName'), false, $this->input->post('skipStationCheck'));
|
||||
} catch (Exception $e) {
|
||||
log_message('error', 'Import error: '.$e->getMessage());
|
||||
$data['page_title'] = __("ADIF Import failed!");
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('adif/import_failed');
|
||||
$this->load->view('interface_assets/footer');
|
||||
return;
|
||||
}
|
||||
} else { // Failure, if no ADIF inside ZIP
|
||||
$data['max_upload'] = ini_get('upload_max_filesize');
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:46+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.wavelog.org/projects/wavelog/"
|
||||
@@ -168,20 +168,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3345,6 +3350,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Bosnian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -170,20 +170,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3351,6 +3356,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Montenegrin <https://translate.wavelog.org/projects/wavelog/"
|
||||
@@ -170,20 +170,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3351,6 +3356,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-26 12:58+0000\n"
|
||||
"Last-Translator: Petr OK1PTR <ok1ptr@pm.me>\n"
|
||||
"Language-Team: Czech <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -172,20 +172,25 @@ msgstr "ADIF Import"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Nepodporovaný formát souboru"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Profil stanice není platný pro uživatele"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF importován"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "DCL import"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "DCL data importována"
|
||||
|
||||
@@ -3354,6 +3359,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-27 16:24+0000\n"
|
||||
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
|
||||
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -180,20 +180,25 @@ msgstr "ADIF Import"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Nicht unterstütztes Dateiformat"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Stations-Standort ist nicht gültig für diesen Benutzer"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF importiert"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "DCL Import"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "DCL-Daten importiert"
|
||||
|
||||
@@ -3427,6 +3432,17 @@ msgstr ""
|
||||
"Falls nicht ausgewählt, wird eine Info über QSOs angezeigt, welche in "
|
||||
"Wavelog nicht gefunden werden konnten."
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr "Yay, Datei importiert!"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
|
||||
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
|
||||
"Language-Team: Greek <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -170,20 +170,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3349,6 +3354,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-28 05:06+0000\n"
|
||||
"Last-Translator: Francisco Jiménez-Martín Sánchez <ea1jm.fran@gmail.com>\n"
|
||||
"Language-Team: Spanish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -171,20 +171,25 @@ msgstr "Importar ADIF"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Tipo de fichero no soportado"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Perfil de Estación no válida para el Usuario"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF Importado"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "Importar DCL"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "Datos DCL Importados"
|
||||
|
||||
@@ -3370,6 +3375,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr "¡Bien, lo hemos importado!"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Finnish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -168,20 +168,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3345,6 +3350,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-24 20:29+0000\n"
|
||||
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
|
||||
"Language-Team: French <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -172,20 +172,25 @@ msgstr "Importer ADIF"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Type de fichier non pris en charge"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Profil de station non valide pour l'utilisateur"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF importé"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "Import DCL"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "Données DCL importées"
|
||||
|
||||
@@ -3423,6 +3428,17 @@ msgstr ""
|
||||
"Si non coché, les informations sur les QSOs qui n'ont pas pu être trouvées "
|
||||
"dans Wavelog seront affichées."
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr "Ok, c'est importé !"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Croatian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -170,20 +170,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3351,6 +3356,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-18 19:11+0000\n"
|
||||
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
|
||||
"Language-Team: Italian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -170,20 +170,25 @@ msgstr "Importa ADIF"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Tipo di file non supportato"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Il profilo di stazione non è valido per l'utente"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF importato"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "Importa DCL"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "Dati DCL importati"
|
||||
|
||||
@@ -3349,6 +3354,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Dutch <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -169,20 +169,25 @@ msgstr "ADIF Import"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "File soorten niet ondersteund"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Stations beschrijving niet gecontroleerd voor gebruiker"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF geimporteerd"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "DCL import"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "DCL Data geimporteerd"
|
||||
|
||||
@@ -3346,6 +3351,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:48+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Polish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -169,20 +169,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3350,6 +3355,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-27 16:24+0000\n"
|
||||
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
|
||||
"Language-Team: Portuguese (Portugal) <https://translate.wavelog.org/projects/"
|
||||
@@ -171,20 +171,25 @@ msgstr "Importação ADIF"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Tipo de ficheiro não suportado"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Perfil da estação não é válido para o utilizador"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF Importado"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "Importação DCL"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "Dados DCL importados"
|
||||
|
||||
@@ -3417,6 +3422,17 @@ msgstr ""
|
||||
"Se não estiver selecionado, serão apresentadas informações sobre contactos "
|
||||
"que não foram encontrados no Wavelog."
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr "Boa, foi importado!"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-26 12:58+0000\n"
|
||||
"Last-Translator: Michael Skolsky <r1blh@yandex.ru>\n"
|
||||
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -172,20 +172,25 @@ msgstr "Импорт ADIF"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Неподдерживаемый тип файла"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Профиль QTH не соответствует пользователю"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF импортирован"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "Импорт DCL"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "Данные DCL импортированы"
|
||||
|
||||
@@ -3412,6 +3417,17 @@ msgstr ""
|
||||
"Если отмечено, что будет показана информация о QSO, которые не были найдены "
|
||||
"в Wavelog."
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr "Готово!"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Albanian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -169,20 +169,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3346,6 +3351,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -11,8 +11,8 @@ msgstr ""
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"PO-Revision-Date: 2024-08-28 11:59+0000\n"
|
||||
"Last-Translator: Dragan Đorđević <4o4a.dragan@gmail.com>\n"
|
||||
"Language-Team: Serbian <https://translate.wavelog.org/projects/wavelog/"
|
||||
"main-translation/sr/>\n"
|
||||
"Language-Team: Serbian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
"translation/sr/>\n"
|
||||
"Language: sr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -172,20 +172,21 @@ msgstr "Uvoz ADIF"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Nepodržana vrsta datoteke"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:245 application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Profil stanice nije validan za ovog korisnika"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/views/adif/import_success.php:12
|
||||
#: application/controllers/Adif.php:261
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF uvezen"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:263 application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "Uvoz DCL"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:319 application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "DCL podaci uvezeni"
|
||||
|
||||
@@ -11648,6 +11649,22 @@ msgstr ""
|
||||
msgid "Submit Request"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#, php-format
|
||||
#~ msgctxt "Dashboard Warning"
|
||||
#~ msgid "You need to update country files! Click %s to do it."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:48+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Swedish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -168,20 +168,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3347,6 +3352,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:48+0000\n"
|
||||
"Last-Translator: Halil AYYILDIZ <ta2lghalil@gmail.com>\n"
|
||||
"Language-Team: Turkish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -169,20 +169,25 @@ msgstr "ADIF İçe Aktarma"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "Desteklenmeyen Dosya Tipi"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "Kullanıcı için İstasyon Profili geçerli değil"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF İçe Aktarıldı"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "DCL İçe Aktarma"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "DCL Verileri İçe Aktarıldı"
|
||||
|
||||
@@ -3352,6 +3357,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+0000\n"
|
||||
"PO-Revision-Date: 2024-08-27 16:24+0000\n"
|
||||
"Last-Translator: Karuru <karuru@aerodefense.co.uk>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://translate.wavelog.org/projects/"
|
||||
@@ -170,20 +170,25 @@ msgstr "ADIF 导入"
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr "文件类型不支持"
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr "用户台站信息无效"
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr "ADIF 已导入"
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr "导入 DCL"
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr "DCL 数据已导入"
|
||||
|
||||
@@ -3356,6 +3361,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr "如未选择,Wavelog 中未找到的 QSO 会被显示。"
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr "导入成功!"
|
||||
|
||||
22
application/views/adif/import_failed.php
Normal file
22
application/views/adif/import_failed.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<div class="container">
|
||||
<br>
|
||||
<?php if($this->session->flashdata('message')) { ?>
|
||||
<!-- Display Message -->
|
||||
<div class="alert-message error">
|
||||
<p><?php echo $this->session->flashdata('message'); ?></p>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<?= __("ADIF Import failed!")?>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h3 class="card-title"><?= __("The ADIF file could not be parsed correctly.")?></h3>
|
||||
<p class="card-text"><?= __("At least one of the ADIF fields could not be parsed and/or inserted into the database. Please check the imported ADIF file. You can use an online ADIF file checker. For example:")?></p>
|
||||
<p class="card-text"><a target="_blank" href="https://www.rickmurphy.net/adifvalidator.html">https://www.rickmurphy.net/adifvalidator.html</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-08-28 06:24+0000\n"
|
||||
"POT-Creation-Date: 2024-08-28 11:59+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"
|
||||
@@ -167,20 +167,25 @@ msgstr ""
|
||||
msgid "Unsupported Filetype"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:245
|
||||
#: application/controllers/Adif.php:240
|
||||
#: application/views/adif/import_failed.php:12
|
||||
msgid "ADIF Import failed!"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:252
|
||||
#: application/controllers/Adif.php:261
|
||||
#: application/views/adif/import_success.php:12
|
||||
msgid "ADIF Imported"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:263
|
||||
#: application/controllers/Adif.php:272
|
||||
msgid "DCL Import"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Adif.php:319
|
||||
#: application/controllers/Adif.php:328
|
||||
msgid "DCL Data Imported"
|
||||
msgstr ""
|
||||
|
||||
@@ -3344,6 +3349,17 @@ msgid ""
|
||||
"will be displayed."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:15
|
||||
msgid "The ADIF file could not be parsed correctly."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_failed.php:16
|
||||
msgid ""
|
||||
"At least one of the ADIF fields could not be parsed and/or inserted into the "
|
||||
"database. Please check the imported ADIF file. You can use an online ADIF "
|
||||
"file checker. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/adif/import_success.php:15
|
||||
msgid "Yay, its imported!"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user