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