summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/fr.js1
-rw-r--r--apps/files/l10n/fr.json1
-rw-r--r--apps/files/l10n/nb_NO.js1
-rw-r--r--apps/files/l10n/nb_NO.json1
-rw-r--r--apps/files/l10n/pt_BR.js2
-rw-r--r--apps/files/l10n/pt_BR.json2
-rw-r--r--apps/files/l10n/uk.js1
-rw-r--r--apps/files/l10n/uk.json1
-rw-r--r--apps/files/l10n/zh_CN.js12
-rw-r--r--apps/files/l10n/zh_CN.json12
-rw-r--r--apps/files_external/l10n/et_EE.js12
-rw-r--r--apps/files_external/l10n/et_EE.json12
-rw-r--r--apps/files_external/l10n/zh_CN.js1
-rw-r--r--apps/files_external/l10n/zh_CN.json1
-rw-r--r--apps/files_sharing/l10n/fr.js4
-rw-r--r--apps/files_sharing/l10n/fr.json4
-rw-r--r--apps/files_sharing/l10n/uk.js5
-rw-r--r--apps/files_sharing/l10n/uk.json5
-rw-r--r--apps/files_sharing/l10n/zh_CN.js5
-rw-r--r--apps/files_sharing/l10n/zh_CN.json5
-rw-r--r--apps/files_trashbin/l10n/be.js2
-rw-r--r--apps/files_trashbin/l10n/be.json2
-rw-r--r--apps/files_trashbin/l10n/zh_CN.js3
-rw-r--r--apps/files_trashbin/l10n/zh_CN.json3
-rw-r--r--apps/files_versions/l10n/is.js2
-rw-r--r--apps/files_versions/l10n/is.json2
-rw-r--r--apps/files_versions/l10n/ru.js2
-rw-r--r--apps/files_versions/l10n/ru.json2
-rw-r--r--apps/user_ldap/l10n/fr.js4
-rw-r--r--apps/user_ldap/l10n/fr.json4
-rw-r--r--apps/user_ldap/l10n/pt_BR.js1
-rw-r--r--apps/user_ldap/l10n/pt_BR.json1
-rw-r--r--apps/user_ldap/l10n/uk.js6
-rw-r--r--apps/user_ldap/l10n/uk.json6
-rw-r--r--apps/user_ldap/l10n/zh_CN.js1
-rw-r--r--apps/user_ldap/l10n/zh_CN.json1
-rw-r--r--apps/user_webdavauth/l10n/is.js2
-rw-r--r--apps/user_webdavauth/l10n/is.json2
-rw-r--r--apps/user_webdavauth/l10n/ru.js2
-rw-r--r--apps/user_webdavauth/l10n/ru.json2
40 files changed, 116 insertions, 22 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index e334a7a7687..1d57bb79d07 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -48,6 +48,7 @@ OC.L10N.register(
"Pending" : "En attente",
"Unable to determine date" : "Impossible de déterminer la date",
"This operation is forbidden" : "Cette opération est interdite",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Ce répertoire n'est pas disponible. Consultez les logs ou contactez votre administrateur",
"Error moving file." : "Erreur lors du déplacement du fichier.",
"Error moving file" : "Erreur lors du déplacement du fichier",
"Error" : "Erreur",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 6523ab1642c..2b578466faa 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -46,6 +46,7 @@
"Pending" : "En attente",
"Unable to determine date" : "Impossible de déterminer la date",
"This operation is forbidden" : "Cette opération est interdite",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Ce répertoire n'est pas disponible. Consultez les logs ou contactez votre administrateur",
"Error moving file." : "Erreur lors du déplacement du fichier.",
"Error moving file" : "Erreur lors du déplacement du fichier",
"Error" : "Erreur",
diff --git a/apps/files/l10n/nb_NO.js b/apps/files/l10n/nb_NO.js
index debb2e5a8f9..b7741835c0f 100644
--- a/apps/files/l10n/nb_NO.js
+++ b/apps/files/l10n/nb_NO.js
@@ -48,6 +48,7 @@ OC.L10N.register(
"Pending" : "Ventende",
"Unable to determine date" : "Kan ikke fastslå datoen",
"This operation is forbidden" : "Operasjonen er forbudt",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Denne mappen er utilgjengelig. Sjekk loggene eller kontakt administrator",
"Error moving file." : "Feil ved flytting av fil.",
"Error moving file" : "Feil ved flytting av fil",
"Error" : "Feil",
diff --git a/apps/files/l10n/nb_NO.json b/apps/files/l10n/nb_NO.json
index 056c465de29..662d8433c21 100644
--- a/apps/files/l10n/nb_NO.json
+++ b/apps/files/l10n/nb_NO.json
@@ -46,6 +46,7 @@
"Pending" : "Ventende",
"Unable to determine date" : "Kan ikke fastslå datoen",
"This operation is forbidden" : "Operasjonen er forbudt",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Denne mappen er utilgjengelig. Sjekk loggene eller kontakt administrator",
"Error moving file." : "Feil ved flytting av fil.",
"Error moving file" : "Feil ved flytting av fil",
"Error" : "Feil",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index f961bfd341d..583123252f9 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -47,6 +47,8 @@ OC.L10N.register(
"Select" : "Selecionar",
"Pending" : "Pendente",
"Unable to determine date" : "Impossível determinar a data",
+ "This operation is forbidden" : "Esta operação é proibida",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Este diretório não está disponível, por favor, verifique os logs ou entre em contato com o administrador",
"Error moving file." : "Erro movendo o arquivo.",
"Error moving file" : "Erro movendo o arquivo",
"Error" : "Erro",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 29cc2ce34c4..31227d66f82 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -45,6 +45,8 @@
"Select" : "Selecionar",
"Pending" : "Pendente",
"Unable to determine date" : "Impossível determinar a data",
+ "This operation is forbidden" : "Esta operação é proibida",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Este diretório não está disponível, por favor, verifique os logs ou entre em contato com o administrador",
"Error moving file." : "Erro movendo o arquivo.",
"Error moving file" : "Erro movendo o arquivo",
"Error" : "Erro",
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index cf006f9c0d6..167897b57e5 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -47,6 +47,7 @@ OC.L10N.register(
"Select" : "Оберіть",
"Pending" : "Очікування",
"Unable to determine date" : "Неможливо визначити дату",
+ "This operation is forbidden" : "Ця операція заборонена",
"Error moving file." : "Помилка переміщення файлу.",
"Error moving file" : "Помилка переміщення файлу",
"Error" : "Помилка",
diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json
index 1a313865f7a..803d9887627 100644
--- a/apps/files/l10n/uk.json
+++ b/apps/files/l10n/uk.json
@@ -45,6 +45,7 @@
"Select" : "Оберіть",
"Pending" : "Очікування",
"Unable to determine date" : "Неможливо визначити дату",
+ "This operation is forbidden" : "Ця операція заборонена",
"Error moving file." : "Помилка переміщення файлу.",
"Error moving file" : "Помилка переміщення файлу",
"Error" : "Помилка",
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 66b638df86f..76cbe4110a8 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -42,15 +42,19 @@ OC.L10N.register(
"Delete" : "删除",
"Disconnect storage" : "断开储存连接",
"Unshare" : "取消共享",
+ "No permission to delete" : "无权删除",
"Download" : "下载",
"Select" : "选择",
"Pending" : "等待",
"Unable to determine date" : "无法确定日期",
+ "This operation is forbidden" : "操作被禁止",
+ "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员",
"Error moving file." : "移动文件出错。",
"Error moving file" : "移动文件错误",
"Error" : "错误",
"Could not rename file" : "不能重命名文件",
"Error deleting file." : "删除文件出错。",
+ "No entries in this folder match '{filter}'" : "此文件夹中无项目匹配“{filter}”",
"Name" : "名称",
"Size" : "大小",
"Modified" : "修改日期",
@@ -60,13 +64,18 @@ OC.L10N.register(
"_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"],
"\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。",
"File name cannot be empty." : "文件名不能为空。",
+ "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的存储空间已满,文件将无法更新或同步!",
"Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} 的存储空间即将用完 ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "您的存储空间即将用完 ({usedSpacePercent}%)",
+ "_matches '{filter}'_::_match '{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>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "针对<strong>已收藏文件</strong>的新建和修改发送有限的通知 <em>(仅流)</em>",
"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",
@@ -85,6 +94,7 @@ OC.L10N.register(
"Maximum upload size" : "最大上传大小",
"max. possible: " : "最大允许: ",
"Save" : "保存",
+ "Can not be edited from here due to insufficient permissions." : "由于权限不足无法在此编辑。",
"Settings" : "设置",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\">通过 WebDAV 访问您的文件</a>",
@@ -95,7 +105,9 @@ OC.L10N.register(
"Folder" : "文件夹",
"Upload" : "上传",
"Cancel upload" : "取消上传",
+ "No files in here" : "无文件",
"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." : "您正尝试上传的文件超过了此服务器可以上传的最大容量限制",
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index eb27d81060d..44e763a42fd 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -40,15 +40,19 @@
"Delete" : "删除",
"Disconnect storage" : "断开储存连接",
"Unshare" : "取消共享",
+ "No permission to delete" : "无权删除",
"Download" : "下载",
"Select" : "选择",
"Pending" : "等待",
"Unable to determine date" : "无法确定日期",
+ "This operation is forbidden" : "操作被禁止",
+ "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员",
"Error moving file." : "移动文件出错。",
"Error moving file" : "移动文件错误",
"Error" : "错误",
"Could not rename file" : "不能重命名文件",
"Error deleting file." : "删除文件出错。",
+ "No entries in this folder match '{filter}'" : "此文件夹中无项目匹配“{filter}”",
"Name" : "名称",
"Size" : "大小",
"Modified" : "修改日期",
@@ -58,13 +62,18 @@
"_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"],
"\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。",
"File name cannot be empty." : "文件名不能为空。",
+ "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的存储空间已满,文件将无法更新或同步!",
"Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} 的存储空间即将用完 ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "您的存储空间即将用完 ({usedSpacePercent}%)",
+ "_matches '{filter}'_::_match '{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>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "针对<strong>已收藏文件</strong>的新建和修改发送有限的通知 <em>(仅流)</em>",
"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",
@@ -83,6 +92,7 @@
"Maximum upload size" : "最大上传大小",
"max. possible: " : "最大允许: ",
"Save" : "保存",
+ "Can not be edited from here due to insufficient permissions." : "由于权限不足无法在此编辑。",
"Settings" : "设置",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\">通过 WebDAV 访问您的文件</a>",
@@ -93,7 +103,9 @@
"Folder" : "文件夹",
"Upload" : "上传",
"Cancel upload" : "取消上传",
+ "No files in here" : "无文件",
"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." : "您正尝试上传的文件超过了此服务器可以上传的最大容量限制",
diff --git a/apps/files_external/l10n/et_EE.js b/apps/files_external/l10n/et_EE.js
index 8082e51d40e..bc43609aca2 100644
--- a/apps/files_external/l10n/et_EE.js
+++ b/apps/files_external/l10n/et_EE.js
@@ -43,23 +43,35 @@ OC.L10N.register(
"Username as share" : "Kasutajanimi kui jagamine",
"URL" : "URL",
"Secure https://" : "Turvaline https://",
+ "SFTP with secret key login" : "SFTP koos salajase võtmega logimisega",
"Public key" : "Avalik võti",
+ "Storage with id \"%i\" not found" : "Salvestuskohta ID-ga \"%i\" ei leitud",
+ "Invalid mount point" : "Vigane ühenduspunkt",
+ "Invalid storage backend \"%s\"" : "Vigane salvestuskoha taustsüsteem \"%s\"",
"Access granted" : "Ligipääs on antud",
"Error configuring Dropbox storage" : "Viga Dropboxi salvestusruumi seadistamisel",
"Grant access" : "Anna ligipääs",
"Error configuring Google Drive storage" : "Viga Google Drive'i salvestusruumi seadistamisel",
"Personal" : "Isiklik",
"System" : "Süsteem",
+ "Enable encryption" : "Luba krüpteerimine",
+ "Enable previews" : "Luba eelvaated",
"Check for changes" : "Otsi uuendusi",
"Never" : "Mitte kunagi",
+ "Once every direct access" : "Kord iga otsese pöördumise korral",
+ "Every time the filesystem is used" : "Iga kord, kui failisüsteemi kasutatakse",
"All users. Type to select user or group." : "Kõik kasutajad. Kirjuta, et valida kasutaja või grupp.",
"(group)" : "(grupp)",
"Saved" : "Salvestatud",
+ "Generate keys" : "Loo võtmed",
+ "Error generating key pair" : "Viga võtmepaari loomisel",
"<b>Note:</b> " : "<b>Märkus:</b>",
"and" : "ja",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Märkus:</b> cURL tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata cURL tugi.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Märkus:</b> FTP tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Märkus:</b> \"%s\" pole paigaldatud. Hoidla %s ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata vajalik tugi.",
+ "No external storage configured" : "Välist salvestuskohta pole seadistatud",
+ "You can add external storages in the personal settings" : "Sa võid lisada välise salvestuskoha isiklikes seadetes",
"Name" : "Nimi",
"Storage type" : "Andmehoidla tüüp",
"Scope" : "Skoop",
diff --git a/apps/files_external/l10n/et_EE.json b/apps/files_external/l10n/et_EE.json
index 70940c3247b..4870b55afb3 100644
--- a/apps/files_external/l10n/et_EE.json
+++ b/apps/files_external/l10n/et_EE.json
@@ -41,23 +41,35 @@
"Username as share" : "Kasutajanimi kui jagamine",
"URL" : "URL",
"Secure https://" : "Turvaline https://",
+ "SFTP with secret key login" : "SFTP koos salajase võtmega logimisega",
"Public key" : "Avalik võti",
+ "Storage with id \"%i\" not found" : "Salvestuskohta ID-ga \"%i\" ei leitud",
+ "Invalid mount point" : "Vigane ühenduspunkt",
+ "Invalid storage backend \"%s\"" : "Vigane salvestuskoha taustsüsteem \"%s\"",
"Access granted" : "Ligipääs on antud",
"Error configuring Dropbox storage" : "Viga Dropboxi salvestusruumi seadistamisel",
"Grant access" : "Anna ligipääs",
"Error configuring Google Drive storage" : "Viga Google Drive'i salvestusruumi seadistamisel",
"Personal" : "Isiklik",
"System" : "Süsteem",
+ "Enable encryption" : "Luba krüpteerimine",
+ "Enable previews" : "Luba eelvaated",
"Check for changes" : "Otsi uuendusi",
"Never" : "Mitte kunagi",
+ "Once every direct access" : "Kord iga otsese pöördumise korral",
+ "Every time the filesystem is used" : "Iga kord, kui failisüsteemi kasutatakse",
"All users. Type to select user or group." : "Kõik kasutajad. Kirjuta, et valida kasutaja või grupp.",
"(group)" : "(grupp)",
"Saved" : "Salvestatud",
+ "Generate keys" : "Loo võtmed",
+ "Error generating key pair" : "Viga võtmepaari loomisel",
"<b>Note:</b> " : "<b>Märkus:</b>",
"and" : "ja",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Märkus:</b> cURL tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata cURL tugi.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Märkus:</b> FTP tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Märkus:</b> \"%s\" pole paigaldatud. Hoidla %s ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata vajalik tugi.",
+ "No external storage configured" : "Välist salvestuskohta pole seadistatud",
+ "You can add external storages in the personal settings" : "Sa võid lisada välise salvestuskoha isiklikes seadetes",
"Name" : "Nimi",
"Storage type" : "Andmehoidla tüüp",
"Scope" : "Skoop",
diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js
index 1045c03423f..0b2731fd911 100644
--- a/apps/files_external/l10n/zh_CN.js
+++ b/apps/files_external/l10n/zh_CN.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Error configuring Google Drive storage" : "配置Google Drive存储时出错",
"Personal" : "个人",
"System" : "系统",
+ "Enable encryption" : "启用加密",
"Saved" : "已保存",
"<b>Note:</b> " : "<b>注意:</b>",
"Name" : "名称",
diff --git a/apps/files_external/l10n/zh_CN.json b/apps/files_external/l10n/zh_CN.json
index b6a826e4209..6d842332264 100644
--- a/apps/files_external/l10n/zh_CN.json
+++ b/apps/files_external/l10n/zh_CN.json
@@ -29,6 +29,7 @@
"Error configuring Google Drive storage" : "配置Google Drive存储时出错",
"Personal" : "个人",
"System" : "系统",
+ "Enable encryption" : "启用加密",
"Saved" : "已保存",
"<b>Note:</b> " : "<b>注意:</b>",
"Name" : "名称",
diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js
index 61ee5c1a61b..b866739e148 100644
--- a/apps/files_sharing/l10n/fr.js
+++ b/apps/files_sharing/l10n/fr.js
@@ -63,10 +63,10 @@ OC.L10N.register(
"Allow users on this server to send shares to other servers" : "Autoriser les utilisateurs de ce serveur à envoyer des partages vers d'autres serveurs",
"Allow users on this server to receive shares from other servers" : "Autoriser les utilisateurs de ce serveur à recevoir des partages d'autres serveurs",
"Federated Cloud" : "Federated Cloud",
- "Your Federated Cloud ID:" : "Votre ID Federated Cloud :",
+ "Your Federated Cloud ID:" : "Votre identifiant Federated Cloud :",
"Share it:" : "Partager :",
"Add it to your website:" : "Ajouter à votre site web :",
"Share with me via ownCloud" : "Partagez avec moi via ownCloud",
- "HTML Code:" : "Code HTML:"
+ "HTML Code:" : "Code HTML :"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json
index a57b1befbcc..b4592edcdcc 100644
--- a/apps/files_sharing/l10n/fr.json
+++ b/apps/files_sharing/l10n/fr.json
@@ -61,10 +61,10 @@
"Allow users on this server to send shares to other servers" : "Autoriser les utilisateurs de ce serveur à envoyer des partages vers d'autres serveurs",
"Allow users on this server to receive shares from other servers" : "Autoriser les utilisateurs de ce serveur à recevoir des partages d'autres serveurs",
"Federated Cloud" : "Federated Cloud",
- "Your Federated Cloud ID:" : "Votre ID Federated Cloud :",
+ "Your Federated Cloud ID:" : "Votre identifiant Federated Cloud :",
"Share it:" : "Partager :",
"Add it to your website:" : "Ajouter à votre site web :",
"Share with me via ownCloud" : "Partagez avec moi via ownCloud",
- "HTML Code:" : "Code HTML:"
+ "HTML Code:" : "Code HTML :"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js
index 18a6dde9e3a..76e9b885257 100644
--- a/apps/files_sharing/l10n/uk.js
+++ b/apps/files_sharing/l10n/uk.js
@@ -59,6 +59,9 @@ OC.L10N.register(
"Federated Cloud Sharing" : "Об’єднання хмарних сховищ",
"Open documentation" : "Відкрити документацію",
"Allow users on this server to send shares to other servers" : "Дозволити користувачам цього сервера публікувати на інших серверах",
- "Allow users on this server to receive shares from other servers" : "Дозволити користувачам на цьому сервері отримувати публікації з інших серверів"
+ "Allow users on this server to receive shares from other servers" : "Дозволити користувачам на цьому сервері отримувати публікації з інших серверів",
+ "Share it:" : "Поділитися цим:",
+ "Add it to your website:" : "Додати до вашого сайту:",
+ "HTML Code:" : "HTML код:"
},
"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_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json
index de200a1fe8f..74cccc1901c 100644
--- a/apps/files_sharing/l10n/uk.json
+++ b/apps/files_sharing/l10n/uk.json
@@ -57,6 +57,9 @@
"Federated Cloud Sharing" : "Об’єднання хмарних сховищ",
"Open documentation" : "Відкрити документацію",
"Allow users on this server to send shares to other servers" : "Дозволити користувачам цього сервера публікувати на інших серверах",
- "Allow users on this server to receive shares from other servers" : "Дозволити користувачам на цьому сервері отримувати публікації з інших серверів"
+ "Allow users on this server to receive shares from other servers" : "Дозволити користувачам на цьому сервері отримувати публікації з інших серверів",
+ "Share it:" : "Поділитися цим:",
+ "Add it to your website:" : "Додати до вашого сайту:",
+ "HTML Code:" : "HTML код:"
},"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_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js
index 11e71ab4819..f3bbbbcfcb9 100644
--- a/apps/files_sharing/l10n/zh_CN.js
+++ b/apps/files_sharing/l10n/zh_CN.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"This share is password-protected" : "这是一个密码保护的共享",
"The password is wrong. Try again." : "用户名或密码错误!请重试",
"Password" : "密码",
+ "No entries found in this folder" : "此文件夹中无项目",
"Name" : "名称",
"Share time" : "分享时间",
"Sorry, this link doesn’t seem to work anymore." : "抱歉,此链接已失效",
@@ -34,6 +35,8 @@ OC.L10N.register(
"Add to your ownCloud" : "添加到您的 ownCloud",
"Download" : "下载",
"Download %s" : "下载 %s",
- "Direct link" : "直接链接"
+ "Direct link" : "直接链接",
+ "Federated Cloud Sharing" : "联合云共享",
+ "Open documentation" : "打开文档"
},
"nplurals=1; plural=0;");
diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json
index bc26e501a06..a8b4d45a62d 100644
--- a/apps/files_sharing/l10n/zh_CN.json
+++ b/apps/files_sharing/l10n/zh_CN.json
@@ -21,6 +21,7 @@
"This share is password-protected" : "这是一个密码保护的共享",
"The password is wrong. Try again." : "用户名或密码错误!请重试",
"Password" : "密码",
+ "No entries found in this folder" : "此文件夹中无项目",
"Name" : "名称",
"Share time" : "分享时间",
"Sorry, this link doesn’t seem to work anymore." : "抱歉,此链接已失效",
@@ -32,6 +33,8 @@
"Add to your ownCloud" : "添加到您的 ownCloud",
"Download" : "下载",
"Download %s" : "下载 %s",
- "Direct link" : "直接链接"
+ "Direct link" : "直接链接",
+ "Federated Cloud Sharing" : "联合云共享",
+ "Open documentation" : "打开文档"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/be.js b/apps/files_trashbin/l10n/be.js
index 3ed1bc6464a..c72c72bbe91 100644
--- a/apps/files_trashbin/l10n/be.js
+++ b/apps/files_trashbin/l10n/be.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Error" : "Памылка"
},
-"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/files_trashbin/l10n/be.json b/apps/files_trashbin/l10n/be.json
index 501bc5f7dfb..a2514254e13 100644
--- a/apps/files_trashbin/l10n/be.json
+++ b/apps/files_trashbin/l10n/be.json
@@ -1,4 +1,4 @@
{ "translations": {
"Error" : "Памылка"
-},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/zh_CN.js b/apps/files_trashbin/l10n/zh_CN.js
index 8c9512b1d66..0ef17e35d62 100644
--- a/apps/files_trashbin/l10n/zh_CN.js
+++ b/apps/files_trashbin/l10n/zh_CN.js
@@ -8,6 +8,9 @@ OC.L10N.register(
"Delete permanently" : "永久删除",
"Error" : "错误",
"restored" : "已恢复",
+ "No deleted files" : "无已删除文件",
+ "You will be able to recover deleted files from here" : "你可以在此处恢复已删除的文件",
+ "No entries found in this folder" : "此文件夹中无项目",
"Select all" : "全部选择",
"Name" : "名称",
"Deleted" : "已删除",
diff --git a/apps/files_trashbin/l10n/zh_CN.json b/apps/files_trashbin/l10n/zh_CN.json
index 895d235aadb..0349f643555 100644
--- a/apps/files_trashbin/l10n/zh_CN.json
+++ b/apps/files_trashbin/l10n/zh_CN.json
@@ -6,6 +6,9 @@
"Delete permanently" : "永久删除",
"Error" : "错误",
"restored" : "已恢复",
+ "No deleted files" : "无已删除文件",
+ "You will be able to recover deleted files from here" : "你可以在此处恢复已删除的文件",
+ "No entries found in this folder" : "此文件夹中无项目",
"Select all" : "全部选择",
"Name" : "名称",
"Deleted" : "已删除",
diff --git a/apps/files_versions/l10n/is.js b/apps/files_versions/l10n/is.js
index 25bf6aafbfc..bbfe2f42ab3 100644
--- a/apps/files_versions/l10n/is.js
+++ b/apps/files_versions/l10n/is.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Versions" : "Útgáfur"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/apps/files_versions/l10n/is.json b/apps/files_versions/l10n/is.json
index d21e4480909..11d9d3383bd 100644
--- a/apps/files_versions/l10n/is.json
+++ b/apps/files_versions/l10n/is.json
@@ -1,4 +1,4 @@
{ "translations": {
"Versions" : "Útgáfur"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
} \ No newline at end of file
diff --git a/apps/files_versions/l10n/ru.js b/apps/files_versions/l10n/ru.js
index 74ad347804b..25248b9de5f 100644
--- a/apps/files_versions/l10n/ru.js
+++ b/apps/files_versions/l10n/ru.js
@@ -8,4 +8,4 @@ OC.L10N.register(
"No other versions available" : "Других версий не доступно",
"Restore" : "Откатить"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/files_versions/l10n/ru.json b/apps/files_versions/l10n/ru.json
index b21bd54331f..738bb332d23 100644
--- a/apps/files_versions/l10n/ru.json
+++ b/apps/files_versions/l10n/ru.json
@@ -5,5 +5,5 @@
"More versions..." : "Ещё версии...",
"No other versions available" : "Других версий не доступно",
"Restore" : "Откатить"
-},"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);"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js
index 77f354d6885..9b0e871c9f0 100644
--- a/apps/user_ldap/l10n/fr.js
+++ b/apps/user_ldap/l10n/fr.js
@@ -93,10 +93,10 @@ OC.L10N.register(
"Detect Base DN" : "Détecter le DN de base",
"Test Base DN" : "Tester le DN de base",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.",
- "Manually enter LDAP filters (recommended for large directories)" : "Entrée manuelle des filtres LDAP (recommandé pour les annuaires de grande ampleur)",
+ "Manually enter LDAP filters (recommended for large directories)" : "Saisir les filtres LDAP manuellement (recommandé pour les annuaires de grande ampleur)",
"Limit %s access to users meeting these criteria:" : "Limiter l'accès à %s aux utilisateurs respectant ces critères :",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Les classes d'objets fréquentes pour les utilisateurs sont : organizationalPerson, person, user et inetOrgPerson. Si vous n'êtes pas sûr de la classe à utiliser, demandez à l'administrateur de l'annuaire.",
- "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP doivent avoir accès à l'instance %s.",
+ "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP auront accès à l'instance %s.",
"Verify settings and count users" : "Vérifier les paramètres et compter les utilisateurs",
"Saving" : "Enregistrement...",
"Back" : "Retour",
diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json
index 2e618640c51..6fb93d618e1 100644
--- a/apps/user_ldap/l10n/fr.json
+++ b/apps/user_ldap/l10n/fr.json
@@ -91,10 +91,10 @@
"Detect Base DN" : "Détecter le DN de base",
"Test Base DN" : "Tester le DN de base",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.",
- "Manually enter LDAP filters (recommended for large directories)" : "Entrée manuelle des filtres LDAP (recommandé pour les annuaires de grande ampleur)",
+ "Manually enter LDAP filters (recommended for large directories)" : "Saisir les filtres LDAP manuellement (recommandé pour les annuaires de grande ampleur)",
"Limit %s access to users meeting these criteria:" : "Limiter l'accès à %s aux utilisateurs respectant ces critères :",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Les classes d'objets fréquentes pour les utilisateurs sont : organizationalPerson, person, user et inetOrgPerson. Si vous n'êtes pas sûr de la classe à utiliser, demandez à l'administrateur de l'annuaire.",
- "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP doivent avoir accès à l'instance %s.",
+ "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP auront accès à l'instance %s.",
"Verify settings and count users" : "Vérifier les paramètres et compter les utilisateurs",
"Saving" : "Enregistrement...",
"Back" : "Retour",
diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js
index 181934932a3..87c78e3d2f5 100644
--- a/apps/user_ldap/l10n/pt_BR.js
+++ b/apps/user_ldap/l10n/pt_BR.js
@@ -78,6 +78,7 @@ OC.L10N.register(
"Verify settings" : "Verificar configurações",
"1. Server" : "1. Servidor",
"%s. Server:" : "%s. Servidor:",
+ "Add a new and blank configuration" : "Adiciona uma configuração nova e em branco",
"Copy current configuration into new directory binding" : "Copie a configuração atual em um novo diretório obrigatório",
"Delete the current configuration" : "Excluir a configuração atual",
"Host" : "Host",
diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json
index 9e2e7a6fead..169ff1db41c 100644
--- a/apps/user_ldap/l10n/pt_BR.json
+++ b/apps/user_ldap/l10n/pt_BR.json
@@ -76,6 +76,7 @@
"Verify settings" : "Verificar configurações",
"1. Server" : "1. Servidor",
"%s. Server:" : "%s. Servidor:",
+ "Add a new and blank configuration" : "Adiciona uma configuração nova e em branco",
"Copy current configuration into new directory binding" : "Copie a configuração atual em um novo diretório obrigatório",
"Delete the current configuration" : "Excluir a configuração atual",
"Host" : "Host",
diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js
index fe499d9ad67..de7bcf5faf7 100644
--- a/apps/user_ldap/l10n/uk.js
+++ b/apps/user_ldap/l10n/uk.js
@@ -10,6 +10,7 @@ OC.L10N.register(
"No configuration specified" : "Немає конфігурації",
"No data specified" : "Немає даних",
" Could not set configuration %s" : "Не вдалося встановити конфігурацію %s",
+ "Action does not exist" : "Дія не існує",
"Configuration incorrect" : "Невірна конфігурація",
"Configuration incomplete" : "Конфігурація неповна",
"Configuration OK" : "Конфігурація OK",
@@ -19,6 +20,8 @@ OC.L10N.register(
"{nthServer}. Server" : "{nthServer}. Сервер",
"Do you really want to delete the current Server Configuration?" : "Ви дійсно бажаєте видалити поточну конфігурацію сервера ?",
"Confirm Deletion" : "Підтвердіть Видалення",
+ "Mappings cleared successfully!" : "Відображення успішно очищенні!",
+ "Error while clearing the mappings." : "Помилка при очищенні відображень.",
"Select attributes" : "Виберіть атрибути",
"User found and settings verified." : "Користувача знайдено і налаштування перевірені.",
"_%s group found_::_%s groups found_" : [" %s група знайдена "," %s груп знайдено ","%s груп знайдено "],
@@ -32,10 +35,13 @@ OC.L10N.register(
"Test Configuration" : "Тестове налаштування",
"Help" : "Допомога",
"Groups meeting these criteria are available in %s:" : "Групи, що відповідають цим критеріям доступні в %s:",
+ "Only from these groups:" : "Лише з цих груп:",
"Search groups" : "Пошук груп",
"Available groups" : "Доступні групи",
"Selected groups" : "Обрані групи",
+ "LDAP Filter:" : "LDAP фільтр:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Фільтр визначає, які LDAP групи повинні мати доступ до %s примірника.",
+ "LDAP / AD Email Address:" : "LDAP / AD Email адреса:",
"Other Attributes:" : "Інші Атрибути:",
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Визначає фільтр, який слід застосовувати при спробі входу.\n%%uid замінює ім'я користувача при вході в систему. Приклад: \"uid=%%uid\"",
"1. Server" : "1. Сервер",
diff --git a/apps/user_ldap/l10n/uk.json b/apps/user_ldap/l10n/uk.json
index 5a04bf4b356..6590a639dfa 100644
--- a/apps/user_ldap/l10n/uk.json
+++ b/apps/user_ldap/l10n/uk.json
@@ -8,6 +8,7 @@
"No configuration specified" : "Немає конфігурації",
"No data specified" : "Немає даних",
" Could not set configuration %s" : "Не вдалося встановити конфігурацію %s",
+ "Action does not exist" : "Дія не існує",
"Configuration incorrect" : "Невірна конфігурація",
"Configuration incomplete" : "Конфігурація неповна",
"Configuration OK" : "Конфігурація OK",
@@ -17,6 +18,8 @@
"{nthServer}. Server" : "{nthServer}. Сервер",
"Do you really want to delete the current Server Configuration?" : "Ви дійсно бажаєте видалити поточну конфігурацію сервера ?",
"Confirm Deletion" : "Підтвердіть Видалення",
+ "Mappings cleared successfully!" : "Відображення успішно очищенні!",
+ "Error while clearing the mappings." : "Помилка при очищенні відображень.",
"Select attributes" : "Виберіть атрибути",
"User found and settings verified." : "Користувача знайдено і налаштування перевірені.",
"_%s group found_::_%s groups found_" : [" %s група знайдена "," %s груп знайдено ","%s груп знайдено "],
@@ -30,10 +33,13 @@
"Test Configuration" : "Тестове налаштування",
"Help" : "Допомога",
"Groups meeting these criteria are available in %s:" : "Групи, що відповідають цим критеріям доступні в %s:",
+ "Only from these groups:" : "Лише з цих груп:",
"Search groups" : "Пошук груп",
"Available groups" : "Доступні групи",
"Selected groups" : "Обрані групи",
+ "LDAP Filter:" : "LDAP фільтр:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Фільтр визначає, які LDAP групи повинні мати доступ до %s примірника.",
+ "LDAP / AD Email Address:" : "LDAP / AD Email адреса:",
"Other Attributes:" : "Інші Атрибути:",
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Визначає фільтр, який слід застосовувати при спробі входу.\n%%uid замінює ім'я користувача при вході в систему. Приклад: \"uid=%%uid\"",
"1. Server" : "1. Сервер",
diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js
index e341c393865..15d0154921b 100644
--- a/apps/user_ldap/l10n/zh_CN.js
+++ b/apps/user_ldap/l10n/zh_CN.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Do you really want to delete the current Server Configuration?" : "您真的想要删除当前服务器配置吗?",
"Confirm Deletion" : "确认删除",
"Invalid Host" : "无效的主机",
+ "Server" : "服务器",
"Users" : "用户",
"Groups" : "群组",
"Test Configuration" : "测试配置",
diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json
index 24cd71d6941..18c87aa6c6f 100644
--- a/apps/user_ldap/l10n/zh_CN.json
+++ b/apps/user_ldap/l10n/zh_CN.json
@@ -7,6 +7,7 @@
"Do you really want to delete the current Server Configuration?" : "您真的想要删除当前服务器配置吗?",
"Confirm Deletion" : "确认删除",
"Invalid Host" : "无效的主机",
+ "Server" : "服务器",
"Users" : "用户",
"Groups" : "群组",
"Test Configuration" : "测试配置",
diff --git a/apps/user_webdavauth/l10n/is.js b/apps/user_webdavauth/l10n/is.js
index c6580e434b5..cc9515a9455 100644
--- a/apps/user_webdavauth/l10n/is.js
+++ b/apps/user_webdavauth/l10n/is.js
@@ -4,4 +4,4 @@ OC.L10N.register(
"WebDAV Authentication" : "WebDAV Auðkenni",
"Save" : "Vista"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/apps/user_webdavauth/l10n/is.json b/apps/user_webdavauth/l10n/is.json
index a9ab8d7246c..e59f0457738 100644
--- a/apps/user_webdavauth/l10n/is.json
+++ b/apps/user_webdavauth/l10n/is.json
@@ -1,5 +1,5 @@
{ "translations": {
"WebDAV Authentication" : "WebDAV Auðkenni",
"Save" : "Vista"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
} \ No newline at end of file
diff --git a/apps/user_webdavauth/l10n/ru.js b/apps/user_webdavauth/l10n/ru.js
index b52d1ed81be..2af520e8396 100644
--- a/apps/user_webdavauth/l10n/ru.js
+++ b/apps/user_webdavauth/l10n/ru.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"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." : "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 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);");
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/user_webdavauth/l10n/ru.json b/apps/user_webdavauth/l10n/ru.json
index e265fc80ed4..88b53330acc 100644
--- a/apps/user_webdavauth/l10n/ru.json
+++ b/apps/user_webdavauth/l10n/ru.json
@@ -3,5 +3,5 @@
"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." : "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 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);"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file