mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +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-25 23:03+0000\n"
|
||||
"POT-Creation-Date: 2021-11-21 19:15-0500\n"
|
||||
"PO-Revision-Date: 2021-12-23 18:53+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,14 +19,10 @@ msgstr ""
|
|||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: numfriends.php:59
|
||||
msgid "Numfriends Settings"
|
||||
msgstr "Ismerősszám beállításai"
|
||||
|
||||
#: numfriends.php:61
|
||||
#: numfriends.php:55
|
||||
msgid "How many contacts to display on profile sidebar"
|
||||
msgstr "Hány partner legyen megjelenítve a profil oldalsávján"
|
||||
|
||||
#: numfriends.php:67
|
||||
msgid "Save Settings"
|
||||
msgstr "Beállítások mentése"
|
||||
#: numfriends.php:60
|
||||
msgid "Numfriends Settings"
|
||||
msgstr "Ismerősszám beállításai"
|
||||
|
|
|
@ -5,6 +5,5 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Numfriends Settings'] = 'Ismerősszám beállításai';
|
||||
$a->strings['How many contacts to display on profile sidebar'] = 'Hány partner legyen megjelenítve a profil oldalsávján';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Numfriends Settings'] = 'Ismerősszám beállításai';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue