]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/lang/hu/strings.php
35dfa32164137d70a842d54c75f59c7e5fe0b05d
[friendica-addons.git] / cookienotice / 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["OK"] = "Rendben";
10 $a->strings["\"cookienotice\" Settings"] = "A sütifigyelmeztetés beállításai";
11 $a->strings["Cookie Usage Notice"] = "Sütihasználati figyelmeztetés";
12 $a->strings["The cookie usage notice"] = "A sütihasználati figyelmeztetés";
13 $a->strings["OK Button Text"] = "Rendben gomb szövege";
14 $a->strings["The OK Button text"] = "A „Rendben” gomb szövege";
15 $a->strings["Save Settings"] = "Beállítások mentése";
16 $a->strings["cookienotice Settings saved."] = "A sütifigyelmeztetés beállításai elmentve.";