richdocuments/l10n/af_ZA.php

10 lines
190 B
PHP
Raw Normal View History

2014-10-27 16:29:45 -04:00
<?php
$TRANSLATIONS = array(
2014-07-12 00:43:24 -04:00
"Saving..." => "Stoor...",
2014-04-30 00:43:49 -04:00
"Share" => "Deel",
2014-04-25 00:43:31 -04:00
"Cancel" => "Kanseleer",
2014-05-12 00:44:33 -04:00
"OK" => "OK",
2013-11-13 17:05:11 -05:00
"Password" => "Wagwoord"
);
2014-10-27 16:29:45 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";