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

9 lines
149 B
PHP
Raw Normal View History

2013-02-05 00:18:31 +01: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
);