1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-21 17:52:10 +01:00

14 lines
357 B
PHP
Raw Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2014-08-18 02:10:29 -04:00
"Warning" => "Upozorenje",
2012-11-02 00:03:14 +01:00
"Close" => "Zatvori",
"Save" => "Snimi",
"Delete" => "Obriši",
2012-11-08 00:03:47 +01:00
"Edit" => "Uredi",
2012-11-02 00:03:14 +01:00
"Cancel" => "Otkaži",
"Address" => "Adresa",
2013-09-20 11:44:15 -04:00
"Add" => "Dodaj",
2012-11-02 00:03:14 +01:00
"Settings" => "Podešavanja"
);
2014-10-27 16:18:24 -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);";