]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/hu/strings.php
regenerated all the strings
[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 $a->strings['Gnot Settings'] = 'Gnot beállítások';
9 $a->strings['Save Settings'] = 'Beállítások mentése';
10 $a->strings['Enable this addon?'] = 'Engedélyezi ezt a bővítményt?';
11 $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.';
12 $a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez';