server/settings/l10n/af_ZA.php

8 lines
172 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-02-04 23:20:29 +00:00
"Password" => "Wagwoord",
2013-06-21 06:53:57 +00:00
"New password" => "Nuwe wagwoord",
"Username" => "Gebruikersnaam"
2013-02-04 23:20:29 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";