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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-04-19 03:22:14 +0300
committerNextcloud bot <bot@nextcloud.com>2018-04-19 03:22:14 +0300
commit17d4d4143cf806edb9392e950a76fb427190a47f (patch)
tree557ce94899ecbd61d8974ba9d735d0c16be61b29
parentd689a490d554fafaca5f722ba5182dccbf23b694 (diff)
[tx-robot] updated from transifexv12.0.7RC1
-rw-r--r--l10n/is.js3
-rw-r--r--l10n/is.json3
-rw-r--r--l10n/ru.js3
-rw-r--r--l10n/ru.json3
4 files changed, 12 insertions, 0 deletions
diff --git a/l10n/is.js b/l10n/is.js
index 6b3a819..52a5d95 100644
--- a/l10n/is.js
+++ b/l10n/is.js
@@ -23,6 +23,9 @@ OC.L10N.register(
"Insufficient permissions" : "Ekki næg réttindi",
"File path not supplied" : "Skrá slóð fylgir ekki",
"File mtime not supplied" : "mtime skrá fylgir ekki",
+ "Share not found" : "Sameign fannst ekki",
+ "You are not authorized to open this share" : "Þú hefur ekki heimild til að opna þessa sameign",
+ "Invalid range request" : "Ógild fyrirspurn um gagnasvið",
"Text editor" : "Textaritill"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/l10n/is.json b/l10n/is.json
index 09aafdc..3c49f95 100644
--- a/l10n/is.json
+++ b/l10n/is.json
@@ -21,6 +21,9 @@
"Insufficient permissions" : "Ekki næg réttindi",
"File path not supplied" : "Skrá slóð fylgir ekki",
"File mtime not supplied" : "mtime skrá fylgir ekki",
+ "Share not found" : "Sameign fannst ekki",
+ "You are not authorized to open this share" : "Þú hefur ekki heimild til að opna þessa sameign",
+ "Invalid range request" : "Ógild fyrirspurn um gagnasvið",
"Text editor" : "Textaritill"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/l10n/ru.js b/l10n/ru.js
index 365137d..2db5426 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -23,6 +23,9 @@ OC.L10N.register(
"Insufficient permissions" : "Недостаточно прав доступа",
"File path not supplied" : "Неизвестен путь файла",
"File mtime not supplied" : "Неизвестно время модификации файла",
+ "Share not found" : "Общий доступ не найден",
+ "You are not authorized to open this share" : "Вы не авторизованы для открытия этого общего доступа",
+ "Invalid range request" : "Неправильный запрос на диапазон",
"Text editor" : "Редактор текста"
},
"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);");
diff --git a/l10n/ru.json b/l10n/ru.json
index c4dd215..d44bc37 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -21,6 +21,9 @@
"Insufficient permissions" : "Недостаточно прав доступа",
"File path not supplied" : "Неизвестен путь файла",
"File mtime not supplied" : "Неизвестно время модификации файла",
+ "Share not found" : "Общий доступ не найден",
+ "You are not authorized to open this share" : "Вы не авторизованы для открытия этого общего доступа",
+ "Invalid range request" : "Неправильный запрос на диапазон",
"Text editor" : "Редактор текста"
},"pluralForm" :"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);"
} \ No newline at end of file