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

11 lines
275 B
PHP
Raw Normal View History

2014-10-27 16:25:53 -04:00
<?php
$TRANSLATIONS = array(
2013-06-20 01:16:34 +02:00
"Save" => "Spasi",
"Add" => "Dodaj",
"Close" => "Zatvori",
"Address" => "Adresa",
2014-01-11 00:50:01 -05:00
"Name" => "Ime",
2013-11-11 02:54:25 -05:00
"Share" => "Podijeli"
2013-06-20 01:16:34 +02:00
);
2014-10-27 16:25:53 -04:00
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";