1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/sr.php
2014-11-28 02:10:17 -05:00

33 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Bookmarks" => "Обележивачи",
"Bookm." => "Обележ.",
"Unsupported file type for import" => "Неподржана врста датотеке за увоз",
"Error" => "Грешка",
"Filter by tag" => "Филтрирај по ознаци",
"Warning" => "Упозорење",
"Tags" => "Ознаке",
"Are you sure you want to remove this tag from every entry?" => "Желите ли да уклоните ову ознаку из сваког уноса?",
"Import error" => "Грешка импортовања",
"Import completed successfully." => "Увоз је успешно завршен.",
"Uploading..." => "Отпремам…",
"Add a bookmark" => "Додај обележивач",
"The title of the page" => "Наслов странице",
"The address of the page" => "Адреса странице",
"Description of the page" => "Опис странице",
"Save" => "Сачувај",
"Delete" => "Обриши",
"Edit" => "Уреди",
"Cancel" => "Откажи",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Превуците ово у прегледач и кликните ако на брзину желите да обележите веб страницу:",
"Add to ownCloud" => "Додај до ownCloud-у",
"Address" => "Адреса",
"Add" => "Додај",
"You have no bookmarks" => "Немате обележиваче",
"Bookmarklet" => "Активан обележивач",
"Export & Import" => "Извоз и увоз",
"Export" => "Извези",
"Import" => "Увези"
);
$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);";