mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
[various] Rename forum to group
- Drop support for forumdirectory - Add support for groupdirectory
This commit is contained in:
parent
aa0f74832a
commit
49d308c44b
51 changed files with 1636 additions and 85 deletions
22
groupdirectory/lang/nl/strings.php
Normal file
22
groupdirectory/lang/nl/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
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).';
|
Loading…
Add table
Add a link
Reference in a new issue