1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00
2014-10-27 16:25:53 -04:00

11 lines
197 B
PHP

<?php
$TRANSLATIONS = array(
"Ok" => "OK",
"Cancel" => "Kanseleer",
"OK" => "OK",
"Add" => "Voeg by",
"Share" => "Deel",
"Password" => "Wagwoord"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";