nextcloud/lib/l10n/sr.php

31 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(
"Help" => "Помоћ",
"Personal" => "Лично",
"Settings" => "Подешавања",
"Users" => "Корисници",
"Apps" => "Апликације",
"Admin" => "Администрација",
"ZIP download is turned off." => "Преузимање ЗИПа је искључено.",
"Files need to be downloaded one by one." => "Преузимање морате радити једану по једану.",
"Back to Files" => "Назад на датотеке",
"Selected files too large to generate zip file." => "Изабране датотеке су превелике да бисте правили зип датотеку.",
"Application is not enabled" => "Апликација није укључена",
"Authentication error" => "Грешка при аутентификацији",
"Token expired. Please reload page." => "Токен је истекао. Поново учитајте страну.",
"Files" => "Датотеке",
"Text" => "Текст",
"Images" => "Слике",
"seconds ago" => "пре неколико секунди",
"1 minute ago" => "пре 1 минута",
"%d minutes ago" => "%d минута раније",
"today" => "данас",
"yesterday" => "јуче",
"%d days ago" => "%d дана раније",
"last month" => "прошлог месеца",
"last year" => "прошле године",
"years ago" => "година раније",
"%s is available. Get <a href=\"%s\">more information</a>" => "%s је доступна. Погледајте <a href=\"%s\">више информација</a>",
"up to date" => "је ажурна",
"updates check is disabled" => "провера ажурирања је искључена"
);