2020-12-23 20:25:41 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_hu")) {
|
|
|
|
function string_plural_select_hu($n){
|
|
|
|
$n = intval($n);
|
2021-02-01 17:47:38 +00:00
|
|
|
return intval($n != 1);
|
2020-12-23 20:25:41 +00:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Forum Directory"] = "Fórumkönyvtár";
|
|
|
|
$a->strings["Public access denied."] = "Nyilvános hozzáférés megtagadva.";
|
2021-03-28 17:21:56 +00:00
|
|
|
$a->strings["No entries (some entries may be hidden)."] = "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet).";
|
2020-12-23 20:25:41 +00:00
|
|
|
$a->strings["Global Directory"] = "Globális könyvtár";
|
|
|
|
$a->strings["Find on this site"] = "Keresés ezen az oldalon";
|
2021-03-28 17:21:56 +00:00
|
|
|
$a->strings["Results for:"] = "Találatok ehhez:";
|
2020-12-23 20:25:41 +00:00
|
|
|
$a->strings["Find"] = "Keresés";
|