aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r--apps/comments/l10n/ru.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js
new file mode 100644
index 00000000000..16c922906c7
--- /dev/null
+++ b/apps/comments/l10n/ru.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "comments",
+ {
+ "Cancel" : "Отмена",
+ "Save" : "Сохранить",
+ "Comment" : "Коментарий"
+},
+"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);");