nextcloud/l10n/sr/files.po

404 lines
11 KiB
Plaintext
Raw Normal View History

2011-09-23 21:08:02 +04:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
2012-06-06 02:29:28 +04:00
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
2013-10-27 10:32:11 +04:00
"POT-Creation-Date: 2013-10-27 02:28-0400\n"
"PO-Revision-Date: 2013-10-27 06:28+0000\n"
2013-01-04 16:23:31 +04:00
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
2012-07-30 04:05:41 +04:00
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
2011-09-23 21:08:02 +04:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr\n"
2012-09-05 04:05:39 +04:00
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2011-09-23 21:08:02 +04:00
2013-02-09 03:14:08 +04:00
#: ajax/move.php:17
#, php-format
msgid "Could not move %s - File with this name already exists"
2013-04-27 04:24:29 +04:00
msgstr "Не могу да преместим %s датотека с овим именом већ постоји"
2013-02-09 03:14:08 +04:00
#: ajax/move.php:27 ajax/move.php:30
#, php-format
msgid "Could not move %s"
2013-04-27 04:24:29 +04:00
msgstr "Не могу да преместим %s"
2013-02-09 03:14:08 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/newfile.php:56
msgid "File name cannot not be empty."
msgstr ""
#: ajax/newfile.php:62
msgid "File name must not contain \"/\". Please choose a different name."
msgstr ""
#: ajax/newfile.php:72 ajax/newfolder.php:37 lib/app.php:67
#, php-format
msgid ""
"The name %s is already used in the folder %s. Please choose a different "
"name."
msgstr ""
#: ajax/newfile.php:81
msgid "Not a valid source"
msgstr ""
#: ajax/newfile.php:94
#, php-format
msgid "Error while downloading %s to %s"
msgstr ""
#: ajax/newfile.php:127
msgid "Error when creating the file"
msgstr ""
#: ajax/newfolder.php:21
msgid "Folder name cannot not be empty."
msgstr ""
#: ajax/newfolder.php:27
msgid "Folder name must not contain \"/\". Please choose a different name."
msgstr ""
#: ajax/newfolder.php:56
msgid "Error when creating the folder"
msgstr ""
#: ajax/upload.php:18 ajax/upload.php:50
2013-06-29 04:09:10 +04:00
msgid "Unable to set upload directory."
msgstr ""
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:27
2013-06-29 04:09:10 +04:00
msgid "Invalid Token"
msgstr ""
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:64
2013-01-04 16:23:31 +04:00
msgid "No file was uploaded. Unknown error"
2013-04-27 04:24:29 +04:00
msgstr "Ниједна датотека није отпремљена услед непознате грешке"
2013-01-04 16:23:31 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:71
2011-09-25 01:12:18 +04:00
msgid "There is no error, the file uploaded with success"
2013-04-27 04:24:29 +04:00
msgstr "Није дошло до грешке. Датотека је успешно отпремљена."
2011-09-25 01:12:18 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:72
2012-12-01 03:03:27 +04:00
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
2013-04-27 04:24:29 +04:00
msgstr "Отпремљена датотека прелази смерницу upload_max_filesize у датотеци php.ini:"
2011-09-25 01:12:18 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:74
2011-09-25 01:12:18 +04:00
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
2013-04-27 04:24:29 +04:00
msgstr "Отпремљена датотека прелази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу"
2011-09-25 01:12:18 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:75
2011-09-25 01:12:18 +04:00
msgid "The uploaded file was only partially uploaded"
2013-04-27 04:24:29 +04:00
msgstr "Датотека је делимично отпремљена"
2011-09-25 01:12:18 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:76
2011-09-25 01:12:18 +04:00
msgid "No file was uploaded"
2013-04-27 04:24:29 +04:00
msgstr "Датотека није отпремљена"
2011-09-25 01:12:18 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:77
2011-09-25 01:12:18 +04:00
msgid "Missing a temporary folder"
2013-04-27 04:24:29 +04:00
msgstr "Недостаје привремена фасцикла"
2011-09-25 01:12:18 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:78
2012-05-09 14:41:01 +04:00
msgid "Failed to write to disk"
2013-04-27 04:24:29 +04:00
msgstr "Не могу да пишем на диск"
2012-05-09 14:41:01 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:96
2013-02-09 03:14:08 +04:00
msgid "Not enough storage available"
2013-04-27 04:24:29 +04:00
msgstr "Нема довољно простора"
2013-01-04 16:23:31 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:127 ajax/upload.php:153
2013-09-20 18:50:14 +04:00
msgid "Upload failed. Could not get file info."
msgstr ""
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:143
2013-09-20 18:50:14 +04:00
msgid "Upload failed. Could not find uploaded file"
msgstr ""
2013-08-30 17:38:20 +04:00
2013-10-27 10:32:11 +04:00
#: ajax/upload.php:170
2013-01-04 16:23:31 +04:00
msgid "Invalid directory."
2013-04-27 04:24:29 +04:00
msgstr "неисправна фасцикла."
2013-01-04 16:23:31 +04:00
2013-10-07 03:16:10 +04:00
#: appinfo/app.php:11
2011-09-23 21:08:02 +04:00
msgid "Files"
2013-04-27 04:24:29 +04:00
msgstr "Датотеке"
2011-09-23 21:08:02 +04:00
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:228
2013-09-20 18:50:14 +04:00
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
msgstr ""
2013-06-29 04:09:10 +04:00
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:239
2013-06-29 04:09:10 +04:00
msgid "Not enough space available"
msgstr "Нема довољно простора"
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:306
2013-06-29 04:09:10 +04:00
msgid "Upload cancelled."
msgstr "Отпремање је прекинуто."
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:340
2013-09-20 18:50:14 +04:00
msgid "Could not get result from server."
msgstr ""
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:432
2013-06-29 04:09:10 +04:00
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање."
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:511
msgid "URL cannot be empty"
msgstr ""
2013-06-29 04:09:10 +04:00
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:515 js/filelist.js:361
msgid "In the home folder 'Shared' is a reserved filename"
2013-06-29 04:09:10 +04:00
msgstr ""
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:517 js/filelist.js:363
msgid "{new_name} already exists"
msgstr "{new_name} већ постоји"
#: js/file-upload.js:576
msgid "Could not create file"
msgstr ""
2013-06-29 04:09:10 +04:00
2013-10-27 10:32:11 +04:00
#: js/file-upload.js:592
msgid "Could not create folder"
msgstr ""
#: js/fileactions.js:125
2013-04-24 19:46:20 +04:00
msgid "Share"
2013-04-27 04:24:29 +04:00
msgstr "Дели"
2013-04-24 19:46:20 +04:00
2013-10-27 10:32:11 +04:00
#: js/fileactions.js:137
2013-02-07 03:11:04 +04:00
msgid "Delete permanently"
2013-04-27 04:24:29 +04:00
msgstr "Обриши за стално"
2013-02-07 03:11:04 +04:00
2013-10-27 10:32:11 +04:00
#: js/fileactions.js:194
2012-09-22 03:18:31 +04:00
msgid "Rename"
2013-04-27 04:24:29 +04:00
msgstr "Преименуј"
2012-09-22 03:18:31 +04:00
2013-10-27 10:32:11 +04:00
#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:850
2013-02-10 03:10:29 +04:00
msgid "Pending"
2013-04-27 04:24:29 +04:00
msgstr "На чекању"
2013-02-10 03:10:29 +04:00
2013-10-27 10:32:11 +04:00
#: js/filelist.js:389
msgid "Could not rename file"
msgstr ""
2012-08-01 00:57:24 +04:00
2013-10-27 10:32:11 +04:00
#: js/filelist.js:508
2013-03-04 03:07:35 +04:00
msgid "replaced {new_name} with {old_name}"
2013-04-27 04:24:29 +04:00
msgstr "замењено {new_name} са {old_name}"
2012-08-01 00:57:24 +04:00
2013-10-27 10:32:11 +04:00
#: js/filelist.js:508
2012-09-06 04:06:37 +04:00
msgid "undo"
2013-04-27 04:24:29 +04:00
msgstr "опозови"
2012-07-30 04:05:41 +04:00
2013-10-27 10:32:11 +04:00
#: js/filelist.js:579 js/filelist.js:645 js/files.js:587
2013-08-30 17:38:20 +04:00
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
2013-10-27 10:32:11 +04:00
#: js/filelist.js:580 js/filelist.js:646 js/files.js:593
2013-08-30 17:38:20 +04:00
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
2013-10-27 10:32:11 +04:00
#: js/filelist.js:587
2013-08-30 17:38:20 +04:00
msgid "{dirs} and {files}"
msgstr ""
2013-10-27 10:32:11 +04:00
#: js/filelist.js:789 js/filelist.js:827
2013-08-15 12:53:54 +04:00
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
2013-04-08 04:18:28 +04:00
2013-09-20 18:50:14 +04:00
#: js/files.js:25
2013-01-07 03:06:32 +04:00
msgid "'.' is an invalid file name."
2013-04-27 04:24:29 +04:00
msgstr "Датотека „.“ је неисправног имена."
2013-01-07 03:06:32 +04:00
2013-10-27 10:32:11 +04:00
#: js/files.js:27
2013-01-07 03:06:32 +04:00
msgid "File name cannot be empty."
2013-04-27 04:24:29 +04:00
msgstr "Име датотеке не може бити празно."
2013-01-07 03:06:32 +04:00
2013-10-27 10:32:11 +04:00
#: js/files.js:34
2012-11-24 03:03:00 +04:00
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
2013-04-27 04:24:29 +04:00
msgstr "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *."
2012-11-24 03:03:00 +04:00
2013-10-27 10:32:11 +04:00
#: js/files.js:46
2013-01-27 03:06:21 +04:00
msgid "Your storage is full, files can not be updated or synced anymore!"
2013-04-27 04:24:29 +04:00
msgstr "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване."
2013-01-27 03:06:21 +04:00
2013-10-27 10:32:11 +04:00
#: js/files.js:50
2013-01-27 03:06:21 +04:00
msgid "Your storage is almost full ({usedSpacePercent}%)"
2013-04-27 04:24:29 +04:00
msgstr "Ваше складиште је скоро па пуно ({usedSpacePercent}%)"
2013-01-27 03:06:21 +04:00
2013-10-27 10:32:11 +04:00
#: js/files.js:63
2013-10-07 03:16:10 +04:00
msgid ""
"Encryption App is enabled but your keys are not initialized, please log-out "
"and log-in again"
msgstr ""
2013-10-27 10:32:11 +04:00
#: js/files.js:67
2013-10-07 03:16:10 +04:00
msgid ""
"Invalid private key for Encryption App. Please update your private key "
"password in your personal settings to recover access to your encrypted "
"files."
msgstr ""
2013-10-27 10:32:11 +04:00
#: js/files.js:71
2013-08-19 23:14:38 +04:00
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
2013-10-27 10:32:11 +04:00
#: js/files.js:302
2013-01-20 03:06:40 +04:00
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
2013-04-27 04:24:29 +04:00
msgstr "Припремам преузимање. Ово може да потраје ако су датотеке велике."
2012-06-06 02:29:28 +04:00
2013-10-27 10:32:11 +04:00
#: js/files.js:514 js/files.js:552
2013-09-20 18:50:14 +04:00
msgid "Error moving file"
msgstr ""
2013-10-27 10:32:11 +04:00
#: js/files.js:514 js/files.js:552
msgid "Error"
msgstr "Грешка"
2013-10-14 04:33:30 +04:00
#: js/files.js:569 templates/index.php:56
2012-09-26 15:22:37 +04:00
msgid "Name"
2013-04-27 04:24:29 +04:00
msgstr "Име"
2012-09-26 15:22:37 +04:00
2013-10-14 04:33:30 +04:00
#: js/files.js:570 templates/index.php:68
2012-06-06 02:29:28 +04:00
msgid "Size"
2013-04-27 04:24:29 +04:00
msgstr "Величина"
2012-06-06 02:29:28 +04:00
2013-10-14 04:33:30 +04:00
#: js/files.js:571 templates/index.php:70
2012-06-06 02:29:28 +04:00
msgid "Modified"
2013-04-27 04:24:29 +04:00
msgstr "Измењено"
2012-06-06 02:29:28 +04:00
2013-10-27 10:32:11 +04:00
#: lib/app.php:60
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
#: lib/app.php:88
2013-07-02 17:35:55 +04:00
#, php-format
msgid "%s could not be renamed"
msgstr ""
2013-05-15 04:02:45 +04:00
2013-10-14 04:33:30 +04:00
#: lib/helper.php:11 templates/index.php:16
2013-01-27 03:06:21 +04:00
msgid "Upload"
2013-04-27 04:24:29 +04:00
msgstr "Отпреми"
2013-01-27 03:06:21 +04:00
2011-09-23 21:08:02 +04:00
#: templates/admin.php:5
2012-05-09 14:41:01 +04:00
msgid "File handling"
2013-04-27 04:24:29 +04:00
msgstr "Управљање датотекама"
2012-05-09 14:41:01 +04:00
#: templates/admin.php:7
2011-09-23 21:08:02 +04:00
msgid "Maximum upload size"
2013-04-27 04:24:29 +04:00
msgstr "Највећа величина датотеке"
2011-09-23 21:08:02 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:10
2012-05-09 14:41:01 +04:00
msgid "max. possible: "
2013-04-27 04:24:29 +04:00
msgstr "највећа величина:"
2012-05-09 14:41:01 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:15
2012-05-09 14:41:01 +04:00
msgid "Needed for multi-file and folder downloads."
2013-04-27 04:24:29 +04:00
msgstr "Неопходно за преузимање вишеделних датотека и фасцикли."
2012-05-09 14:41:01 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:17
2012-05-09 14:41:01 +04:00
msgid "Enable ZIP-download"
2013-04-27 04:24:29 +04:00
msgstr "Омогући преузимање у ZIP-у"
2012-05-09 14:41:01 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:20
2012-05-09 14:41:01 +04:00
msgid "0 is unlimited"
2013-04-27 04:24:29 +04:00
msgstr "0 је неограничено"
2012-05-09 14:41:01 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:22
2012-05-09 14:41:01 +04:00
msgid "Maximum input size for ZIP files"
2013-04-27 04:24:29 +04:00
msgstr "Највећа величина ZIP датотека"
2012-05-09 14:41:01 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:26
2012-09-05 04:05:39 +04:00
msgid "Save"
2013-04-27 04:24:29 +04:00
msgstr "Сачувај"
2012-09-05 04:05:39 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:5
2012-01-11 04:06:59 +04:00
msgid "New"
2013-04-27 04:24:29 +04:00
msgstr "Нова"
2012-01-11 04:06:59 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:8
2012-01-11 04:06:59 +04:00
msgid "Text file"
2013-04-27 04:24:29 +04:00
msgstr "текстуална датотека"
2012-01-11 04:06:59 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:10
2012-01-11 04:06:59 +04:00
msgid "Folder"
2013-04-27 04:24:29 +04:00
msgstr "фасцикла"
2012-01-11 04:06:59 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:12
2012-11-02 03:04:59 +04:00
msgid "From link"
2013-04-27 04:24:29 +04:00
msgstr "Са везе"
2012-01-11 04:06:59 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:29
2013-02-15 03:06:50 +04:00
msgid "Deleted files"
2013-04-27 04:24:29 +04:00
msgstr "Обрисане датотеке"
2013-01-31 20:05:21 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:34
2012-05-09 14:41:01 +04:00
msgid "Cancel upload"
2013-04-27 04:24:29 +04:00
msgstr "Прекини отпремање"
2012-05-09 14:41:01 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:40
2013-10-27 10:32:11 +04:00
msgid "You dont have permission to upload or create files here"
msgstr ""
2013-03-02 03:05:42 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:45
2011-09-23 21:08:02 +04:00
msgid "Nothing in here. Upload something!"
2013-04-27 04:24:29 +04:00
msgstr "Овде нема ничег. Отпремите нешто!"
2011-09-23 21:08:02 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:62
2011-09-23 21:08:02 +04:00
msgid "Download"
2013-04-27 04:24:29 +04:00
msgstr "Преузми"
2011-09-23 21:08:02 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:75 templates/index.php:76
2013-02-10 03:10:29 +04:00
msgid "Unshare"
2013-04-27 04:24:29 +04:00
msgstr "Укини дељење"
2013-02-10 03:10:29 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:81 templates/index.php:82
2013-08-16 09:32:30 +04:00
msgid "Delete"
msgstr "Обриши"
2013-10-14 04:33:30 +04:00
#: templates/index.php:95
2011-09-23 21:08:02 +04:00
msgid "Upload too large"
2013-04-27 04:24:29 +04:00
msgstr "Датотека је превелика"
2011-09-23 21:08:02 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:97
2011-09-23 21:08:02 +04:00
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
2013-04-27 04:24:29 +04:00
msgstr "Датотеке које желите да отпремите прелазе ограничење у величини."
2011-09-23 21:08:02 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:102
2012-05-09 14:41:01 +04:00
msgid "Files are being scanned, please wait."
2013-04-27 04:24:29 +04:00
msgstr "Скенирам датотеке…"
2011-09-23 21:08:02 +04:00
2013-10-14 04:33:30 +04:00
#: templates/index.php:105
2012-05-09 14:41:01 +04:00
msgid "Current scanning"
2013-04-27 04:24:29 +04:00
msgstr "Тренутно скенирање"
2013-01-31 03:31:28 +04:00
#: templates/upgrade.php:2
msgid "Upgrading filesystem cache..."
2013-04-27 04:24:29 +04:00
msgstr "Дограђујем кеш система датотека…"