]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/hu/strings.php
Merge pull request #1061 from annando/issue-9692
[friendica-addons.git] / catavatar / lang / hu / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_hu")) {
4 function string_plural_select_hu($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Use Cat as Avatar"] = "Macska használata profilképként";
10 $a->strings["More Random Cat!"] = "Több véletlen macskát!";
11 $a->strings["Reset to email Cat"] = "Visszaállítás e-mail macskára";
12 $a->strings["Cat Avatar Settings"] = "Macskaprofilkép-beállítások";
13 $a->strings["The cat hadn't found itself."] = "A macska nem találta meg önmagát.";
14 $a->strings["There was an error, the cat ran away."] = "Hiba történt, a macska elfutott.";
15 $a->strings["Profile Photos"] = "Profilfényképek";
16 $a->strings["Meow!"] = "Miáú!";