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

16 lines
397 B
PHP
Raw Permalink Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2012-11-02 00:03:14 +01:00
"Bookmarks" => "Zabilješke",
"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" => "Odustani",
"Address" => "Adresa",
2012-11-09 00:03:56 +01:00
"Add" => "Dodaj",
2012-11-02 00:03:14 +01:00
"Settings" => "Postavke",
2012-11-04 00:03:02 +01:00
"Export" => "Izvoz",
"Import" => "Uvezi"
2012-11-02 00:03:14 +01:00
);
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;";