1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00

11 lines
197 B
PHP
Raw Normal View History

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