friendica-addons/pumpio/lang/hu/strings.php

26 lines
1.7 KiB
PHP
Raw Permalink Normal View History

<?php
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
2021-10-10 08:27:53 +02:00
$a->strings['Permission denied.'] = 'Engedély megtagadva.';
$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.';
$a->strings['You are now authenticated to pumpio.'] = 'Most már hitelesítve van a pump.io-hoz.';
$a->strings['return to the connector page'] = 'visszatérés a csatlakozó oldalára';
$a->strings['Post to pumpio'] = 'Beküldése a pump.io-ra';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Delete this preset'] = 'Előbeállítás törlése';
2021-10-10 08:27:53 +02:00
$a->strings['Authenticate your pump.io connection'] = 'A pump.io-kapcsolatának hitelesítése';
$a->strings['Pump.io servername (without "http://" or "https://" )'] = 'Pump.io kiszolgálónév („http://” vagy „https://” nélkül)';
$a->strings['Pump.io username (without the servername)'] = 'Pump.io felhasználónév (a kiszolgálónév nélkül)';
2021-10-10 08:27:53 +02:00
$a->strings['Import the remote timeline'] = 'A távoli idővonal importálása';
$a->strings['Enable Pump.io Post Addon'] = 'A Pump.io-beküldő bővítmény engedélyezése';
$a->strings['Post to Pump.io by default'] = 'Beküldés a Pump.io-ra alapértelmezetten';
2021-10-10 08:27:53 +02:00
$a->strings['Should posts be public?'] = 'Nyilvánosak legyenek a bejegyzések?';
$a->strings['Mirror all public posts'] = 'Összes nyilvános bejegyzés tükrözése';
$a->strings['Pump.io Import/Export/Mirror'] = 'Pump.io importálás, exportálás vagy tükrözés';
2021-10-10 08:27:53 +02:00
$a->strings['status'] = 'állapotát';
$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s kedveli %2$s %3$s';