[various] Rename forum to group

- Drop support for forumdirectory
- Add support for groupdirectory
This commit is contained in:
Hypolite Petovan 2023-06-03 15:57:29 -04:00 committed by heluecht
parent aa0f74832a
commit 49d308c44b
51 changed files with 1636 additions and 85 deletions

View 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).';