nextcloud/apps/files/l10n/sr.js

50 lines
3.9 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(
"files",
{
"Could not move %s - File with this name already exists" : "Не могу да преместим %s датотека с овим именом већ постоји",
"Could not move %s" : "Не могу да преместим %s",
"File name cannot be empty." : "Име датотеке не може бити празно.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.",
"No file was uploaded. Unknown error" : "Ниједна датотека није отпремљена услед непознате грешке",
"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 to disk" : "Не могу да пишем на диск",
"Not enough storage available" : "Нема довољно простора",
"Invalid directory." : "неисправна фасцикла.",
"Files" : "Датотеке",
"Upload cancelled." : "Отпремање је прекинуто.",
"File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.",
"{new_name} already exists" : "{new_name} већ постоји",
"Rename" : "Преименуј",
"Delete" : "Обриши",
"Unshare" : "Укини дељење",
"Pending" : "На чекању",
"Error" : "Грешка",
"Name" : "Име",
"Size" : "Величина",
"Modified" : "Измењено",
"_%n folder_::_%n folders_" : ["","",""],
"_%n file_::_%n files_" : ["","",""],
"_Uploading %n file_::_Uploading %n files_" : ["","",""],
"Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване.",
"Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро па пуно ({usedSpacePercent}%)",
"File handling" : "Управљање датотекама",
"Maximum upload size" : "Највећа величина датотеке",
"max. possible: " : "највећа величина:",
"Save" : "Сачувај",
"WebDAV" : "WebDAV",
"New" : "Нова",
"Text file" : "текстуална датотека",
"Folder" : "фасцикла",
"From link" : "Са везе",
"Download" : "Преузми",
"Upload too large" : "Датотека је превелика",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеке које желите да отпремите прелазе ограничење у величини.",
"Files are being scanned, please wait." : "Скенирам датотеке…"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");