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

38 lines
1.8 KiB
PHP
Raw Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2015-04-25 02:10:30 -04:00
"Bookmarks" => "Obeleživači",
"Bookm." => "Obel.",
"No file provided for import" => "Nema fajla za uvoz",
"Unsupported file type for import" => "Nepodržan tip fajla za uvoz",
"Some Error happened." => "Desila se neka greška.",
2015-01-08 02:10:18 -05:00
"Error" => "Greška",
2015-07-21 02:10:36 -04:00
"Tags" => "Oznake",
2015-01-08 02:10:18 -05:00
"Filter by tag" => "Filtriraj po oznaci",
2015-04-25 02:10:30 -04:00
"Are you sure you want to remove this bookmark?" => "Želite li zaista da uklonite ovaj obeleživač?",
2014-08-18 02:10:29 -04:00
"Warning" => "Upozorenje",
2015-04-25 02:10:30 -04:00
"Are you sure you want to remove this tag from every entry?" => "Želite li zaista da uklonite ovu oznaku iz svakog unosa?",
"Import error" => "Greška uvoza",
"Import completed successfully." => "Uvoz je uspešno završen.",
"Uploading..." => "Otpremam…",
"Add a bookmark" => "Dodaj obeleživač",
"This URL is already bookmarked! Overwrite?" => "Ovaj URL je već obeležen! Da prebrišem?",
"The title of the page" => "Naslov stranice",
"The address of the page" => "Adresa stranice",
"Description of the page" => "Opis stranice",
"Save" => "Sačuvaj",
2012-11-02 00:03:14 +01:00
"Delete" => "Obriši",
2012-11-08 00:03:47 +01:00
"Edit" => "Uredi",
2015-04-25 02:10:30 -04:00
"Cancel" => "Odustani",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Prevucite ovo u obeleživače pregledača i kliknite ako na brzinu želite da obeležite veb stranicu:",
"Add to ownCloud" => "Dodaj u ownCloud",
2012-11-02 00:03:14 +01:00
"Address" => "Adresa",
2015-04-25 02:10:30 -04:00
"Filterable Tags" => "Filtrirajuće oznake",
"You have no bookmarks" => "Nemate obeleživača",
"You can also import a bookmark file" => "Možete i da uvezete fajl obeleživača",
"Bookmarklet" => "Aplet obeleživača",
"Export & Import" => "Izvoz i uvoz",
2015-01-08 02:10:18 -05:00
"Export" => "Izvezi",
"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);";