HU addon translation update THX Balázs Úr

This commit is contained in:
Tobias Diekershoff 2022-01-22 18:52:30 +01:00
parent 631b456755
commit 484482a4ce
91 changed files with 956 additions and 898 deletions

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2018-03-20 07:26+0000\n"
"Last-Translator: Balázs Úr, 2021\n"
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
@ -21,34 +21,34 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: securemail.php:51
msgid "\"Secure Mail\" Settings"
msgstr "Biztonságos levél beállításai"
#: securemail.php:52
msgid "Save Settings"
msgstr "Beállítások mentése"
#: securemail.php:53 securemail.php:80
msgid "Save and send test"
msgstr "Mentés és teszt küldése"
#: securemail.php:54
#: securemail.php:50
msgid "Enable Secure Mail"
msgstr "Biztonságos levél engedélyezése"
#: securemail.php:55
#: securemail.php:51
msgid "Public key"
msgstr "Nyilvános kulcs"
#: securemail.php:55
#: securemail.php:51
msgid "Your public PGP key, ascii armored format"
msgstr "A nyilvános PGP kulcsa ASCII-védett formátumban"
#: securemail.php:88
#: securemail.php:56
msgid "\"Secure Mail\" Settings"
msgstr "Biztonságos levél beállításai"
#: securemail.php:59
msgid "Save Settings"
msgstr "Beállítások mentése"
#: securemail.php:60
msgid "Save and send test"
msgstr "Mentés és teszt küldése"
#: securemail.php:93
msgid "Test email sent"
msgstr "Tesztlevél elküldve"
#: securemail.php:90
#: securemail.php:95
msgid "There was an error sending the test email"
msgstr "Hiba történt a tesztlevél küldésekor"

View file

@ -5,11 +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['"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['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';