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

8 lines
144 B
PHP
Raw Normal View History

2014-10-27 16:25:53 -04:00
<?php
$TRANSLATIONS = array(
2014-04-08 00:50:58 -04:00
"Download" => "Njipuk",
"Title" => "Judul",
"Edit" => "Ngganti"
);
2014-10-27 16:25:53 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";