Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/sr.php')
-rw-r--r--apps/files/l10n/sr.php51
1 files changed, 0 insertions, 51 deletions
diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php
deleted file mode 100644
index 99a98fbd6df..00000000000
--- a/apps/files/l10n/sr.php
+++ /dev/null
@@ -1,51 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"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_" => array("","",""),
-"_%n file_::_%n files_" => array("","",""),
-"_Uploading %n file_::_Uploading %n files_" => array("","",""),
-"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." => "Скенирам датотеке…"
-);
-$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);";