]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/lang/hu/strings.php
regenerated all the strings
[friendica-addons.git] / pumpio / 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['Permission denied.'] = 'Engedély megtagadva.';
9 $a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Nem lehet regisztrálni a klienst a(z) „%s” pump.io kiszolgálón.';
10 $a->strings['You are now authenticated to pumpio.'] = 'Most már hitelesítve van a pump.io-hoz.';
11 $a->strings['return to the connector page'] = 'visszatérés a csatlakozó oldalára';
12 $a->strings['Post to pumpio'] = 'Beküldése a pump.io-ra';
13 $a->strings['Pump.io Import/Export/Mirror'] = 'Pump.io importálás, exportálás vagy tükrözés';
14 $a->strings['pump.io username (without the servername)'] = 'pump.io felhasználónév (a kiszolgálónév nélkül)';
15 $a->strings['pump.io servername (without "http://" or "https://" )'] = 'pump.io kiszolgálónév (a „http://” vagy „https://” nélkül)';
16 $a->strings['Authenticate your pump.io connection'] = 'A pump.io-kapcsolatának hitelesítése';
17 $a->strings['Import the remote timeline'] = 'A távoli idővonal importálása';
18 $a->strings['Enable pump.io Post Addon'] = 'A pump.io-beküldő bővítmény engedélyezése';
19 $a->strings['Post to pump.io by default'] = 'Beküldés a pump.io-ra alapértelmezetten';
20 $a->strings['Should posts be public?'] = 'Nyilvánosak legyenek a bejegyzések?';
21 $a->strings['Mirror all public posts'] = 'Összes nyilvános bejegyzés tükrözése';
22 $a->strings['Check to delete this preset'] = 'Jelölje be az előbeállítás törléséhez';
23 $a->strings['Save Settings'] = 'Beállítások mentése';
24 $a->strings['status'] = 'állapotát';
25 $a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s kedveli %2$s %3$s';