]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/hu/strings.php
79a4af62e2f1ed8960ce16cbd72a9f3f4462a779
[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 intval($n != 1);
7 }}
8 $a->strings['Use Cat as Avatar'] = 'Macska használata profilképként';
9 $a->strings['More Random Cat!'] = 'Több véletlen macskát!';
10 $a->strings['Reset to email Cat'] = 'Visszaállítás e-mail macskára';
11 $a->strings['Cat Avatar Settings'] = 'Macskaprofilkép-beállítások';
12 $a->strings['Set default profile avatar or randomize the cat.'] = 'Alapértelmezett profilkép beállítása vagy véletlenszerű macska.';
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áú!';