mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
NL translation THX JeroenED
This commit is contained in:
parent
4cae40ec63
commit
dcbf2f4416
108 changed files with 3908 additions and 42 deletions
23
forumdirectory/lang/nl/strings.php
Normal file
23
forumdirectory/lang/nl/strings.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forum Directory"] = "Forum index";
|
||||
$a->strings["Public access denied."] = "Publieke toegang geweigerd";
|
||||
$a->strings["Global Directory"] = "Globaal overzicht";
|
||||
$a->strings["Find on this site"] = "Zoeken";
|
||||
$a->strings["Finding: "] = "Zoeken...";
|
||||
$a->strings["Site Directory"] = "Site overzicht";
|
||||
$a->strings["Find"] = "Zoek";
|
||||
$a->strings["Age: "] = "Leeftijd:";
|
||||
$a->strings["Gender: "] = "Geslacht:";
|
||||
$a->strings["Location:"] = "Woonplaats:";
|
||||
$a->strings["Gender:"] = "Geslacht:";
|
||||
$a->strings["Status:"] = "Status:";
|
||||
$a->strings["Homepage:"] = "Website:";
|
||||
$a->strings["About:"] = "Over:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Geen berichten (sommige berichten kunnen verborgen zijn).";
|
Loading…
Add table
Add a link
Reference in a new issue