summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sr.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/sr.js')
-rw-r--r--apps/files/l10n/sr.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index 1553d831d6f..98e4314c692 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -188,6 +188,8 @@ OC.L10N.register(
"Could not rename \"{oldName}\", it does not exist any more" : "Не може да се промени име фајла „{fileName}” јер фајл више не постоји",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Назив „{targetName}” се већ користи у директоријуму „{dir}”. Молимо вас да изаберете неко друго име.",
"Could not rename \"{oldName}\"" : "Не може да се промени име фајла „{fileName}”",
+ "Could not copy {file}. {message}" : "{file} не може да се копира. {message}",
+ "Could not move {file}. {message}" : "{file} не може да се премести. {message}",
"Total rows summary" : "Резиме укупног броја редова",
"\"{displayName}\" failed on some elements " : "„{displayName}” није успело на неким елементима",
"\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила",
@@ -249,8 +251,16 @@ OC.L10N.register(
"Blank" : "Празно",
"Unable to create new file from template" : "Из шаблона није могао да се креира нови фајл",
"Delete permanently" : "Обриши заувек",
+ "Destination is not a folder" : "Одредиште није фолдер",
+ "This file/folder is already in that directory" : "Овај фајл/фолдер се већ налази у том директоријуму",
+ "You cannot move a file/folder onto itself or into a subfolder of itself" : "Фајл/фолдер не можете да преместите у самог себе или у његов подфолдер",
+ "A file or folder with that name already exists in this folder" : "У овом фолдеру већ постоји фајл или фолдер са тим именом",
+ "The files is locked" : "Фајл је закључан",
+ "The file does not exist anymore" : "Фајл више не постоји",
+ "Chose destination" : "Изаберите одредиште",
"Copy to {target}" : "Копирај у {target}",
"Move to {target}" : "Премести у {target}",
+ "Cancelled move or copy operation" : "Операција премештања или копирања је отказана",
"Open folder {displayName}" : "Отвори фолдер {displayName}",
"Open in Files" : "Отвори у Фајловима",
"Open details" : "Отвори детаље",
@@ -259,6 +269,11 @@ OC.L10N.register(
"Templates" : "Шаблони",
"Create new templates folder" : "Креирај нови фолдер шаблона",
"Unable to initialize the templates directory" : "Фолдер са шаблонима није могао да се иницијализује",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} фолдер","{folderCount} фолдера","{folderCount} фолдера"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} фајл","{fileCount} фајла","{fileCount} фајлова"],
+ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 фајл и {folderCount} фолдер","1 фајл и {folderCount} фолдера","1 фајл и {folderCount} фолдера"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} фајл и 1 фолдер","{fileCount} фајла и 1 фолдер","{fileCount} фајлова и 1 фолдер"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} фајлова и {folderCount} фолдера",
"List of favorites files and folders." : "Листа омиљених фајлова и директоријума.",
"No favorites yet" : "Још нема омиљених",
"Files and folders you mark as favorite will show up here" : "Фајлови и фасцикле које обележите као омиљене појавиће се овде",