diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files/l10n/sr.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files/l10n/sr.js')
-rw-r--r-- | apps/files/l10n/sr.js | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js new file mode 100644 index 00000000000..a758c833ff5 --- /dev/null +++ b/apps/files/l10n/sr.js @@ -0,0 +1,52 @@ +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} већ постоји", + "Share" : "Дели", + "Delete" : "Обриши", + "Unshare" : "Укини дељење", + "Delete permanently" : "Обриши за стално", + "Rename" : "Преименуј", + "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" : "Са везе", + "Nothing in here. Upload something!" : "Овде нема ничег. Отпремите нешто!", + "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);"); |