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
|
|
|
}}
|
2021-10-10 06:27:53 +00:00
|
|
|
$a->strings['Forum Directory'] = 'Fórumkönyvtár';
|
|
|
|
$a->strings['Public access denied.'] = 'Nyilvános hozzáférés megtagadva.';
|
|
|
|
$a->strings['No entries (some entries may be hidden).'] = 'Nincsenek bejegyzések (néhány bejegyzés rejtve lehet).';
|
|
|
|
$a->strings['Global Directory'] = 'Globális könyvtár';
|
|
|
|
$a->strings['Find on this site'] = 'Keresés ezen az oldalon';
|
|
|
|
$a->strings['Results for:'] = 'Találatok ehhez:';
|
|
|
|
$a->strings['Find'] = 'Keresés';
|