aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/l10n/ru.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-10-08 00:06:50 +0000
committerNextcloud bot <bot@nextcloud.com>2016-10-08 00:06:50 +0000
commit0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9 (patch)
tree949dc5ad36f9bd2da7ed0e8baf04d78ca630111f /apps/dav/l10n/ru.js
parent9e7824f3edcb498447915a396e93678ddb6f5768 (diff)
downloadnextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.tar.gz
nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/ru.js')
-rw-r--r--apps/dav/l10n/ru.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/dav/l10n/ru.js b/apps/dav/l10n/ru.js
new file mode 100644
index 00000000000..87c444d3ffb
--- /dev/null
+++ b/apps/dav/l10n/ru.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Дни рождения контакта",
+ "Personal" : "Личное",
+ "Contacts" : "Контакты",
+ "Technical details" : "Технические характеристики",
+ "Remote Address: %s" : "Удаленный адрес: %s",
+ "Request ID: %s" : "ID запроса: %s",
+ "Type: %s" : "Тип: %s",
+ "Code: %s" : "Код: %s",
+ "Message: %s" : "Сообщение: %s",
+ "File: %s" : "Файл: %s",
+ "Line: %s" : "Строка: %s",
+ "Trace" : "Трассировка"
+},
+"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);");