]> git.mxchange.org Git - friendica-addons.git/blob - blackout/lang/hu/strings.php
regenerated all the strings
[friendica-addons.git] / blackout / 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['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell.';
9 $a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete <strong>%s</strong> és a vége <strong>%s</strong> lesz.';
10 $a->strings['Save Settings'] = 'Beállítások mentése';
11 $a->strings['Redirect URL'] = 'Átirányítási URL';
12 $a->strings['All your visitors from the web will be redirected to this URL.'] = 'A webről érkező összes látogatója át lesz irányítva erre az URL-re.';
13 $a->strings['Begin of the Blackout'] = 'Az áramszünet kezdete';
14 $a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'A formátum <tt>ÉÉÉÉ-HH-NN óó:pp</tt>, ahol <em>ÉÉÉÉ</em> az év, <em>HH</em> a hónap, <em>NN</em> a nap, <em>óó</em> az óra és <em>pp</em> a perc.';
15 $a->strings['End of the Blackout'] = 'Az áramszünet vége';
16 $a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Megjegyzés</strong>: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók <strong>nem</strong> lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van.';