catavatar addon added HU translation THX Balázs Úr
parent
7a73f2c0d7
commit
f58f380289
|
@ -0,0 +1,54 @@
|
|||
# ADDON catavatar
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica catavatar addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Balázs Úr, 2020
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-13 09:35+0000\n"
|
||||
"PO-Revision-Date: 2018-04-07 05:23+0000\n"
|
||||
"Last-Translator: Balázs Úr, 2020\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: catavatar.php:60
|
||||
msgid "Use Cat as Avatar"
|
||||
msgstr "Macska használata profilképként"
|
||||
|
||||
#: catavatar.php:61
|
||||
msgid "More Random Cat!"
|
||||
msgstr "Több véletlen macskát!"
|
||||
|
||||
#: catavatar.php:62
|
||||
msgid "Reset to email Cat"
|
||||
msgstr "Visszaállítás e-mail macskára"
|
||||
|
||||
#: catavatar.php:64
|
||||
msgid "Cat Avatar Settings"
|
||||
msgstr "Macskaprofilkép-beállítások"
|
||||
|
||||
#: catavatar.php:100
|
||||
msgid "The cat hadn't found itself."
|
||||
msgstr "A macska nem találta meg önmagát."
|
||||
|
||||
#: catavatar.php:109
|
||||
msgid "There was an error, the cat ran away."
|
||||
msgstr "Hiba történt, a macska elfutott."
|
||||
|
||||
#: catavatar.php:115
|
||||
msgid "Profile Photos"
|
||||
msgstr "Profilfényképek"
|
||||
|
||||
#: catavatar.php:130
|
||||
msgid "Meow!"
|
||||
msgstr "Miáú!"
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Macska használata profilképként";
|
||||
$a->strings["More Random Cat!"] = "Több véletlen macskát!";
|
||||
$a->strings["Reset to email Cat"] = "Visszaállítás e-mail macskára";
|
||||
$a->strings["Cat Avatar Settings"] = "Macskaprofilkép-beállítások";
|
||||
$a->strings["The cat hadn't found itself."] = "A macska nem találta meg önmagát.";
|
||||
$a->strings["There was an error, the cat ran away."] = "Hiba történt, a macska elfutott.";
|
||||
$a->strings["Profile Photos"] = "Profilfényképek";
|
||||
$a->strings["Meow!"] = "Miáú!";
|
Loading…
Reference in New Issue