regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,13 +5,12 @@ function string_plural_select_cs($n){
$n = intval($n);
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Nastavení \"Secure Mail\"";
$a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Save and send test"] = "Uložit a poslat test";
$a->strings["Enable Secure Mail"] = "Povolit Secure Mail";
$a->strings["Public key"] = "Veřejný klíč";
$a->strings["Your public PGP key, ascii armored format"] = "Váš veřejný klíč PGP ve formátu ASCII Armor";
$a->strings["Secure Mail Settings saved."] = "Nastavení Secure Mail uložena.";
$a->strings["Test email sent"] = "Testovací e-mail odeslán";
$a->strings["There was an error sending the test email"] = "Při odesílání testovacího e-mailu se vyskytla chyba";
$a->strings['"Secure Mail" Settings'] = 'Nastavení "Secure Mail"';
$a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings['Save and send test'] = 'Uložit a poslat test';
$a->strings['Enable Secure Mail'] = 'Povolit Secure Mail';
$a->strings['Public key'] = 'Veřejný klíč';
$a->strings['Your public PGP key, ascii armored format'] = 'Váš veřejný klíč PGP ve formátu ASCII Armor';
$a->strings['Secure Mail Settings saved.'] = 'Nastavení Secure Mail uložena.';
$a->strings['Test email sent'] = 'Testovací e-mail odeslán';
$a->strings['There was an error sending the test email'] = 'Při odesílání testovacího e-mailu se vyskytla chyba';

View file

@ -5,13 +5,12 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" Einstellungen";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Save and send test"] = "Abspeichern und Test Senden";
$a->strings["Enable Secure Mail"] = "Secure Mail aktivieren";
$a->strings["Public key"] = "Öffentlicher Schlüssel";
$a->strings["Your public PGP key, ascii armored format"] = "Dein öffentlicher PGP Schlüssel, im Ascii-Format";
$a->strings["Secure Mail Settings saved."] = "Secure Mail Einstellungen gespeichert.";
$a->strings["Test email sent"] = "Test-Email gesendet";
$a->strings["There was an error sending the test email"] = "Es gab ein Fehler beim Senden der Test-Email";
$a->strings['"Secure Mail" Settings'] = '"Secure Mail" Einstellungen';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Save and send test'] = 'Abspeichern und Test Senden';
$a->strings['Enable Secure Mail'] = 'Secure Mail aktivieren';
$a->strings['Public key'] = 'Öffentlicher Schlüssel';
$a->strings['Your public PGP key, ascii armored format'] = 'Dein öffentlicher PGP Schlüssel, im Ascii-Format';
$a->strings['Secure Mail Settings saved.'] = 'Secure Mail Einstellungen gespeichert.';
$a->strings['Test email sent'] = 'Test-Email gesendet';
$a->strings['There was an error sending the test email'] = 'Es gab ein Fehler beim Senden der Test-Email';

View file

@ -5,12 +5,11 @@ function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Configuración de \"Secure Mail\"";
$a->strings["Save Settings"] = "Guardar ajustes";
$a->strings["Save and send test"] = "Guardar y enviar prueba";
$a->strings["Enable Secure Mail"] = "Habilitar correo seguro";
$a->strings["Public key"] = "Public key";
$a->strings["Your public PGP key, ascii armored format"] = "Tu clave PGP pública, formato blindado ascii";
$a->strings["Test email sent"] = "Correo de prueba enviado";
$a->strings["There was an error sending the test email"] = "Hubo un error al enviar el correo electrónico de prueba.";
$a->strings['"Secure Mail" Settings'] = 'Configuración de "Secure Mail"';
$a->strings['Save Settings'] = 'Guardar ajustes';
$a->strings['Save and send test'] = 'Guardar y enviar prueba';
$a->strings['Enable Secure Mail'] = 'Habilitar correo seguro';
$a->strings['Public key'] = 'Public key';
$a->strings['Your public PGP key, ascii armored format'] = 'Tu clave PGP pública, formato blindado ascii';
$a->strings['Test email sent'] = 'Correo de prueba enviado';
$a->strings['There was an error sending the test email'] = 'Hubo un error al enviar el correo electrónico de prueba.';

View file

@ -5,12 +5,11 @@ function string_plural_select_et($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "\"Turvaline Meil\" sätted";
$a->strings["Save Settings"] = "Salvesta sätted";
$a->strings["Save and send test"] = "Salvesta ja saada testmeil";
$a->strings["Enable Secure Mail"] = "Aktiveeri Turvaline meil";
$a->strings["Public key"] = "Avalik võti";
$a->strings["Secure Mail Settings saved."] = "Turvalise Meili sätted salvestatud.";
$a->strings["Test email sent"] = "Testmeil saadetud";
$a->strings["There was an error sending the test email"] = "Testmeili saatmisel ilmnes viga";
$a->strings['"Secure Mail" Settings'] = '"Turvaline Meil" sätted';
$a->strings['Save Settings'] = 'Salvesta sätted';
$a->strings['Save and send test'] = 'Salvesta ja saada testmeil';
$a->strings['Enable Secure Mail'] = 'Aktiveeri Turvaline meil';
$a->strings['Public key'] = 'Avalik võti';
$a->strings['Secure Mail Settings saved.'] = 'Turvalise Meili sätted salvestatud.';
$a->strings['Test email sent'] = 'Testmeil saadetud';
$a->strings['There was an error sending the test email'] = 'Testmeili saatmisel ilmnes viga';

View file

@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Secure Mail -asetukset";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Save and send test"] = "Tallenna ja lähetä koeviesti";
$a->strings["Enable Secure Mail"] = "Ota Secure Mail käyttöön";
$a->strings["Public key"] = "Julkinen avain";
$a->strings["Secure Mail Settings saved."] = "Secure Mail -asetukset tallennettu.";
$a->strings["Test email sent"] = "Koeviesti lähetetty";
$a->strings["There was an error sending the test email"] = "Testisähköpostin lähetyksessä tapahtui virhe";
$a->strings['"Secure Mail" Settings'] = 'Secure Mail -asetukset';
$a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings['Save and send test'] = 'Tallenna ja lähetä koeviesti';
$a->strings['Enable Secure Mail'] = 'Ota Secure Mail käyttöön';
$a->strings['Public key'] = 'Julkinen avain';
$a->strings['Secure Mail Settings saved.'] = 'Secure Mail -asetukset tallennettu.';
$a->strings['Test email sent'] = 'Koeviesti lähetetty';
$a->strings['There was an error sending the test email'] = 'Testisähköpostin lähetyksessä tapahtui virhe';

View file

@ -5,12 +5,11 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Biztonságos levél beállításai";
$a->strings["Save Settings"] = "Beállítások mentése";
$a->strings["Save and send test"] = "Mentés és teszt küldése";
$a->strings["Enable Secure Mail"] = "Biztonságos levél engedélyezése";
$a->strings["Public key"] = "Nyilvános kulcs";
$a->strings["Your public PGP key, ascii armored format"] = "A nyilvános PGP kulcsa ASCII-védett formátumban";
$a->strings["Test email sent"] = "Tesztlevél elküldve";
$a->strings["There was an error sending the test email"] = "Hiba történt a tesztlevél küldésekor";
$a->strings['"Secure Mail" Settings'] = 'Biztonságos levél beállításai';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Save and send test'] = 'Mentés és teszt küldése';
$a->strings['Enable Secure Mail'] = 'Biztonságos levél engedélyezése';
$a->strings['Public key'] = 'Nyilvános kulcs';
$a->strings['Your public PGP key, ascii armored format'] = 'A nyilvános PGP kulcsa ASCII-védett formátumban';
$a->strings['Test email sent'] = 'Tesztlevél elküldve';
$a->strings['There was an error sending the test email'] = 'Hiba történt a tesztlevél küldésekor';

View file

@ -5,13 +5,12 @@ function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Impostazioni Secure Mail";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Save and send test"] = "Salva e invia mail di prova";
$a->strings["Enable Secure Mail"] = "Abilita Secure Mail";
$a->strings["Public key"] = "Chiave pubblica";
$a->strings["Your public PGP key, ascii armored format"] = "La tua chiave pubblica PGP, in formato ascii armored";
$a->strings["Secure Mail Settings saved."] = "Impostazioni Secure Mail salvate.";
$a->strings["Test email sent"] = "Email di prova invata";
$a->strings["There was an error sending the test email"] = "Si è verificato un errore durante l'invio dell'email di prova";
$a->strings['"Secure Mail" Settings'] = 'Impostazioni Secure Mail';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['Save and send test'] = 'Salva e invia mail di prova';
$a->strings['Enable Secure Mail'] = 'Abilita Secure Mail';
$a->strings['Public key'] = 'Chiave pubblica';
$a->strings['Your public PGP key, ascii armored format'] = 'La tua chiave pubblica PGP, in formato ascii armored';
$a->strings['Secure Mail Settings saved.'] = 'Impostazioni Secure Mail salvate.';
$a->strings['Test email sent'] = 'Email di prova invata';
$a->strings['There was an error sending the test email'] = 'Si è verificato un errore durante l\'invio dell\'email di prova';

View file

@ -5,8 +5,7 @@ function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" instellingen";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["Enable Secure Mail"] = "Secure Mail inschakelen";
$a->strings["Secure Mail Settings saved."] = "Secure Mail instellingen opgeslagen";
$a->strings['"Secure Mail" Settings'] = '"Secure Mail" instellingen';
$a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings['Enable Secure Mail'] = 'Secure Mail inschakelen';
$a->strings['Secure Mail Settings saved.'] = 'Secure Mail instellingen opgeslagen';

View file

@ -5,13 +5,12 @@ function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Ustawienia \"Bezpieczna poczta\"";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Save and send test"] = "Zapisz i wyślij test";
$a->strings["Enable Secure Mail"] = "Włącz bezpieczną pocztę";
$a->strings["Public key"] = "Klucz publiczny";
$a->strings["Your public PGP key, ascii armored format"] = "Twój publiczny klucz PGP, rekomendowany format ascii";
$a->strings["Secure Mail Settings saved."] = "Ustawienia bezpiecznej poczty zostały zapisane.";
$a->strings["Test email sent"] = "Wysłano testowy e-mail";
$a->strings["There was an error sending the test email"] = "Wystąpił błąd podczas wysyłania e-maila testowego";
$a->strings['"Secure Mail" Settings'] = 'Ustawienia "Bezpieczna poczta"';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['Save and send test'] = 'Zapisz i wyślij test';
$a->strings['Enable Secure Mail'] = 'Włącz bezpieczną pocztę';
$a->strings['Public key'] = 'Klucz publiczny';
$a->strings['Your public PGP key, ascii armored format'] = 'Twój publiczny klucz PGP, rekomendowany format ascii';
$a->strings['Secure Mail Settings saved.'] = 'Ustawienia bezpiecznej poczty zostały zapisane.';
$a->strings['Test email sent'] = 'Wysłano testowy e-mail';
$a->strings['There was an error sending the test email'] = 'Wystąpił błąd podczas wysyłania e-maila testowego';

View file

@ -5,13 +5,12 @@ function string_plural_select_zh_cn($n){
$n = intval($n);
return intval(0);
}}
;
$a->strings["\"Secure Mail\" Settings"] = "“加密邮件”设置";
$a->strings["Save Settings"] = "保存设置";
$a->strings["Save and send test"] = "保存并发送测试";
$a->strings["Enable Secure Mail"] = "启用加密邮件";
$a->strings["Public key"] = "公钥";
$a->strings["Your public PGP key, ascii armored format"] = "您的 PGP 公钥,使用 ASCII 码格式";
$a->strings["Secure Mail Settings saved."] = "加密邮件设置已保存。";
$a->strings["Test email sent"] = "测试邮件发送";
$a->strings["There was an error sending the test email"] = "发送测试电子邮件时发生错误";
$a->strings['"Secure Mail" Settings'] = '“加密邮件”设置';
$a->strings['Save Settings'] = '保存设置';
$a->strings['Save and send test'] = '保存并发送测试';
$a->strings['Enable Secure Mail'] = '启用加密邮件';
$a->strings['Public key'] = '公钥';
$a->strings['Your public PGP key, ascii armored format'] = '您的 PGP 公钥,使用 ASCII 码格式';
$a->strings['Secure Mail Settings saved.'] = '加密邮件设置已保存。';
$a->strings['Test email sent'] = '测试邮件发送';
$a->strings['There was an error sending the test email'] = '发送测试电子邮件时发生错误';