]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/hu/strings.php
gnot addon HU translation updated THX Balázs Úr
[friendica-addons.git] / gnot / 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 ;
9 $a->strings["Gnot Settings"] = "Gnot beállítások";
10 $a->strings["Save Settings"] = "Beállítások mentése";
11 $a->strings["Enable this addon?"] = "Engedélyezi ezt a bővítményt?";
12 $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát.";
13 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez";