summaryrefslogtreecommitdiffstats
path: root/core/l10n/af_ZA.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/af_ZA.php')
-rw-r--r--core/l10n/af_ZA.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php
index dc78e44c8d7..ed5989e43bd 100644
--- a/core/l10n/af_ZA.php
+++ b/core/l10n/af_ZA.php
@@ -1,5 +1,10 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Settings" => "Instellings",
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day ago_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("",""),
"Password" => "Wagwoord",
"Use the following link to reset your password: {link}" => "Gebruik die volgende skakel om jou wagwoord te herstel: {link}",
"You will receive a link to reset your password via Email." => "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel.",
@@ -30,3 +35,4 @@
"prev" => "vorige",
"next" => "volgende"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";