diff options
Diffstat (limited to 'core/l10n/af_ZA.php')
-rw-r--r-- | core/l10n/af_ZA.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php index 17058ba0bfb..ed5989e43bd 100644 --- a/core/l10n/af_ZA.php +++ b/core/l10n/af_ZA.php @@ -1,10 +1,10 @@ <?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(,), +"_%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.", |