mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
forumdirectory addon added HU translation THX Balázs Úr
This commit is contained in:
parent
4d23fefdd4
commit
81879b740e
2 changed files with 103 additions and 0 deletions
23
forumdirectory/lang/hu/strings.php
Normal file
23
forumdirectory/lang/hu/strings.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forum Directory"] = "Fórumkönyvtár";
|
||||
$a->strings["Public access denied."] = "Nyilvános hozzáférés megtagadva.";
|
||||
$a->strings["Global Directory"] = "Globális könyvtár";
|
||||
$a->strings["Find on this site"] = "Keresés ezen az oldalon";
|
||||
$a->strings["Finding: "] = "Találat: ";
|
||||
$a->strings["Site Directory"] = "Oldal könyvtára";
|
||||
$a->strings["Find"] = "Keresés";
|
||||
$a->strings["Age: "] = "Életkor: ";
|
||||
$a->strings["Gender: "] = "Nem: ";
|
||||
$a->strings["Location:"] = "Hely:";
|
||||
$a->strings["Gender:"] = "Nem:";
|
||||
$a->strings["Status:"] = "Állapot:";
|
||||
$a->strings["Homepage:"] = "Honlap:";
|
||||
$a->strings["About:"] = "Névjegy:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet).";
|
Loading…
Add table
Add a link
Reference in a new issue