nextcloud/apps/theming/l10n/sr.js

40 lines
3.1 KiB
JavaScript
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.

OC.L10N.register(
"theming",
{
"Loading preview…" : "Учитавам преглед…",
"Saved" : "Сачувано",
"Admin" : "Администрација",
"a safe home for all your data" : "сигурно место за све Ваше податке",
"The given name is too long" : "Име је предугачко",
"The given web address is too long" : "Адреса је предугачка",
"The given slogan is too long" : "Слоган је предугачак",
"The given color is invalid" : "Задата боја није исправна",
"There is no error, the file uploaded with success" : "Нема грешке, фајл је отпремљен успешно",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Отпремани фајл превазилази смерницу upload_max_filesize у фајлу php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремани фајл превазилази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу",
"The uploaded file was only partially uploaded" : "Отпремани фајл је само делимично отпремљен",
"No file was uploaded" : "Ниједан фајл није отпремљен",
"Missing a temporary folder" : "Недостаје привремена фасцикла",
"Failed to write file to disk." : "Не могу да пишем фајл на диск",
"A PHP extension stopped the file upload." : "PHP екстензија је зауставила отпремање фајла.",
"No file uploaded" : "Ниједан фајл није отпремљен",
"Unsupported image type" : "Неподржани тип слике",
"You are already using a custom theme" : "Већ користите прилагођену тему",
"Theming" : "Теме",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Теме Вам омогућавају да лако измените изглед Ваше инстанце и подржаних клијената. Ово ће бити видљиво свим корисницима.",
"Name" : "Име",
"Reset to default" : "Ресетуј на подразумевано",
"Web address" : "Веб адреса",
"Web address https://…" : "Веб адреса https://…",
"Slogan" : "Слоган",
"Color" : "Боја",
"Logo" : "Лого",
"Upload new logo" : "Отпремите нови лого",
"Login image" : "Слика на пријави",
"Upload new login background" : "Отпремите нову позадину на пријави",
"Remove background image" : "Уклони позадину",
"reset to default" : "ресетуј на подразумевано",
"Log in image" : "Слика на пријави"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");