2020-12-23 15:25:41 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_hu")) {
|
|
|
|
function string_plural_select_hu($n){
|
|
|
|
$n = intval($n);
|
2021-02-01 12:47:38 -05:00
|
|
|
return intval($n != 1);
|
2020-12-23 15:25:41 -05:00
|
|
|
}}
|
2021-10-10 02:27:53 -04: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';
|