diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 74bf55b7f4c0946b6a2769f8423ffa3eaa99e814..0bde52d47b812fccc8848e6b981e83dad08f6e3f 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -25,7 +25,7 @@ OC.L10N.register(
     "There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito",
     "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:",
     "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML",
-    "The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente",
+    "The uploaded file was only partially uploaded" : "El archivo cargado sólo se ha subido parcialmente",
     "No file was uploaded" : "No se subió ningún archivo",
     "Missing a temporary folder" : "Falta la carpeta temporal",
     "Failed to write to disk" : "Falló al escribir al disco",
@@ -67,7 +67,7 @@ OC.L10N.register(
     "Modified" : "Modificado",
     "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
     "_%n file_::_%n files_" : ["%n archivo","%n archivos"],
-    "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.",
+    "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí.",
     "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
     "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
     "Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!",
@@ -110,7 +110,7 @@ OC.L10N.register(
     "Folder" : "Carpeta",
     "From link" : "Desde enlace",
     "Upload" : "Subir",
-    "Cancel upload" : "Cancelar subida",
+    "Cancel upload" : "Cancelar la subida",
     "No files yet" : "Aún no hay archivos",
     "Upload some content or sync with your devices!" : "Suba contenidos o sincronice sus dispositivos.",
     "No entries found in this folder" : "No hay entradas en esta carpeta",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index c825fd460d32ece2f60b6966c7f945680544fae2..ae1d7d9e85a80bbbbcc804b91bd6fc759e464a80 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -23,7 +23,7 @@
     "There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito",
     "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:",
     "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML",
-    "The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente",
+    "The uploaded file was only partially uploaded" : "El archivo cargado sólo se ha subido parcialmente",
     "No file was uploaded" : "No se subió ningún archivo",
     "Missing a temporary folder" : "Falta la carpeta temporal",
     "Failed to write to disk" : "Falló al escribir al disco",
@@ -65,7 +65,7 @@
     "Modified" : "Modificado",
     "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
     "_%n file_::_%n files_" : ["%n archivo","%n archivos"],
-    "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.",
+    "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí.",
     "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
     "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
     "Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!",
@@ -108,7 +108,7 @@
     "Folder" : "Carpeta",
     "From link" : "Desde enlace",
     "Upload" : "Subir",
-    "Cancel upload" : "Cancelar subida",
+    "Cancel upload" : "Cancelar la subida",
     "No files yet" : "Aún no hay archivos",
     "Upload some content or sync with your devices!" : "Suba contenidos o sincronice sus dispositivos.",
     "No entries found in this folder" : "No hay entradas en esta carpeta",
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index c36462c1807799d9d71578e16cce369e5768901c..e21d65aeba31b3f6b65f04a6f1eb0fc20851668f 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -4,62 +4,121 @@ OC.L10N.register(
     "Storage not available" : "Складиште није доступно",
     "Storage invalid" : "Неисправно складиште",
     "Unknown error" : "Непозната грешка",
-    "Could not move %s - File with this name already exists" : "Не могу да преместим %s – фајл овог имена већ постоји",
+    "Could not move %s - File with this name already exists" : "Не могу да преместим %s – фајл са овим називом већ постоји",
     "Could not move %s" : "Не могу да преместим %s",
     "Permission denied" : "Приступ одбијен",
-    "File name cannot be empty." : "Име фајла не може бити празно.",
-    "\"%s\" is an invalid file name." : "„%s“ није исправно име фајла.",
-    "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неисправно име, знакови ’\\‘, ’/‘, ’<‘, ’>‘, ’:‘, ’\"‘, ’|‘, ’?‘ и ’*‘ нису дозвољени.",
-    "The target folder has been moved or deleted." : "Одредишна фасцикла је померена или обрисана.",
-    "The name %s is already used in the folder %s. Please choose a different name." : "Име %s се већ користи у фасцикли %s. Одредите друго име.",
+    "File name cannot be empty." : "Назив фајла не може бити празан.",
+    "\"%s\" is an invalid file name." : "„%s“ није исправан назив фајла.",
+    "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неисправан назив. Знакови \\, /, <, >, :, \", |, ? и * нису дозвољени.",
+    "The target folder has been moved or deleted." : "Одредишна фасцикла је премештена или обрисана.",
+    "The name %s is already used in the folder %s. Please choose a different name." : "Назив %s се већ користи у фасцикли %s. Одредите други назив.",
     "Not a valid source" : "Није исправан извор",
+    "Server is not allowed to open URLs, please check the server configuration" : "Серверу није дозвољено да отвара УРЛ. Проверите поставу сервера",
+    "The file exceeds your quota by %s" : "Фајл превазилази вашу квоту за %s",
+    "Error while downloading %s to %s" : "Грешка при преузимању %s у %s",
+    "Error when creating the file" : "Грешка при стварању фајла",
+    "Folder name cannot be empty." : "Назив фасцикле не може бити празан",
+    "Error when creating the folder" : "Грешка при стварању фајла",
+    "Unable to set upload directory." : "Не могу да поставим директоријум за отпремање.",
     "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" : "Датотека није отпремљена",
+    "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 која је наведена у ХТМЛ обрасцу",
+    "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." : "неисправна фасцикла.",
+    "Upload failed. Could not find uploaded file" : "Неуспешно отпремање. Не могу да нађем отпремљени фајл",
+    "Upload failed. Could not get file info." : "Неуспешно отпремање. Не могу да добијем податке о фајлу.",
+    "Invalid directory." : "Неисправна фасцикла.",
     "Files" : "Фајлови",
     "All files" : "Сви фајлови",
+    "Favorites" : "Омиљени",
     "Home" : "Почетна",
-    "Upload cancelled." : "Отпремање је прекинуто.",
-    "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.",
+    "Unable to upload {filename} as it is a directory or has 0 bytes" : "Не могу да отпремим {filename} јер је то директоријум или има 0 бајтова",
+    "Total file size {size1} exceeds upload limit {size2}" : "Величина {size1} превазилази ограничење за отпремање од {size2}",
+    "Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало",
+    "Upload cancelled." : "Отпремање је отказано.",
+    "Could not get result from server." : "Не могу да добијем резултат са сервера.",
+    "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање фајла је у току. Ако сада напустите страницу, отказаћете отпремање.",
+    "URL cannot be empty" : "УРЛ не може бити празан",
     "{new_name} already exists" : "{new_name} већ постоји",
+    "Could not create file" : "Не могу да створим фајл",
+    "Could not create folder" : "Не могу да створим фасциклу",
+    "Error fetching URL" : "Грешка при довлачењу УРЛ-а",
     "Rename" : "Преименуј",
     "Delete" : "Обриши",
-    "Unshare" : "Укини дељење",
+    "Disconnect storage" : "Искључи складиште",
+    "Unshare" : "Не дели",
     "Download" : "Преузми",
     "Select" : "Изабери",
     "Pending" : "На чекању",
+    "Unable to determine date" : "Не могу да одредим датум",
+    "Error moving file." : "Грешка при премештању фајла.",
+    "Error moving file" : "Грешка при премештању фајла",
     "Error" : "Грешка",
-    "Name" : "Име",
+    "Could not rename file" : "Не могу да преименујем фајл",
+    "Error deleting file." : "Грешка при брисању фајла.",
+    "No entries in this folder match '{filter}'" : "У овој фасцикли ништа се не поклапа са '{filter}'",
+    "Name" : "Назив",
     "Size" : "Величина",
     "Modified" : "Измењен",
     "_%n folder_::_%n folders_" : ["%n фасцикла","%n фасцикле","%n фасцикли"],
     "_%n file_::_%n files_" : ["%n фајл","%n фајла","%n фајлова"],
+    "You don’t have permission to upload or create files here" : "Немате дозволе да овде отпремате или стварате фајлове",
     "_Uploading %n file_::_Uploading %n files_" : ["Отпремам %n фајл","Отпремам %n фајла","Отпремам %n фајлова"],
-    "Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно, фајлови више не могу бити ажурирани ни синхронизовани!",
+    "\"{name}\" is an invalid file name." : "\"{name}\" није исправан назив фајла.",
+    "Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно. Фајлови више не могу бити ажурирани ни синхронизовани!",
     "Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро пуно ({usedSpacePercent}%)",
-    "_matches '{filter}'_::_match '{filter}'_" : ["","",""],
+    "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Апликација шифровања је укључена али није иницијализована. Одјавите се и поново се пријавите.",
+    "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Неисправан лични кључ за апликацију шифровања. Ажурирајте лозинку личног кључа у личним поставкама да бисте опоравили приступ вашим шифрованим фајловима.",
+    "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Шифровање је искључено али ваши фајлови су и даље шифровани. Идите у личне поставке и дешифрујте ваше фајлове.",
+    "_matches '{filter}'_::_match '{filter}'_" : ["се поклапа са '{filter}'","се поклапају са '{filter}'","се поклапа са '{filter}'"],
+    "{dirs} and {files}" : "{dirs} и {files}",
+    "Favorited" : "Омиљено",
+    "Favorite" : "Омиљени",
+    "An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака",
+    "A new file or folder has been <strong>created</strong>" : "Нови фајл или фасцикла су <strong>направљени</strong>",
+    "A file or folder has been <strong>changed</strong>" : "Фајл или фасцикла су <strong>измењени</strong>",
+    "A file or folder has been <strong>deleted</strong>" : "Фајл или фасцикла су <strong>обрисани</strong>",
+    "A file or folder has been <strong>restored</strong>" : "Фајл или фасцикла су <strong>враћени</strong>",
+    "You created %1$s" : "Направили сте %1$s",
+    "%2$s created %1$s" : "%2$s направи %1$s",
+    "%1$s was created in a public folder" : "%1$s је направљен у јавној фасцикли",
+    "You changed %1$s" : "Изменили сте %1$s",
+    "%2$s changed %1$s" : "%2$s измени %1$s",
+    "You deleted %1$s" : "Обрисали сте %1$s",
+    "%2$s deleted %1$s" : "%2$s обриса %1$s",
+    "You restored %1$s" : "Вратили сте %1$s",
+    "%2$s restored %1$s" : "%2$s поврати %1$s",
+    "%s could not be renamed as it has been deleted" : "%s се не може преименовати јер је обрисан",
+    "%s could not be renamed" : "%s се не може преименовати",
+    "Upload (max. %s)" : "Отпремање (макс. %s)",
     "File handling" : "Руковање фајловима",
     "Maximum upload size" : "Највећа величина отпремања",
-    "max. possible: " : "најв. величина:",
+    "max. possible: " : "највише могуће:",
     "Save" : "Сачувај",
     "Settings" : "Поставке",
     "WebDAV" : "ВебДАВ",
+    "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Користите ову адресу да <a href=\"%s\" target=\"_blank\"> приступите фајловима преко ВебДАВ-а</a>",
     "New" : "Ново",
+    "New text file" : "Нов текстуални фајл",
     "Text file" : "текстуални фајл",
     "New folder" : "Нова фасцикла",
     "Folder" : "фасцикла",
-    "From link" : "Са везе",
+    "From link" : "са везе",
     "Upload" : "Отпреми",
-    "Cancel upload" : "Прекини отпремање",
-    "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." : "Скенирам фајлове, сачекајте."
+    "Cancel upload" : "Откажи отпремање",
+    "No files yet" : "Још нема фајлова",
+    "Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
+    "No entries found in this folder" : "Нема ничега у овој фасцикли",
+    "Select all" : "Означи све",
+    "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." : "Скенирам фајлове, сачекајте.",
+    "Currently scanning" : "Тренутно скенирам",
+    "No favorites" : "Нема омиљених",
+    "Files and folders you mark as favorite will show up here" : "Фајлови и фасцикле које обележите као омиљене појавиће се овде"
 },
 "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json
index 8baafb5c1272b29543f74edf9e96aff6a87f4239..c4c01608c77ba002c85e842b3396115eee097382 100644
--- a/apps/files/l10n/sr.json
+++ b/apps/files/l10n/sr.json
@@ -2,62 +2,121 @@
     "Storage not available" : "Складиште није доступно",
     "Storage invalid" : "Неисправно складиште",
     "Unknown error" : "Непозната грешка",
-    "Could not move %s - File with this name already exists" : "Не могу да преместим %s – фајл овог имена већ постоји",
+    "Could not move %s - File with this name already exists" : "Не могу да преместим %s – фајл са овим називом већ постоји",
     "Could not move %s" : "Не могу да преместим %s",
     "Permission denied" : "Приступ одбијен",
-    "File name cannot be empty." : "Име фајла не може бити празно.",
-    "\"%s\" is an invalid file name." : "„%s“ није исправно име фајла.",
-    "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неисправно име, знакови ’\\‘, ’/‘, ’<‘, ’>‘, ’:‘, ’\"‘, ’|‘, ’?‘ и ’*‘ нису дозвољени.",
-    "The target folder has been moved or deleted." : "Одредишна фасцикла је померена или обрисана.",
-    "The name %s is already used in the folder %s. Please choose a different name." : "Име %s се већ користи у фасцикли %s. Одредите друго име.",
+    "File name cannot be empty." : "Назив фајла не може бити празан.",
+    "\"%s\" is an invalid file name." : "„%s“ није исправан назив фајла.",
+    "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неисправан назив. Знакови \\, /, <, >, :, \", |, ? и * нису дозвољени.",
+    "The target folder has been moved or deleted." : "Одредишна фасцикла је премештена или обрисана.",
+    "The name %s is already used in the folder %s. Please choose a different name." : "Назив %s се већ користи у фасцикли %s. Одредите други назив.",
     "Not a valid source" : "Није исправан извор",
+    "Server is not allowed to open URLs, please check the server configuration" : "Серверу није дозвољено да отвара УРЛ. Проверите поставу сервера",
+    "The file exceeds your quota by %s" : "Фајл превазилази вашу квоту за %s",
+    "Error while downloading %s to %s" : "Грешка при преузимању %s у %s",
+    "Error when creating the file" : "Грешка при стварању фајла",
+    "Folder name cannot be empty." : "Назив фасцикле не може бити празан",
+    "Error when creating the folder" : "Грешка при стварању фајла",
+    "Unable to set upload directory." : "Не могу да поставим директоријум за отпремање.",
     "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" : "Датотека није отпремљена",
+    "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 која је наведена у ХТМЛ обрасцу",
+    "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." : "неисправна фасцикла.",
+    "Upload failed. Could not find uploaded file" : "Неуспешно отпремање. Не могу да нађем отпремљени фајл",
+    "Upload failed. Could not get file info." : "Неуспешно отпремање. Не могу да добијем податке о фајлу.",
+    "Invalid directory." : "Неисправна фасцикла.",
     "Files" : "Фајлови",
     "All files" : "Сви фајлови",
+    "Favorites" : "Омиљени",
     "Home" : "Почетна",
-    "Upload cancelled." : "Отпремање је прекинуто.",
-    "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.",
+    "Unable to upload {filename} as it is a directory or has 0 bytes" : "Не могу да отпремим {filename} јер је то директоријум или има 0 бајтова",
+    "Total file size {size1} exceeds upload limit {size2}" : "Величина {size1} превазилази ограничење за отпремање од {size2}",
+    "Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало",
+    "Upload cancelled." : "Отпремање је отказано.",
+    "Could not get result from server." : "Не могу да добијем резултат са сервера.",
+    "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање фајла је у току. Ако сада напустите страницу, отказаћете отпремање.",
+    "URL cannot be empty" : "УРЛ не може бити празан",
     "{new_name} already exists" : "{new_name} већ постоји",
+    "Could not create file" : "Не могу да створим фајл",
+    "Could not create folder" : "Не могу да створим фасциклу",
+    "Error fetching URL" : "Грешка при довлачењу УРЛ-а",
     "Rename" : "Преименуј",
     "Delete" : "Обриши",
-    "Unshare" : "Укини дељење",
+    "Disconnect storage" : "Искључи складиште",
+    "Unshare" : "Не дели",
     "Download" : "Преузми",
     "Select" : "Изабери",
     "Pending" : "На чекању",
+    "Unable to determine date" : "Не могу да одредим датум",
+    "Error moving file." : "Грешка при премештању фајла.",
+    "Error moving file" : "Грешка при премештању фајла",
     "Error" : "Грешка",
-    "Name" : "Име",
+    "Could not rename file" : "Не могу да преименујем фајл",
+    "Error deleting file." : "Грешка при брисању фајла.",
+    "No entries in this folder match '{filter}'" : "У овој фасцикли ништа се не поклапа са '{filter}'",
+    "Name" : "Назив",
     "Size" : "Величина",
     "Modified" : "Измењен",
     "_%n folder_::_%n folders_" : ["%n фасцикла","%n фасцикле","%n фасцикли"],
     "_%n file_::_%n files_" : ["%n фајл","%n фајла","%n фајлова"],
+    "You don’t have permission to upload or create files here" : "Немате дозволе да овде отпремате или стварате фајлове",
     "_Uploading %n file_::_Uploading %n files_" : ["Отпремам %n фајл","Отпремам %n фајла","Отпремам %n фајлова"],
-    "Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно, фајлови више не могу бити ажурирани ни синхронизовани!",
+    "\"{name}\" is an invalid file name." : "\"{name}\" није исправан назив фајла.",
+    "Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно. Фајлови више не могу бити ажурирани ни синхронизовани!",
     "Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро пуно ({usedSpacePercent}%)",
-    "_matches '{filter}'_::_match '{filter}'_" : ["","",""],
+    "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Апликација шифровања је укључена али није иницијализована. Одјавите се и поново се пријавите.",
+    "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Неисправан лични кључ за апликацију шифровања. Ажурирајте лозинку личног кључа у личним поставкама да бисте опоравили приступ вашим шифрованим фајловима.",
+    "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Шифровање је искључено али ваши фајлови су и даље шифровани. Идите у личне поставке и дешифрујте ваше фајлове.",
+    "_matches '{filter}'_::_match '{filter}'_" : ["се поклапа са '{filter}'","се поклапају са '{filter}'","се поклапа са '{filter}'"],
+    "{dirs} and {files}" : "{dirs} и {files}",
+    "Favorited" : "Омиљено",
+    "Favorite" : "Омиљени",
+    "An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака",
+    "A new file or folder has been <strong>created</strong>" : "Нови фајл или фасцикла су <strong>направљени</strong>",
+    "A file or folder has been <strong>changed</strong>" : "Фајл или фасцикла су <strong>измењени</strong>",
+    "A file or folder has been <strong>deleted</strong>" : "Фајл или фасцикла су <strong>обрисани</strong>",
+    "A file or folder has been <strong>restored</strong>" : "Фајл или фасцикла су <strong>враћени</strong>",
+    "You created %1$s" : "Направили сте %1$s",
+    "%2$s created %1$s" : "%2$s направи %1$s",
+    "%1$s was created in a public folder" : "%1$s је направљен у јавној фасцикли",
+    "You changed %1$s" : "Изменили сте %1$s",
+    "%2$s changed %1$s" : "%2$s измени %1$s",
+    "You deleted %1$s" : "Обрисали сте %1$s",
+    "%2$s deleted %1$s" : "%2$s обриса %1$s",
+    "You restored %1$s" : "Вратили сте %1$s",
+    "%2$s restored %1$s" : "%2$s поврати %1$s",
+    "%s could not be renamed as it has been deleted" : "%s се не може преименовати јер је обрисан",
+    "%s could not be renamed" : "%s се не може преименовати",
+    "Upload (max. %s)" : "Отпремање (макс. %s)",
     "File handling" : "Руковање фајловима",
     "Maximum upload size" : "Највећа величина отпремања",
-    "max. possible: " : "најв. величина:",
+    "max. possible: " : "највише могуће:",
     "Save" : "Сачувај",
     "Settings" : "Поставке",
     "WebDAV" : "ВебДАВ",
+    "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Користите ову адресу да <a href=\"%s\" target=\"_blank\"> приступите фајловима преко ВебДАВ-а</a>",
     "New" : "Ново",
+    "New text file" : "Нов текстуални фајл",
     "Text file" : "текстуални фајл",
     "New folder" : "Нова фасцикла",
     "Folder" : "фасцикла",
-    "From link" : "Са везе",
+    "From link" : "са везе",
     "Upload" : "Отпреми",
-    "Cancel upload" : "Прекини отпремање",
-    "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." : "Скенирам фајлове, сачекајте."
+    "Cancel upload" : "Откажи отпремање",
+    "No files yet" : "Још нема фајлова",
+    "Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
+    "No entries found in this folder" : "Нема ничега у овој фасцикли",
+    "Select all" : "Означи све",
+    "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." : "Скенирам фајлове, сачекајте.",
+    "Currently scanning" : "Тренутно скенирам",
+    "No favorites" : "Нема омиљених",
+    "Files and folders you mark as favorite will show up here" : "Фајлови и фасцикле које обележите као омиљене појавиће се овде"
 },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
 }
\ No newline at end of file
diff --git a/apps/files_encryption/l10n/es.js b/apps/files_encryption/l10n/es.js
index a586f4d73b84cf18259bdc338ebb4a065126f63d..22c2b02a8e7d9c0aef0d5f160b5184bddcde6229 100644
--- a/apps/files_encryption/l10n/es.js
+++ b/apps/files_encryption/l10n/es.js
@@ -10,7 +10,7 @@ OC.L10N.register(
     "Recovery key successfully disabled" : "Clave de recuperación deshabilitada",
     "Please provide the old recovery password" : "Por favor, ingrese su antigua contraseña de recuperación",
     "Please provide a new recovery password" : "Por favor, ingrese una nueva contraseña de recuperación",
-    "Please repeat the new recovery password" : "Por favor repita su nueva contraseña de recuperacion",
+    "Please repeat the new recovery password" : "Por favor, repita su nueva contraseña de recuperación",
     "Password successfully changed." : "Su contraseña ha sido cambiada",
     "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.",
     "Could not update the private key password." : "No se pudo actualizar la contraseña de la clave privada.",
@@ -20,10 +20,10 @@ OC.L10N.register(
     "File recovery settings updated" : "Opciones de recuperación de archivos actualizada",
     "Could not update file recovery" : "No se pudo actualizar la recuperación de archivos",
     "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." : "¡La aplicación de cifrado no ha sido inicializada! Quizá se restableció durante su sesión. Por favor intente cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.",
-    "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera de %s (Ej: Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.",
+    "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera de %s (Ej: su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.",
     "Unknown error. Please check your system settings or contact your administrator" : "Error desconocido. Revise la configuración de su sistema o contacte con su administrador",
-    "Initial encryption started... This can take some time. Please wait." : "Ha comenzado el cifrado inicial... Esto puede tardar un rato. Por favor espere.",
+    "Initial encryption started... This can take some time. Please wait." : "Ha comenzado el cifrado inicial... Esto puede tardar un rato. Por favor, espere.",
     "Initial encryption running... Please try again later." : "Cifrado inicial en curso... Inténtelo más tarde.",
     "Missing requirements." : "Requisitos incompletos.",
     "Please make sure that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." : "Asegúrese de que OpenSSL y la extensión de PHP estén habilitados y configurados correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.",
diff --git a/apps/files_encryption/l10n/es.json b/apps/files_encryption/l10n/es.json
index e2b9ace05f666fb829170867b66393bf34a9fa8f..f31c325a23975a3b2e91119646c2252c1f7f8fc4 100644
--- a/apps/files_encryption/l10n/es.json
+++ b/apps/files_encryption/l10n/es.json
@@ -8,7 +8,7 @@
     "Recovery key successfully disabled" : "Clave de recuperación deshabilitada",
     "Please provide the old recovery password" : "Por favor, ingrese su antigua contraseña de recuperación",
     "Please provide a new recovery password" : "Por favor, ingrese una nueva contraseña de recuperación",
-    "Please repeat the new recovery password" : "Por favor repita su nueva contraseña de recuperacion",
+    "Please repeat the new recovery password" : "Por favor, repita su nueva contraseña de recuperación",
     "Password successfully changed." : "Su contraseña ha sido cambiada",
     "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.",
     "Could not update the private key password." : "No se pudo actualizar la contraseña de la clave privada.",
@@ -18,10 +18,10 @@
     "File recovery settings updated" : "Opciones de recuperación de archivos actualizada",
     "Could not update file recovery" : "No se pudo actualizar la recuperación de archivos",
     "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." : "¡La aplicación de cifrado no ha sido inicializada! Quizá se restableció durante su sesión. Por favor intente cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.",
-    "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera de %s (Ej: Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.",
+    "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera de %s (Ej: su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.",
     "Unknown error. Please check your system settings or contact your administrator" : "Error desconocido. Revise la configuración de su sistema o contacte con su administrador",
-    "Initial encryption started... This can take some time. Please wait." : "Ha comenzado el cifrado inicial... Esto puede tardar un rato. Por favor espere.",
+    "Initial encryption started... This can take some time. Please wait." : "Ha comenzado el cifrado inicial... Esto puede tardar un rato. Por favor, espere.",
     "Initial encryption running... Please try again later." : "Cifrado inicial en curso... Inténtelo más tarde.",
     "Missing requirements." : "Requisitos incompletos.",
     "Please make sure that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." : "Asegúrese de que OpenSSL y la extensión de PHP estén habilitados y configurados correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.",
diff --git a/apps/files_encryption/l10n/sr.js b/apps/files_encryption/l10n/sr.js
index cc4b9acdaca04fb6901cb0448eee54aa3cce538b..e18f2dd8aef6bf11fe4e30dd340fc2f0ef643f9b 100644
--- a/apps/files_encryption/l10n/sr.js
+++ b/apps/files_encryption/l10n/sr.js
@@ -2,6 +2,7 @@ OC.L10N.register(
     "files_encryption",
     {
     "Unknown error" : "Непозната грешка",
+    "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Апликација шифровања је укључена али није иницијализована. Одјавите се и поново се пријавите.",
     "Enabled" : "Омогућено"
 },
 "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/files_encryption/l10n/sr.json b/apps/files_encryption/l10n/sr.json
index f6cee9a8f06f036028b363bf0938c03a38209fcd..e756632e9d499a8efab62bedd79233dd40fb7ea6 100644
--- a/apps/files_encryption/l10n/sr.json
+++ b/apps/files_encryption/l10n/sr.json
@@ -1,5 +1,6 @@
 { "translations": {
     "Unknown error" : "Непозната грешка",
+    "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Апликација шифровања је укључена али није иницијализована. Одјавите се и поново се пријавите.",
     "Enabled" : "Омогућено"
 },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
 }
\ No newline at end of file
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js
index 6c5a8f90217c333d850dcca32128702c23970a29..1ffeacae63cee8403eea451cb4ce972ba88c8201 100644
--- a/apps/files_external/l10n/es.js
+++ b/apps/files_external/l10n/es.js
@@ -1,7 +1,7 @@
 OC.L10N.register(
     "files_external",
     {
-    "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens solicitados ha fallado. Verifique que la clave y el secreto de su app Dropbox es correcta.",
+    "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens solicitados ha fallado. Verifique que la clave y el secreto de su app Dropbox sean correctos.",
     "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens de acceso ha fallado. Verifique que la clave y el secreto de su app Dropbox es correcta.",
     "Please provide a valid Dropbox app key and secret." : "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.",
     "Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s",
@@ -30,7 +30,7 @@ OC.L10N.register(
     "Secure ftps://" : "—Seguro— ftps://",
     "Client ID" : "ID de Cliente",
     "Client secret" : "Cliente secreto",
-    "OpenStack Object Storage" : "OpenStack Object Storage",
+    "OpenStack Object Storage" : "Almacenamiento de objeto OpenStack",
     "Region (optional for OpenStack Object Storage)" : "Región (opcional para OpenStack Object Storage)",
     "API Key (required for Rackspace Cloud Files)" : "Clave API (requerida para Rackspace Cloud Files)",
     "Tenantname (required for OpenStack Object Storage)" : "Nombre de Inquilino (requerido para OpenStack Object Storage)",
diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json
index dadfd7b983ca215a5e4f4cc886d1976e94781d10..3ca4907c70f061c0a3e4b332543f7b4e9d01310f 100644
--- a/apps/files_external/l10n/es.json
+++ b/apps/files_external/l10n/es.json
@@ -1,5 +1,5 @@
 { "translations": {
-    "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens solicitados ha fallado. Verifique que la clave y el secreto de su app Dropbox es correcta.",
+    "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens solicitados ha fallado. Verifique que la clave y el secreto de su app Dropbox sean correctos.",
     "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens de acceso ha fallado. Verifique que la clave y el secreto de su app Dropbox es correcta.",
     "Please provide a valid Dropbox app key and secret." : "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.",
     "Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s",
@@ -28,7 +28,7 @@
     "Secure ftps://" : "—Seguro— ftps://",
     "Client ID" : "ID de Cliente",
     "Client secret" : "Cliente secreto",
-    "OpenStack Object Storage" : "OpenStack Object Storage",
+    "OpenStack Object Storage" : "Almacenamiento de objeto OpenStack",
     "Region (optional for OpenStack Object Storage)" : "Región (opcional para OpenStack Object Storage)",
     "API Key (required for Rackspace Cloud Files)" : "Clave API (requerida para Rackspace Cloud Files)",
     "Tenantname (required for OpenStack Object Storage)" : "Nombre de Inquilino (requerido para OpenStack Object Storage)",
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js
index 8c81b744442bf6242fbc2e896c60fcda5704dfbb..771bcdd25dbfb3a4291696a28c30b00871704da9 100644
--- a/apps/files_sharing/l10n/es.js
+++ b/apps/files_sharing/l10n/es.js
@@ -22,7 +22,7 @@ OC.L10N.register(
     "Cancel" : "Cancelar",
     "Add remote share" : "Añadir recurso compartido remoto",
     "No ownCloud installation (7 or higher) found at {remote}" : "No se encontró una instalación de ownCloud (7 o mayor) en {remote}",
-    "Invalid ownCloud url" : "URL de ownCloud inválido",
+    "Invalid ownCloud url" : "URL de ownCloud inválida",
     "Share" : "Compartir",
     "Shared by" : "Compartido por",
     "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta",
diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json
index 917ee68a035bee4a7cfbfd6db23f522f67d1a646..8b811d82e4262a474ceb4287cbd2755dcf684ac6 100644
--- a/apps/files_sharing/l10n/es.json
+++ b/apps/files_sharing/l10n/es.json
@@ -20,7 +20,7 @@
     "Cancel" : "Cancelar",
     "Add remote share" : "Añadir recurso compartido remoto",
     "No ownCloud installation (7 or higher) found at {remote}" : "No se encontró una instalación de ownCloud (7 o mayor) en {remote}",
-    "Invalid ownCloud url" : "URL de ownCloud inválido",
+    "Invalid ownCloud url" : "URL de ownCloud inválida",
     "Share" : "Compartir",
     "Shared by" : "Compartido por",
     "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta",
diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js
index 68f64f4f1383c4dbf49b031b02ee478cfca276e9..63c546c62b3422cbb1e22785d51b54e2312c6ec1 100644
--- a/apps/files_sharing/l10n/sr.js
+++ b/apps/files_sharing/l10n/sr.js
@@ -5,6 +5,7 @@ OC.L10N.register(
     "Share" : "Дели",
     "Shared by" : "Делио",
     "Password" : "Лозинка",
+    "No entries found in this folder" : "Нема ничега у овој фасцикли",
     "Name" : "Име",
     "Download" : "Преузми"
 },
diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json
index 86a7a4b57d04f5368e4c2aa89030334fa8ed23d3..11011042b87d964efd28e9379fd9d2295c7893ac 100644
--- a/apps/files_sharing/l10n/sr.json
+++ b/apps/files_sharing/l10n/sr.json
@@ -3,6 +3,7 @@
     "Share" : "Дели",
     "Shared by" : "Делио",
     "Password" : "Лозинка",
+    "No entries found in this folder" : "Нема ничега у овој фасцикли",
     "Name" : "Име",
     "Download" : "Преузми"
 },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
diff --git a/apps/files_trashbin/l10n/sr.js b/apps/files_trashbin/l10n/sr.js
index a3ba991eb1cc2ada6bc020134b723571d2a8ed55..e9a4f79f94edd2dbc75ee521f0ed6ffe7f355510 100644
--- a/apps/files_trashbin/l10n/sr.js
+++ b/apps/files_trashbin/l10n/sr.js
@@ -1,11 +1,18 @@
 OC.L10N.register(
     "files_trashbin",
     {
-    "Deleted files" : "Обрисане датотеке",
+    "Couldn't delete %s permanently" : "Не могу заувек да обришем %s",
+    "Couldn't restore %s" : "Не могу да вратим %s",
+    "Deleted files" : "Обрисани фајлови",
     "Restore" : "Врати",
-    "Delete permanently" : "Обриши за стално",
+    "Delete permanently" : "Обриши заувек",
     "Error" : "Грешка",
-    "Name" : "Име",
+    "restored" : "враћено",
+    "No deleted files" : "Нема обрисаних фајлова",
+    "You will be able to recover deleted files from here" : "Одавде ћете моћи да повратите обрисане фајлове",
+    "No entries found in this folder" : "Нема ничега у овој фасцикли",
+    "Select all" : "Означи све",
+    "Name" : "Назив",
     "Deleted" : "Обрисано",
     "Delete" : "Обриши"
 },
diff --git a/apps/files_trashbin/l10n/sr.json b/apps/files_trashbin/l10n/sr.json
index ef05d8fe15953386a1dc46aa95c0cad5aa76085d..e572b6a3e85dd4d9c992139c01322d68bea34afc 100644
--- a/apps/files_trashbin/l10n/sr.json
+++ b/apps/files_trashbin/l10n/sr.json
@@ -1,9 +1,16 @@
 { "translations": {
-    "Deleted files" : "Обрисане датотеке",
+    "Couldn't delete %s permanently" : "Не могу заувек да обришем %s",
+    "Couldn't restore %s" : "Не могу да вратим %s",
+    "Deleted files" : "Обрисани фајлови",
     "Restore" : "Врати",
-    "Delete permanently" : "Обриши за стално",
+    "Delete permanently" : "Обриши заувек",
     "Error" : "Грешка",
-    "Name" : "Име",
+    "restored" : "враћено",
+    "No deleted files" : "Нема обрисаних фајлова",
+    "You will be able to recover deleted files from here" : "Одавде ћете моћи да повратите обрисане фајлове",
+    "No entries found in this folder" : "Нема ничега у овој фасцикли",
+    "Select all" : "Означи све",
+    "Name" : "Назив",
     "Deleted" : "Обрисано",
     "Delete" : "Обриши"
 },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
diff --git a/apps/user_webdavauth/l10n/sr.js b/apps/user_webdavauth/l10n/sr.js
index 9413d934a2c1824b92a4fdf08192aff93818a896..df3c00a558503ec915d6ed7095a9e3e219be4539 100644
--- a/apps/user_webdavauth/l10n/sr.js
+++ b/apps/user_webdavauth/l10n/sr.js
@@ -1,7 +1,9 @@
 OC.L10N.register(
     "user_webdavauth",
     {
-    "WebDAV Authentication" : "WebDAV провера идентитета",
-    "Save" : "Сачувај"
+    "WebDAV Authentication" : "ВебДАВ провера идентитета",
+    "Address:" : "Адреса:",
+    "Save" : "Сачувај",
+    "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Кориснички акредитиви биће послати на ову адресу. Прикључак проверава одговор и ХТТП кодове 401 и 403 тумачиће као неисправне акредитиве а све остале одговоре као исправне."
 },
 "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/user_webdavauth/l10n/sr.json b/apps/user_webdavauth/l10n/sr.json
index 7e50e7c413287ba0e6e3846ac695fa3142e158b8..037fd2929b16c5d16c8c4907965d8b000636e9c5 100644
--- a/apps/user_webdavauth/l10n/sr.json
+++ b/apps/user_webdavauth/l10n/sr.json
@@ -1,5 +1,7 @@
 { "translations": {
-    "WebDAV Authentication" : "WebDAV провера идентитета",
-    "Save" : "Сачувај"
+    "WebDAV Authentication" : "ВебДАВ провера идентитета",
+    "Address:" : "Адреса:",
+    "Save" : "Сачувај",
+    "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Кориснички акредитиви биће послати на ову адресу. Прикључак проверава одговор и ХТТП кодове 401 и 403 тумачиће као неисправне акредитиве а све остале одговоре као исправне."
 },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
 }
\ No newline at end of file
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 7169fa556f94101c92ebccfccef0642cd4c4896d..395b0d1be5f4043ace531daf4f7baed1764a344e 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -120,7 +120,7 @@ OC.L10N.register(
     "sunny" : "soleado",
     "Hello {name}, the weather is {weather}" : "Hola {name}, el día es {weather}",
     "Hello {name}" : "Hola {name}",
-    "_download %n file_::_download %n files_" : ["descarga %n ficheros","descarga %n ficheros"],
+    "_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n ficheros"],
     "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.",
     "Please reload the page." : "Recargue/Actualice la página",
     "The update was unsuccessful. " : "La actualización ha fallado.",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index ce538248ac00dbd79d3fc0296d40e0f294bb4f51..ee8f27b5271484b0f70fe2ead79d99f7c5917cd5 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -118,7 +118,7 @@
     "sunny" : "soleado",
     "Hello {name}, the weather is {weather}" : "Hola {name}, el día es {weather}",
     "Hello {name}" : "Hola {name}",
-    "_download %n file_::_download %n files_" : ["descarga %n ficheros","descarga %n ficheros"],
+    "_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n ficheros"],
     "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.",
     "Please reload the page." : "Recargue/Actualice la página",
     "The update was unsuccessful. " : "La actualización ha fallado.",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 7729c18b6d5bc1e140b8ff32e938782975104b52..142603f11d8f0503ed00d1d1861ff6e16bc793c5 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -38,7 +38,7 @@ OC.L10N.register(
     "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
     "seconds ago" : "hace segundos",
     "Database Error" : "Error en la base de datos",
-    "Please contact your system administrator." : "Por favor contacte al administrador del sistema.",
+    "Please contact your system administrator." : "Por favor, contacte al administrador del sistema.",
     "web services under your control" : "Servicios web bajo su control",
     "App directory already exists" : "El directorio de la aplicación ya existe",
     "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index b3f18b2957b3176d6f1be290059790e2992f09f3..2f23eae6f5b42ec6ea4e7d968345533cf4c01c1f 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -36,7 +36,7 @@
     "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
     "seconds ago" : "hace segundos",
     "Database Error" : "Error en la base de datos",
-    "Please contact your system administrator." : "Por favor contacte al administrador del sistema.",
+    "Please contact your system administrator." : "Por favor, contacte al administrador del sistema.",
     "web services under your control" : "Servicios web bajo su control",
     "App directory already exists" : "El directorio de la aplicación ya existe",
     "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index 8dad82f9a4ae03aea16aae5d43ac880e6b5c16a4..662cd614373a2906556e1c43438ff0eece5ebdb2 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -60,7 +60,7 @@ OC.L10N.register(
     "Disable" : "Desactivar",
     "Enable" : "Activar",
     "Error while enabling app" : "Error mientras se activaba la aplicación",
-    "Updating...." : "Actualizando....",
+    "Updating...." : "Actualizando...",
     "Error while updating app" : "Error mientras se actualizaba la aplicación",
     "Updated" : "Actualizado",
     "Uninstalling ...." : "Desinstalando...",
@@ -120,6 +120,7 @@ OC.L10N.register(
     "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar a otra base de datos use la herramienta de línea de comandos: 'occ db:convert-type'",
     "Microsoft Windows Platform" : "Plataforma de Microsoft Windows",
     "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Su servidor está operando con Microsoft Windows. Le recomendamos Linux encarecidamente para disfrutar una experiencia óptima como usuario.",
+    "APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version." : "Está instalada una versión de APCu inferior a 4.0.6; por razones de estabilidad y rendimiento, recomendamos actualizar a una nueva versión de APCu.",
     "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"",
     "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.",
     "PHP charset is not set to UTF-8" : "El conjunto de caracteres de PHP no está establecido en UTF-8",
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index 52f79207f3c1a3322128af8ec91557b0ec1de48c..8ea35ce5d0cc9aa77075f7b649a79262a4b4e7f3 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -58,7 +58,7 @@
     "Disable" : "Desactivar",
     "Enable" : "Activar",
     "Error while enabling app" : "Error mientras se activaba la aplicación",
-    "Updating...." : "Actualizando....",
+    "Updating...." : "Actualizando...",
     "Error while updating app" : "Error mientras se actualizaba la aplicación",
     "Updated" : "Actualizado",
     "Uninstalling ...." : "Desinstalando...",
@@ -118,6 +118,7 @@
     "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar a otra base de datos use la herramienta de línea de comandos: 'occ db:convert-type'",
     "Microsoft Windows Platform" : "Plataforma de Microsoft Windows",
     "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Su servidor está operando con Microsoft Windows. Le recomendamos Linux encarecidamente para disfrutar una experiencia óptima como usuario.",
+    "APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version." : "Está instalada una versión de APCu inferior a 4.0.6; por razones de estabilidad y rendimiento, recomendamos actualizar a una nueva versión de APCu.",
     "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"",
     "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.",
     "PHP charset is not set to UTF-8" : "El conjunto de caracteres de PHP no está establecido en UTF-8",
diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js
index 2b31a6f5050b1a9aa70b7414f1e5a4550abab908..c5073a461076f9100b454b15f18f0098846739ae 100644
--- a/settings/l10n/sr.js
+++ b/settings/l10n/sr.js
@@ -70,6 +70,9 @@ OC.L10N.register(
     "Bugtracker" : "Праћење грешака",
     "Commercial Support" : "Комерцијална подршка",
     "Get the apps to sync your files" : "Преузмите апликације ради синхронизовања датотека",
+    "Desktop client" : "Клијент за рачунар",
+    "Android app" : "Андроид апликација",
+    "iOS app" : "iOS апликација",
     "Show First Run Wizard again" : "Поново прикажи чаробњак за прво покретање",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Искористили сте <strong>%s</strong> од дозвољених <strong>%s</strong>",
     "Password" : "Лозинка",
diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json
index 7845beb33cf0b02450bfe40a58ee3a2f879e0a8b..d8a7bec860b4b98415093da2cc0c86da4d337537 100644
--- a/settings/l10n/sr.json
+++ b/settings/l10n/sr.json
@@ -68,6 +68,9 @@
     "Bugtracker" : "Праћење грешака",
     "Commercial Support" : "Комерцијална подршка",
     "Get the apps to sync your files" : "Преузмите апликације ради синхронизовања датотека",
+    "Desktop client" : "Клијент за рачунар",
+    "Android app" : "Андроид апликација",
+    "iOS app" : "iOS апликација",
     "Show First Run Wizard again" : "Поново прикажи чаробњак за прво покретање",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Искористили сте <strong>%s</strong> од дозвољених <strong>%s</strong>",
     "Password" : "Лозинка",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index 762e7f9fce8d2c806988f137c7a77756cd1d6946..cc0ef42460decac5316a1f49b4d4d9cb2b21982f 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -120,6 +120,8 @@ OC.L10N.register(
     "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type'",
     "Microsoft Windows Platform" : "Microsoft Windows Platformu",
     "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Sunucunuz, Microsoft Windows ile çalışıyor. En uygun kullanıcı deneyimi için şiddetle Linux'u öneriyoruz.",
+    "APCu below version 4.0.6 installed" : "APCu 4.0.6 sürümünden eskisi yüklü",
+    "APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version." : "APCu 4.0.6 sürümünden eskisi yüklü. Kararlılık ve performans nedenleri ile daha yeni bir APCu sürümüne güncellemenizi öneriyoruz.",
     "Module 'fileinfo' missing" : "Modül 'fileinfo' kayıp",
     "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.",
     "PHP charset is not set to UTF-8" : "PHP karakter kümesi UTF-8 olarak ayarlı değil",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index 3a78787ea7dcd9ed2f4fc3f79516fc4a4ed4b922..61e72fcd73d3d754bcaf7b986c1ab2b107ca068d 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -118,6 +118,8 @@
     "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type'",
     "Microsoft Windows Platform" : "Microsoft Windows Platformu",
     "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Sunucunuz, Microsoft Windows ile çalışıyor. En uygun kullanıcı deneyimi için şiddetle Linux'u öneriyoruz.",
+    "APCu below version 4.0.6 installed" : "APCu 4.0.6 sürümünden eskisi yüklü",
+    "APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version." : "APCu 4.0.6 sürümünden eskisi yüklü. Kararlılık ve performans nedenleri ile daha yeni bir APCu sürümüne güncellemenizi öneriyoruz.",
     "Module 'fileinfo' missing" : "Modül 'fileinfo' kayıp",
     "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.",
     "PHP charset is not set to UTF-8" : "PHP karakter kümesi UTF-8 olarak ayarlı değil",