new file: locales/sr_RS/translations.php

new file:   locales/sr_RS@latin/translations.php
	modified:   models/config.php

Updated Serbian translation in cyrillic and latin script
This commit is contained in:
Ing. Jan Kaláb 2015-03-02 16:46:41 +01:00 committed by Miloš Jovanović
parent c83be7318f
commit 1e7201add4
4 changed files with 478 additions and 1 deletions

View File

@ -151,7 +151,7 @@ return array(
'%d hour ago' => array('před hodinou', 'před %d hodinami', 'před %d hodinami'),
'%d day ago' => array('včera', 'před %d dny', 'před %d dny'),
'%d week ago' => array('minulý týden', 'před %d týdny', 'před %d týdny'),
'%d month ago' => array('před měsícem', 'před %d měsíci', 'před %d měsíci'),,
'%d month ago' => array('před měsícem', 'před %d měsíci', 'před %d měsíci'),
'Timezone' => 'Časová zóna',
'Update all subscriptions' => 'Aktualizovat všechny odběry',
'Auto-Update URL' => 'URL automatické aktualizace',

238
locales/sr_RS/translations.php Executable file
View File

@ -0,0 +1,238 @@
<?php
return array(
'plural' => function($n) { return (($n%10==1 && $n%100!=11) ? 0 : (($n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20)) ? 1 : 2)); },
'attachment' => 'приложена датотека',
'When there is nothing to read, redirect me to this page' => 'Када нема ничег за читање, проследи ме на страницу',
'There is nothing new to read, enjoy your favorites articles!' => 'Нема ничег новог за читање, уживајте у омиљеним чланцима !',
'There is nothing new to read, enjoy your previous articles!' => 'Нема ничег новог за читање, уживајте у претходним чланцима !',
'Immediately' => 'Одмах',
'(error occurred during the last check)' => '(дошло је до грешке током претходне провере)',
'The feed id is required' => 'Потребан је идентификациони код feed-a',
'The title is required' => 'Потребан је наслов',
'The site URL is required' => 'Потребан је УРЛ сајта',
'The feed URL is required' => 'Потребан је УРЛ feed-a',
'or' => 'или',
'edit' => 'уреди',
'cancel' => 'поништи',
'Edit' => 'Уреди',
'Feed URL' => 'УРЛ feed-a',
'Website URL' => 'УРЛ сајта',
'Title' => 'Наслов',
'Edit subscription' => 'Уреди претплату',
'Unable to edit your subscription.' => 'Неуспешно уређивање претплате.',
'Your subscription has been updated.' => 'Ваша претплата је ажурирана.',
'Older items first' => 'Прво најстарије',
'Most recent first' => 'Прво најновије',
'Default sorting order for items' => 'Подразумевани ред проређивања',
'This subscription is empty, %sgo back to unread items%s' => 'Ова претплата је празна, %sвратите се на непрочитане чланке%s',
'sort by date %s(%s)%s' => 'прореди по датуму %s(%s)%s',
'most recent first' => 'прво новије',
'older first' => 'прво старије',
'Show only this subscription' => 'Покажи само ову претплату',
'Go to unread' => 'Види непрочитане',
'Go to bookmarks' => 'Види омиљене',
'Go to history' => 'Види историју',
'Go to subscriptions' => 'Види претплате',
'Go to preferences' => 'Види опције',
'Bookmarklet:' => 'Букмарклет :',
'Subscribe with Miniflux' => 'Претплати се Минифлуксом',
'Drag and drop this link to your bookmarks' => 'Превуците ову везу омиљене сајтове вашег интернет прегледача',
'Download full content' => 'Скини пун садржај',
'Downloading full content is slower because Miniflux grab the content from the original website. You should use that for subscriptions that display only a summary. This feature doesn\'t work with all websites.' =>
'Скидање пуног садржаја је спорије зато што Минифлукс мора да преузме садржај са самог сајта. Ову опцију бисте требали користити за сајтове који приказују само сижеа. Опција не ради на свим сајтовима',
'No message' => 'Нема поруке',
'flush messages' => 'исчисти све поруке',
'API' => 'АПИ',
'API endpoint:' => 'УРЛ АПИ-ja : ',
'API username:' => 'Корисничко име за АПИ: ',
'API token:' => 'Кључ за АПИ : ',
'Generate new tokens' => 'Генериши нове кључеве',
'Bookmarks RSS Feed:' => 'RSS feed омиљених претплата:',
'updated just now' => 'ажурирано управо сада',
'checked at' => 'проверено',
'never updated after creation' => 'никад ажурирано после стварања',
'Subscription disabled' => 'Претплата искључена',
'content downloaded' => 'садржај скинут',
'in progress...' => 'у току...',
'unable to fetch content' => 'неуспешно скидање чланка',
'Download content' => 'Скини садржај',
'download content' => 'скини садржај',
'Help' => 'Помоћ',
'Theme' => 'Тема',
'Items per page' => 'Број ставки по страници',
'Previous page' => 'Претходна страна',
'Next page' => 'Следећа страна',
'Do not fetch the content of articles' => 'Не скидај садржаје чланака',
'Remove automatically read items' => 'Аутоматски уклони прочитане ставке',
'Never' => 'Никад',
'After %d day' => array('После %d дан', 'После %d дана', 'После %d дана'),
'unread' => 'непрочитани',
'Unread' => 'Непрочитани',
'bookmark' => 'додај у омиљене',
'remove bookmark' => 'обриши из омиљених',
'bookmarks' => 'омиљени',
'Bookmarks' => 'Омиљени',
'Bookmark item' => 'Додај ставку у омиљене',
'No bookmark' => 'Нема омиљених',
'history' => 'историја',
'subscriptions' => 'претплате',
'Subscriptions' => 'Претплате',
'preferences' => 'опције',
'Preferences' => 'Опције',
'logout' => 'испиши се',
'Username' => 'Корисничко име',
'Password' => 'Лозинка',
'Confirmation' => 'Потврда лозинке',
'Language' => 'Језик',
'Save' => 'Сачувај',
'Database size:' => 'Величина базе података :',
'Optimize the database' => 'Оптимизирај базу података',
'(VACUUM command)' => '(команда SQL VACUUM)',
'Download the entire database' => 'Преузми целу базу података',
'(Gzip compressed Sqlite file)' => '(Датотека Sqlite компресована у Gzip формату)',
'Keyboard shortcuts' => 'Пречице на тастатури',
'Previous item' => 'Претходна ставка',
'Next item' => 'Следећа ставка',
'Mark as read or unread' => 'Означи прочитаним или непрочитаним',
'Open original link' => 'Отвори оригинални линк',
'Open item' => 'Отвори ставку',
'About' => 'О програму',
'Miniflux version:' => 'Верзија Минифлукса :',
'Nothing to read' => 'Нема ничег за читање',
'mark all as read' => 'обележи све прочитаним',
'original link' => 'оригинални линк',
'mark as read' => 'обележи прочитаним',
'No history' => 'Нема историје',
'mark as unread' => 'обележи непрочитаним',
'History' => 'Историја',
'flush all items' => 'обриши све ставке',
'Item not found' => 'Ставка није нађена',
'Next' => 'Следећа',
'Previous' => 'Претходна',
'Sign in' => 'Упиши се',
'feeds' => 'претплате',
'add' => 'додај',
'import' => 'увези',
'export' => 'извези',
'OPML Import' => 'Увези OPML',
'OPML file' => 'OPML датотека',
'Import' => 'Увези',
'refresh all' => 'освежи све',
'No subscription' => 'Нема претплате',
'remove' => 'уклони',
'Remove' => 'Уклони',
'refresh' => 'освежи',
'New subscription' => 'Нова претплата',
'Website or Feed URL' => 'УРЛ сајта или feed-a',
'Add' => 'Додај',
'http://website/' => 'http://веб-сајт/',
'Official website:' => 'Званични сајт:',
'Bad username or password' => 'Погрешно корисничко име или лозинка',
'Unable to update your preferences.' => 'Неуспешно ажурирање опција.',
'Your preferences are updated.' => 'Опције су ажуриране.',
'Unable to import your OPML file.' => 'Неуспешно увожење OPML датотеке',
'Your feeds have been imported.' => 'Ваше претплате су увежене.',
'Unable to find a subscription.' => 'Неуспешно налажење претплате.',
'Subscription added successfully.' => 'Претплата је успешно додата.',
'Your subscriptions are updated' => 'Ваше претплате су ажуриране',
'Unable to remove this subscription.' => 'Не могу уклонити претплату.',
'This subscription has been removed successfully.' => 'Претплата је успешно уклоњена.',
'The user name is required' => 'Корисничко име је обавезно',
'The maximum length is 50 characters' => 'Максимална дужина је 50 симбола',
'The password is required' => 'Лозинка је обавезна',
'The minimum length is 6 characters' => 'Минимална дужина је 6 симбола',
'The confirmation is required' => 'Потврда је обавезна',
'Passwords don\'t match' => 'Лозинке нису исте',
'Do you really want to remove these items from your history?' => 'Да ли стварно желите да уклоните ове ставке из ваше историје ?',
'Do you really want to remove this subscription: "%s"?' => 'Да ли стварно желите да уклоните ову претплату : « %s » ?',
'Nothing to read, do you want to %supdate your subscriptions%s?' => 'Нема ничег за читање, желите ли да %sажурирате ваше претплате?%s ?',
'Show help' => 'Покажи помоћ',
'Close help' => 'Затвори помоћ',
'%d second ago' => array('Пре %d секунду', 'Пре %d секунде', 'Пре %d секунди'),
'%d minute ago' => array('Пре %d минут', 'Пре %d минута', 'Пре %d минута'),
'%d hour ago' => array('Пре %d сат', 'Пре %d сата', 'Пре %d сати'),
'%d day ago' => array('Пре %d дан', 'Пре %d дана', 'Пре %d дана'),
'%d week ago' => array('Пре %d седмицу', 'Пре %d седмице', 'Пре %d седмица'),
'%d month ago' => array('Пре %d месец', 'Пре %d месеца', 'Пре %d месеци'),
'Timezone' => 'Временска зона',
'Update all subscriptions' => 'Ажурирај све претплате',
'Auto-Update URL' => 'УРЛ за аутоматско ажурирање',
'Update Miniflux' => 'Ажурирај Минифлукс',
'Miniflux is updated!' => 'Минифлукс је успешно ажуриран !',
'Unable to update Miniflux, check the console for errors.' => 'Неуспешно ажурирање Минифлукса, проверите конзолу за списак грешака.',
'Don\'t forget to backup your database' => 'Не заборавите да бекапујете базу података',
'The name must have only alpha-numeric characters' => 'Име може садржати само бројеве или слова',
'New database' => 'Нова база података',
'Database name' => 'Име базе података',
'Default database' => 'Подразумевана база података',
'Select another database' => 'Изабери другу базу података',
'The database name is required' => 'Име базе података је обавезно',
'Database created successfully.' => 'База података је успешно створена.',
'Unable to create the new database.' => 'Неуспешно стварање нове базе података.',
'Add a new database (new user)' => 'Додај нову базу података (нов/а корисник/ца)',
'Create' => 'Створи',
'Unknown' => 'Непознато',
'Remember Me' => 'Запамти ме',
'Display items on lists' => 'Прикажи чланке као списак',
'Summaries' => 'Сижеа',
'Full contents' => 'Пуних садржаја',
'Force RTL mode (Right-to-left language)' => 'Форсирај читање с десног на лево',
'Activated' => 'Укључена',
'Remove this feed' => 'Уклони ову претплату',
'Miniflux' => 'Минифлукс',
'mini%sflux%s' => 'мини%sфлукс%s',
'All' => 'Све',
'Advanced' => 'Напредне опције',
'Documentation' => 'Документација',
'Installation instructions' => 'Упутство за инсталацију',
'Upgrade to a new version' => 'Ажурирај на нову верзију',
'Cronjob' => 'Ажурирај претплате аутоматски користећи cron',
'Advanced configuration' => 'Напредна подешавања',
'Full article download' => 'Скидање пуног садржаја чланака',
'Multiple users' => 'Више корисника/ца',
'Themes' => 'Теме',
'Json-RPC API' => 'АПИ Json-RPC',
'Fever API' => 'Fever',
'Translations' => 'Преводи',
'Run Miniflux with Docker' => 'Користи Минифлукс кроз Docker',
'FAQ' => 'ЧПП (Често постављана питања)',
'settings' => 'опције',
'help' => 'помоћ',
'api' => 'апи',
'about' => 'о програму',
'This action will update Miniflux with the last development version, are you sure?' => 'Ова акција ће ажурирати Минифлукс на најновију развојну верију, да ли сте сигурни?',
'database' => 'база података',
'Console' => 'Конзола',
'Miniflux API' => 'АПИ Минифлукса',
'menu' => 'мени',
'Default' => 'Основна',
'Value required' => 'Захтева се унос вредности',
'Must be an integer' => 'Мора бити цели број',
'Remove automatically unread items' => 'Аутоматски уклони непрочитане ставке',
'Toggle RTL mode' => 'Укључи/искључи мод с-десна-на-лево',
'external services' => 'спољни сервиси',
'Send bookmarks to Pinboard' => 'Пошаљи омиљене ставке на Pinboard',
'Pinboard API token' => 'Жетон за приступ Pinboard-у',
'Pinboard tags' => 'Ознаке Pinboard-а',
'Instapaper username' => 'Корисничко име на Instapaper-у',
'Instapaper password' => 'Лозинка на Instapaper-у',
'Instapaper' => 'Instapaper',
'Pinboard' => 'Pinboard',
'Send bookmarks to Instapaper' => 'Пошаљи омиљене ставке на Instapaper',
'Authentication' => 'Пријављивање',
'Reading' => 'Читање',
'Application' => 'Апликација',
'Enable image proxy' => 'Активирај прокси за слике',
'Avoid mixed content warnings with HTTPS' => 'Избегавај упозорења о помешаном садржају када се користи HTTPS',
'Download favicons' => 'Скидај иконице веб сајтова',
'general' => 'опште',
'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => 'Дошло је до грењке током последње провере. Освежите feed ручно и проверите %sконзолу%s после тога!',
'Refresh interval in minutes for unread counter' => 'Број минута после којих се освежава бројач непрочитаних ставки',
'Nothing to show. Enable the debug mode to see log messages.' => 'Овде нема ничег. Активирајте мод за дебаговање да бисте видели поруке дневника.',
'Enable debug mode' => 'Активирај мод за дебаговање',
'Original link marks article as read' => 'Клик на оригиналну везу обележава чланак прочитаним',
'Cloak the image referrer' => 'Прикривај рефератора слика',
'Bookmarklet' => 'Букмарклет',
'Bookmark RSS Feed' => 'RSS feed омиљених чланака',
);

View File

@ -0,0 +1,238 @@
<?php
return array(
'plural' => function($n) { return (($n%10==1 && $n%100!=11) ? 0 : (($n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20)) ? 1 : 2)); },
'attachment' => 'priložena datoteka',
'When there is nothing to read, redirect me to this page' => 'Kada nema ničeg za čitanje, prosledi me na stranicu',
'There is nothing new to read, enjoy your favorites articles!' => 'Nema ničeg novog za čitanje, uživajte u omiljenim člancima !',
'There is nothing new to read, enjoy your previous articles!' => 'Nema ničeg novog za čitanje, uživajte u prethodnim člancima !',
'Immediately' => 'Odmah',
'(error occurred during the last check)' => '(došlo je do greške tokom prethodne provere)',
'The feed id is required' => 'Potreban je identifikacioni kod feed-a',
'The title is required' => 'Potreban je naslov',
'The site URL is required' => 'Potreban je URL sajta',
'The feed URL is required' => 'Potreban je URL feed-a',
'or' => 'ili',
'edit' => 'uredi',
'cancel' => 'poništi',
'Edit' => 'Uredi',
'Feed URL' => 'URL feed-a',
'Website URL' => 'URL sajta',
'Title' => 'Naslov',
'Edit subscription' => 'Uredi pretplatu',
'Unable to edit your subscription.' => 'Neuspešno uređivanje pretplate.',
'Your subscription has been updated.' => 'Vaša pretplata je ažurirana.',
'Older items first' => 'Prvo najstarije',
'Most recent first' => 'Prvo najnovije',
'Default sorting order for items' => 'Podrazumevani red proređivanja',
'This subscription is empty, %sgo back to unread items%s' => 'Ova pretplata je prazna, %svratite se na nepročitane članke%s',
'sort by date %s(%s)%s' => 'proredi po datumu %s(%s)%s',
'most recent first' => 'prvo novije',
'older first' => 'prvo starije',
'Show only this subscription' => 'Pokaži samo ovu pretplatu',
'Go to unread' => 'Vidi nepročitane',
'Go to bookmarks' => 'Vidi omiljene',
'Go to history' => 'Vidi istoriju',
'Go to subscriptions' => 'Vidi pretplate',
'Go to preferences' => 'Vidi opcije',
'Bookmarklet:' => 'Bukmarklet :',
'Subscribe with Miniflux' => 'Pretplati se Minifluksom',
'Drag and drop this link to your bookmarks' => 'Prevucite ovu vezu omiljene sajtove vašeg internet pregledača',
'Download full content' => 'Skini pun sadržaj',
'Downloading full content is slower because Miniflux grab the content from the original website. You should use that for subscriptions that display only a summary. This feature doesn\'t work with all websites.' =>
'Skidanje punog sadržaja je sporije zato što Minifluks mora da preuzme sadržaj sa samog sajta. Ovu opciju biste trebali koristiti za sajtove koji prikazuju samo sižea. Opcija ne radi na svim sajtovima',
'No message' => 'Nema poruke',
'flush messages' => 'isčisti sve poruke',
'API' => 'API',
'API endpoint:' => 'URL API-ja : ',
'API username:' => 'Korisničko ime za API: ',
'API token:' => 'Ključ za API : ',
'Generate new tokens' => 'Generiši nove ključeve',
'Bookmarks RSS Feed:' => 'RSS feed omiljenih pretplata:',
'updated just now' => 'ažurirano upravo sada',
'checked at' => 'provereno',
'never updated after creation' => 'nikad ažurirano posle stvaranja',
'Subscription disabled' => 'Pretplata isključena',
'content downloaded' => 'sadržaj skinut',
'in progress...' => 'u toku...',
'unable to fetch content' => 'neuspešno skidanje članka',
'Download content' => 'Skini sadržaj',
'download content' => 'skini sadržaj',
'Help' => 'Pomoć',
'Theme' => 'Tema',
'Items per page' => 'Broj stavki po stranici',
'Previous page' => 'Prethodna strana',
'Next page' => 'Sledeća strana',
'Do not fetch the content of articles' => 'Ne skidaj sadržaje članaka',
'Remove automatically read items' => 'Automatski ukloni pročitane stavke',
'Never' => 'Nikad',
'After %d day' => array('Posle %d dan', 'Posle %d dana', 'Posle %d dana'),
'unread' => 'nepročitani',
'Unread' => 'Nepročitani',
'bookmark' => 'dodaj u omiljene',
'remove bookmark' => 'obriši iz omiljenih',
'bookmarks' => 'omiljeni',
'Bookmarks' => 'Omiljeni',
'Bookmark item' => 'Dodaj stavku u omiljene',
'No bookmark' => 'Nema omiljenih',
'history' => 'istorija',
'subscriptions' => 'pretplate',
'Subscriptions' => 'Pretplate',
'preferences' => 'opcije',
'Preferences' => 'Opcije',
'logout' => 'ispiši se',
'Username' => 'Korisničko ime',
'Password' => 'Lozinka',
'Confirmation' => 'Potvrda lozinke',
'Language' => 'Jezik',
'Save' => 'Sačuvaj',
'Database size:' => 'Veličina baze podataka :',
'Optimize the database' => 'Optimiziraj bazu podataka',
'(VACUUM command)' => '(komanda SQL VACUUM)',
'Download the entire database' => 'Preuzmi celu bazu podataka',
'(Gzip compressed Sqlite file)' => '(Datoteka Sqlite kompresovana u Gzip formatu)',
'Keyboard shortcuts' => 'Prečice na tastaturi',
'Previous item' => 'Prethodna stavka',
'Next item' => 'Sledeća stavka',
'Mark as read or unread' => 'Označi pročitanim ili nepročitanim',
'Open original link' => 'Otvori originalni link',
'Open item' => 'Otvori stavku',
'About' => 'O programu',
'Miniflux version:' => 'Verzija Minifluksa :',
'Nothing to read' => 'Nema ničeg za čitanje',
'mark all as read' => 'obeleži sve pročitanim',
'original link' => 'originalni link',
'mark as read' => 'obeleži pročitanim',
'No history' => 'Nema istorije',
'mark as unread' => 'obeleži nepročitanim',
'History' => 'Istorija',
'flush all items' => 'obriši sve stavke',
'Item not found' => 'Stavka nije nađena',
'Next' => 'Sledeća',
'Previous' => 'Prethodna',
'Sign in' => 'Upiši se',
'feeds' => 'pretplate',
'add' => 'dodaj',
'import' => 'uvezi',
'export' => 'izvezi',
'OPML Import' => 'Uvezi OPML',
'OPML file' => 'OPML datoteka',
'Import' => 'Uvezi',
'refresh all' => 'osveži sve',
'No subscription' => 'Nema pretplate',
'remove' => 'ukloni',
'Remove' => 'Ukloni',
'refresh' => 'osveži',
'New subscription' => 'Nova pretplata',
'Website or Feed URL' => 'URL sajta ili feed-a',
'Add' => 'Dodaj',
'http://website/' => 'http://veb-sajt/',
'Official website:' => 'Zvanični sajt:',
'Bad username or password' => 'Pogrešno korisničko ime ili lozinka',
'Unable to update your preferences.' => 'Neuspešno ažuriranje opcija.',
'Your preferences are updated.' => 'Opcije su ažurirane.',
'Unable to import your OPML file.' => 'Neuspešno uvoženje OPML datoteke',
'Your feeds have been imported.' => 'Vaše pretplate su uvežene.',
'Unable to find a subscription.' => 'Neuspešno nalaženje pretplate.',
'Subscription added successfully.' => 'Pretplata je uspešno dodata.',
'Your subscriptions are updated' => 'Vaše pretplate su ažurirane',
'Unable to remove this subscription.' => 'Ne mogu ukloniti pretplatu.',
'This subscription has been removed successfully.' => 'Pretplata je uspešno uklonjena.',
'The user name is required' => 'Korisničko ime je obavezno',
'The maximum length is 50 characters' => 'Maksimalna dužina je 50 simbola',
'The password is required' => 'Lozinka je obavezna',
'The minimum length is 6 characters' => 'Minimalna dužina je 6 simbola',
'The confirmation is required' => 'Potvrda je obavezna',
'Passwords don\'t match' => 'Lozinke nisu iste',
'Do you really want to remove these items from your history?' => 'Da li stvarno želite da uklonite ove stavke iz vaše istorije ?',
'Do you really want to remove this subscription: "%s"?' => 'Da li stvarno želite da uklonite ovu pretplatu : « %s » ?',
'Nothing to read, do you want to %supdate your subscriptions%s?' => 'Nema ničeg za čitanje, želite li da %sažurirate vaše pretplate?%s ?',
'Show help' => 'Pokaži pomoć',
'Close help' => 'Zatvori pomoć',
'%d second ago' => array('Pre %d sekundu', 'Pre %d sekunde', 'Pre %d sekundi'),
'%d minute ago' => array('Pre %d minut', 'Pre %d minuta', 'Pre %d minuta'),
'%d hour ago' => array('Pre %d sat', 'Pre %d sata', 'Pre %d sati'),
'%d day ago' => array('Pre %d dan', 'Pre %d dana', 'Pre %d dana'),
'%d week ago' => array('Pre %d sedmicu', 'Pre %d sedmice', 'Pre %d sedmica'),
'%d month ago' => array('Pre %d mesec', 'Pre %d meseca', 'Pre %d meseci'),
'Timezone' => 'Vremenska zona',
'Update all subscriptions' => 'Ažuriraj sve pretplate',
'Auto-Update URL' => 'URL za automatsko ažuriranje',
'Update Miniflux' => 'Ažuriraj Minifluks',
'Miniflux is updated!' => 'Minifluks je uspešno ažuriran !',
'Unable to update Miniflux, check the console for errors.' => 'Neuspešno ažuriranje Minifluksa, proverite konzolu za spisak grešaka.',
'Don\'t forget to backup your database' => 'Ne zaboravite da bekapujete bazu podataka',
'The name must have only alpha-numeric characters' => 'Ime može sadržati samo brojeve ili slova',
'New database' => 'Nova baza podataka',
'Database name' => 'Ime baze podataka',
'Default database' => 'Podrazumevana baza podataka',
'Select another database' => 'Izaberi drugu bazu podataka',
'The database name is required' => 'Ime baze podataka je obavezno',
'Database created successfully.' => 'Baza podataka je uspešno stvorena.',
'Unable to create the new database.' => 'Neuspešno stvaranje nove baze podataka.',
'Add a new database (new user)' => 'Dodaj novu bazu podataka (nov/a korisnik/ca)',
'Create' => 'Stvori',
'Unknown' => 'Nepoznato',
'Remember Me' => 'Zapamti me',
'Display items on lists' => 'Prikaži članke kao spisak',
'Summaries' => 'Sižea',
'Full contents' => 'Punih sadržaja',
'Force RTL mode (Right-to-left language)' => 'Forsiraj čitanje s desnog na levo',
'Activated' => 'Uključena',
'Remove this feed' => 'Ukloni ovu pretplatu',
'Miniflux' => 'Minifluks',
'mini%sflux%s' => 'mini%sfluks%s',
'All' => 'Sve',
'Advanced' => 'Napredne opcije',
'Documentation' => 'Dokumentacija',
'Installation instructions' => 'Uputstvo za instalaciju',
'Upgrade to a new version' => 'Ažuriraj na novu verziju',
'Cronjob' => 'Ažuriraj pretplate automatski koristeći cron',
'Advanced configuration' => 'Napredna podešavanja',
'Full article download' => 'Skidanje punog sadržaja članaka',
'Multiple users' => 'Više korisnika/ca',
'Themes' => 'Teme',
'Json-RPC API' => 'API Json-RPC',
'Fever API' => 'Fever',
'Translations' => 'Prevodi',
'Run Miniflux with Docker' => 'Koristi Miniflus kroz Docker',
'FAQ' => 'ČPP (Često postavljana pitanja)',
'settings' => 'opcije',
'help' => 'pomoć',
'api' => 'api',
'about' => 'o programu',
'This action will update Miniflux with the last development version, are you sure?' => 'Ova akcija će ažurirati Minifluks na najnoviju razvojnu veriju, da li ste sigurni?',
'database' => 'baza podataka',
'Console' => 'Konzola',
'Miniflux API' => 'API Minifluksa',
'menu' => 'meni',
'Default' => 'Osnovna',
'Value required' => 'Zahteva se unos vrednosti',
'Must be an integer' => 'Mora biti celi broj',
'Remove automatically unread items' => 'Automatski ukloni nepročitane stavke',
'Toggle RTL mode' => 'Uključi/isključi mod s-desna-na-levo',
'external services' => 'spoljni servisi',
'Send bookmarks to Pinboard' => 'Pošalji omiljene stavke na Pinboard',
'Pinboard API token' => 'Žeton za pristup Pinboard-u',
'Pinboard tags' => 'Oznake Pinboard-a',
'Instapaper username' => 'Korisničko ime na Instapaper-u',
'Instapaper password' => 'Lozinka na Instapaper-u',
'Instapaper' => 'Instapaper',
'Pinboard' => 'Pinboard',
'Send bookmarks to Instapaper' => 'Pošalji omiljene stavke na Instapaper',
'Authentication' => 'Prijavljivanje',
'Reading' => 'Čitanje',
'Application' => 'Aplikacija',
'Enable image proxy' => 'Aktiviraj proksi za slike',
'Avoid mixed content warnings with HTTPS' => 'Izbegavaj upozorenja o pomešanom sadržaju kada se koristi HTTPS',
'Download favicons' => 'Skidaj ikonice veb sajtova',
'general' => 'opšte',
'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => 'Došlo je do grenjke tokom poslednje provere. Osvežite feed ručno i proverite %skonzolu%s posle toga!',
'Refresh interval in minutes for unread counter' => 'Broj minuta posle kojih se osvežava brojač nepročitanih stavki',
'Nothing to show. Enable the debug mode to see log messages.' => 'Ovde nema ničeg. Aktivirajte mod za debagovanje da biste videli poruke dnevnika.',
'Enable debug mode' => 'Aktiviraj mod za debagovanje',
'Original link marks article as read' => 'Klik na originalnu vezu obeležava članak pročitanim',
'Cloak the image referrer' => 'Prikrivaj referatora slika',
'Bookmarklet' => 'Bukmarklet',
'Bookmark RSS Feed' => 'RSS feed omiljenih članaka',
);

View File

@ -88,6 +88,7 @@ function get_languages()
'it_IT' => 'Italiano',
'pt_BR' => 'Português',
'zh_CN' => '简体中国',
'sr_RS' => 'српски',
);
}