server/settings/l10n/af_ZA.php

11 lines
284 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-28 05:56:24 +00:00
"So-so password" => "So-so wagwoord",
2014-04-25 05:56:28 +00:00
"Security Warning" => "Sekuriteits waarskuwing",
2013-02-04 23:20:29 +00:00
"Password" => "Wagwoord",
2013-06-21 06:53:57 +00:00
"New password" => "Nuwe wagwoord",
2014-04-25 05:56:28 +00:00
"Cancel" => "Kanseleer",
2013-06-21 06:53:57 +00:00
"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);";