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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/ru.js1
-rw-r--r--lib/l10n/ru.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index 7d746783dec..749910ec95c 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"PHP %s or higher is required." : "Требуется PHP версии %s или выше.",
"PHP with a version lower than %s is required." : "Требуется PHP версии ниже %s.",
"%sbit or higher PHP required." : "Требуется PHP с разрядностью %s бит или более.",
+ "The following architectures are supported: %s" : "Поддерживаются следующие архитектуры: %s",
"The following databases are supported: %s" : "Поддерживаются следующие базы данных: %s",
"The command line tool %s could not be found" : "Утилита командной строки %s не найдена",
"The library %s is not available." : "Библиотека «%s» недоступна.",
diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json
index e9449fc32e9..f3da68b89c7 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -21,6 +21,7 @@
"PHP %s or higher is required." : "Требуется PHP версии %s или выше.",
"PHP with a version lower than %s is required." : "Требуется PHP версии ниже %s.",
"%sbit or higher PHP required." : "Требуется PHP с разрядностью %s бит или более.",
+ "The following architectures are supported: %s" : "Поддерживаются следующие архитектуры: %s",
"The following databases are supported: %s" : "Поддерживаются следующие базы данных: %s",
"The command line tool %s could not be found" : "Утилита командной строки %s не найдена",
"The library %s is not available." : "Библиотека «%s» недоступна.",