mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,19 +5,18 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($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).";
|
||||
$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