summaryrefslogtreecommitdiffstats
path: root/lib/l10n/af_ZA.php
blob: d17df6563bc37d8ae033490925c38a859445219b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Help" => "Hulp",
"Personal" => "Persoonlik",
"Settings" => "Instellings",
"Users" => "Gebruikers",
"Admin" => "Admin",
"web services under your control" => "webdienste onder jou beheer"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";