Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'imprint/l10n/ru.js')
-rw-r--r--imprint/l10n/ru.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/imprint/l10n/ru.js b/imprint/l10n/ru.js
deleted file mode 100644
index a4e7736a3..000000000
--- a/imprint/l10n/ru.js
+++ /dev/null
@@ -1,20 +0,0 @@
-OC.L10N.register(
- "imprint",
- {
- "Legal notice" : "Юридическое уведомление",
- "Nothing here yet" : "Пока ничего нет",
- "The content of the legal notice has to be configured first" : "Сначала следует задать содержимое юридического уведомления",
- "That configuration has to be done by the system administration." : "Эту конфигурацию должен сделать системный администратор",
- "Imprint" : "Штамп",
- "Reference" : "Ссылка",
- "Header left" : "Заголовок слева",
- "Header right" : "Заголовок справа",
- "As guest" : "Как гость",
- "Footer left" : "Низ страницы слева",
- "Footer right" : "Низ страницы справа",
- "At login" : "При логине",
- "Application" : "Приложение",
- "Content" : "Содержимое",
- "You can use plain text, markdown notation or html markup with inline style attributes. " : "Вы можете использовать простой текст, нотацию markdown или разметку HTML со встроенными стилями в атрибутах тегов."
-},
-"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);");