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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-06 10:11:24 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-06 10:11:24 +0300
commit524f92d04adceddd06b331f4e91199b0f2f2d41e (patch)
treec0657c1e696548a48e72835eae921bdb2dbe361a /l10n
parent014102bd86e7f16671f54f6c4b69a9a14f62217a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ru.js1
-rw-r--r--l10n/ru.json1
-rw-r--r--l10n/ru.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index c763684..bf0546f 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"This file is too big to be opened. Please download the file instead." : "Файл слишком большой для открытия. Пожалуйста скачайте его.",
"Cannot read the file." : "Не удается прочитать файл.",
"Invalid file path supplied." : "Указан некорректный путь.",
+ "The file is locked." : "Файл заблокирован.",
"An internal server error occurred." : "Произошла внутренняя ошибка сервера.",
"Cannot save file as it has been modified since opening" : "Невозможно сохранить файл поскольку он был изменен после открытия ",
"Insufficient permissions" : "Недостаточно прав доступа",
diff --git a/l10n/ru.json b/l10n/ru.json
index aa84173..9c8a592 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -2,6 +2,7 @@
"This file is too big to be opened. Please download the file instead." : "Файл слишком большой для открытия. Пожалуйста скачайте его.",
"Cannot read the file." : "Не удается прочитать файл.",
"Invalid file path supplied." : "Указан некорректный путь.",
+ "The file is locked." : "Файл заблокирован.",
"An internal server error occurred." : "Произошла внутренняя ошибка сервера.",
"Cannot save file as it has been modified since opening" : "Невозможно сохранить файл поскольку он был изменен после открытия ",
"Insufficient permissions" : "Недостаточно прав доступа",
diff --git a/l10n/ru.php b/l10n/ru.php
index cfbc5bf..7d14e5c 100644
--- a/l10n/ru.php
+++ b/l10n/ru.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "Файл слишком большой для открытия. Пожалуйста скачайте его.",
"Cannot read the file." => "Не удается прочитать файл.",
"Invalid file path supplied." => "Указан некорректный путь.",
+"The file is locked." => "Файл заблокирован.",
"An internal server error occurred." => "Произошла внутренняя ошибка сервера.",
"Cannot save file as it has been modified since opening" => "Невозможно сохранить файл поскольку он был изменен после открытия ",
"Insufficient permissions" => "Недостаточно прав доступа",