]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/hu/strings.php
regenerated all the strings
[friendica-addons.git] / buffer / 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.'] = 'Hozzáférés megtagadva.';
9 $a->strings['Save Settings'] = 'Beállítások mentése';
10 $a->strings['Client ID'] = 'Ügyfél-azonosító';
11 $a->strings['Client Secret'] = 'Ügyféltitok';
12 $a->strings['Error when registering buffer connection:'] = 'Hiba a Buffer-kapcsolat regisztrálásakor:';
13 $a->strings['You are now authenticated to buffer. '] = 'Most már hitelesítve van a Bufferhez.';
14 $a->strings['return to the connector page'] = 'Visszatérés az összekötő oldalra';
15 $a->strings['Post to Buffer'] = 'Beküldés a Bufferre';
16 $a->strings['Buffer Export'] = 'Buffer exportálás';
17 $a->strings['Authenticate your Buffer connection'] = 'A Buffer-kapcsolatának hitelesítése';
18 $a->strings['Enable Buffer Post Addon'] = 'A Buffer-beküldő bővítmény engedélyezése';
19 $a->strings['Post to Buffer by default'] = 'Beküldés a Bufferre alapértelmezetten';
20 $a->strings['Check to delete this preset'] = 'Jelölje be az előbeállítás törléséhez';
21 $a->strings['Posts are going to all accounts that are enabled by default:'] = 'A bejegyzések az összes olyan fiókba mennek, amelyek alapértelmezetten engedélyezve vannak:';