diff options
Diffstat (limited to 'settings/l10n/af_ZA.php')
-rw-r--r-- | settings/l10n/af_ZA.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/af_ZA.php b/settings/l10n/af_ZA.php index f89e0062928..b6c50252667 100644 --- a/settings/l10n/af_ZA.php +++ b/settings/l10n/af_ZA.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Wagwoord", "New password" => "Nuwe wagwoord", "Username" => "Gebruikersnaam" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |