1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/af_ZA.php

11 lines
197 B
PHP
Raw Normal View History

2014-10-27 21:25:53 +01:00
<?php
$TRANSLATIONS = array(
2014-05-12 06:49:51 +02:00
"Ok" => "OK",
2014-04-25 06:48:43 +02:00
"Cancel" => "Kanseleer",
2014-05-12 06:49:51 +02:00
"OK" => "OK",
2014-04-30 06:49:04 +02:00
"Add" => "Voeg by",
2014-05-12 06:49:51 +02:00
"Share" => "Deel",
"Password" => "Wagwoord"
2013-02-05 00:18:31 +01:00
);
2014-10-27 21:25:53 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";