mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
HU addon translation update THX Balázs Úr
This commit is contained in:
parent
631b456755
commit
484482a4ce
91 changed files with 956 additions and 898 deletions
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2021-03-26 09:40+0000\n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2021-12-23 19:29+0000\n"
|
||||
"Last-Translator: Balázs Úr\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -19,18 +19,14 @@ msgstr ""
|
|||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: superblock.php:38 superblock.php:42
|
||||
#: superblock.php:35
|
||||
msgid "Comma separated profile URLs to block"
|
||||
msgstr "Tiltandó profil URL-ek vesszővel elválasztott listája"
|
||||
|
||||
#: superblock.php:40
|
||||
msgid "Superblock"
|
||||
msgstr "Szuper tiltás"
|
||||
|
||||
#: superblock.php:45
|
||||
msgid "Comma separated profile URLS to block"
|
||||
msgstr "Tiltandó profil URL-ek vesszővel elválasztott listája"
|
||||
|
||||
#: superblock.php:49
|
||||
msgid "Save Settings"
|
||||
msgstr "Beállítások mentése"
|
||||
|
||||
#: superblock.php:138
|
||||
#: superblock.php:129
|
||||
msgid "Block Completely"
|
||||
msgstr "Tiltás teljesen"
|
||||
|
|
|
@ -5,7 +5,6 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Comma separated profile URLs to block'] = 'Tiltandó profil URL-ek vesszővel elválasztott listája';
|
||||
$a->strings['Superblock'] = 'Szuper tiltás';
|
||||
$a->strings['Comma separated profile URLS to block'] = 'Tiltandó profil URL-ek vesszővel elválasztott listája';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Block Completely'] = 'Tiltás teljesen';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue