server/apps/files_external/l10n/af_ZA.php

9 lines
184 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"Username" => "Gebruikersnaam",
"Password" => "Wagwoord",
"Share" => "Deel",
2014-08-29 05:56:59 +00:00
"Personal" => "Persoonlik"
2013-02-04 23:20:29 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";