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>2015-10-07 09:11:18 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-07 09:11:18 +0300
commitb180ced11d3dbcbcf27538729f83f1f0b38ad14a (patch)
tree2bf314bc22e614c1bd42a179051b06c6949450bd /l10n
parent4ba6d5744e11481109528abf1872f77b7ae063ec (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/el.js1
-rw-r--r--l10n/el.json1
-rw-r--r--l10n/el.php1
-rw-r--r--l10n/fi_FI.js1
-rw-r--r--l10n/fi_FI.json1
-rw-r--r--l10n/fi_FI.php1
-rw-r--r--l10n/hu_HU.js1
-rw-r--r--l10n/hu_HU.json1
-rw-r--r--l10n/hu_HU.php1
-rw-r--r--l10n/it.js1
-rw-r--r--l10n/it.json1
-rw-r--r--l10n/it.php1
-rw-r--r--l10n/pt_BR.js1
-rw-r--r--l10n/pt_BR.json1
-rw-r--r--l10n/pt_BR.php1
-rw-r--r--l10n/ru.js16
-rw-r--r--l10n/ru.json16
-rw-r--r--l10n/ru.php16
18 files changed, 39 insertions, 24 deletions
diff --git a/l10n/el.js b/l10n/el.js
index 51a46f1..1793a82 100644
--- a/l10n/el.js
+++ b/l10n/el.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Αυτό το αρχείο είναι πολύ μεγάλο για να ανοιχθεί. Παρακαλούμε μεταφορτώστε το αρχείο.",
"Cannot read the file." : "Αδυναμία ανάγνωσης αρχείου.",
"Invalid file path supplied." : "Έχει δοθεί άκυρη διαδρομή για το αρχείο.",
"Cannot save file as it has been modified since opening" : "Δεν είναι δυνατή η αποθήκευση του αρχείου, όπως έχει τροποποιηθεί από το άνοιγμα.",
diff --git a/l10n/el.json b/l10n/el.json
index ae4884d..15df6b4 100644
--- a/l10n/el.json
+++ b/l10n/el.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Αυτό το αρχείο είναι πολύ μεγάλο για να ανοιχθεί. Παρακαλούμε μεταφορτώστε το αρχείο.",
"Cannot read the file." : "Αδυναμία ανάγνωσης αρχείου.",
"Invalid file path supplied." : "Έχει δοθεί άκυρη διαδρομή για το αρχείο.",
"Cannot save file as it has been modified since opening" : "Δεν είναι δυνατή η αποθήκευση του αρχείου, όπως έχει τροποποιηθεί από το άνοιγμα.",
diff --git a/l10n/el.php b/l10n/el.php
index 2e4513e..e3100f6 100644
--- a/l10n/el.php
+++ b/l10n/el.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Αυτό το αρχείο είναι πολύ μεγάλο για να ανοιχθεί. Παρακαλούμε μεταφορτώστε το αρχείο.",
"Cannot read the file." => "Αδυναμία ανάγνωσης αρχείου.",
"Invalid file path supplied." => "Έχει δοθεί άκυρη διαδρομή για το αρχείο.",
"Cannot save file as it has been modified since opening" => "Δεν είναι δυνατή η αποθήκευση του αρχείου, όπως έχει τροποποιηθεί από το άνοιγμα.",
diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js
index 837d92d..db5508e 100644
--- a/l10n/fi_FI.js
+++ b/l10n/fi_FI.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Tiedosto on liian suuri avattavaksi. Lataa tiedosto, jotta voit avata sen.",
"Cannot read the file." : "TIedoston lukeminen epäonnistui.",
"Invalid file path supplied." : "Virheellinen tiedostopolku.",
"Cannot save file as it has been modified since opening" : "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json
index f86438c..b05e23f 100644
--- a/l10n/fi_FI.json
+++ b/l10n/fi_FI.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Tiedosto on liian suuri avattavaksi. Lataa tiedosto, jotta voit avata sen.",
"Cannot read the file." : "TIedoston lukeminen epäonnistui.",
"Invalid file path supplied." : "Virheellinen tiedostopolku.",
"Cannot save file as it has been modified since opening" : "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php
index 6799abc..c191e7b 100644
--- a/l10n/fi_FI.php
+++ b/l10n/fi_FI.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Tiedosto on liian suuri avattavaksi. Lataa tiedosto, jotta voit avata sen.",
"Cannot read the file." => "TIedoston lukeminen epäonnistui.",
"Invalid file path supplied." => "Virheellinen tiedostopolku.",
"Cannot save file as it has been modified since opening" => "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
diff --git a/l10n/hu_HU.js b/l10n/hu_HU.js
index 5fa2ac5..f71dfe5 100644
--- a/l10n/hu_HU.js
+++ b/l10n/hu_HU.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Ez a fájl túl nagy a megnyitáshoz. Kérjük, helyette töltsd le a fájlt.",
"Cannot read the file." : "Nem olvasható a fájl!",
"Invalid file path supplied." : "Helytelen elérési utat adott meg.",
"Cannot save file as it has been modified since opening" : "Nem tudom a fáljt menteni, mert időközben a tartalma megváltozott.",
diff --git a/l10n/hu_HU.json b/l10n/hu_HU.json
index b04fffc..af8a393 100644
--- a/l10n/hu_HU.json
+++ b/l10n/hu_HU.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Ez a fájl túl nagy a megnyitáshoz. Kérjük, helyette töltsd le a fájlt.",
"Cannot read the file." : "Nem olvasható a fájl!",
"Invalid file path supplied." : "Helytelen elérési utat adott meg.",
"Cannot save file as it has been modified since opening" : "Nem tudom a fáljt menteni, mert időközben a tartalma megváltozott.",
diff --git a/l10n/hu_HU.php b/l10n/hu_HU.php
index 138f801..fc2bdfe 100644
--- a/l10n/hu_HU.php
+++ b/l10n/hu_HU.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Ez a fájl túl nagy a megnyitáshoz. Kérjük, helyette töltsd le a fájlt.",
"Cannot read the file." => "Nem olvasható a fájl!",
"Invalid file path supplied." => "Helytelen elérési utat adott meg.",
"Cannot save file as it has been modified since opening" => "Nem tudom a fáljt menteni, mert időközben a tartalma megváltozott.",
diff --git a/l10n/it.js b/l10n/it.js
index 3ebac45..8cfcd18 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Il file è troppo grande per essere aperto. Scaricalo invece.",
"Cannot read the file." : "Impossibile leggere il file.",
"Invalid file path supplied." : "Fornito un percorso del file non valido.",
"Cannot save file as it has been modified since opening" : "Impossibile salvare il file poiché è stato modificato dopo la sua apertura",
diff --git a/l10n/it.json b/l10n/it.json
index 6190757..2add0da 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Il file è troppo grande per essere aperto. Scaricalo invece.",
"Cannot read the file." : "Impossibile leggere il file.",
"Invalid file path supplied." : "Fornito un percorso del file non valido.",
"Cannot save file as it has been modified since opening" : "Impossibile salvare il file poiché è stato modificato dopo la sua apertura",
diff --git a/l10n/it.php b/l10n/it.php
index 95b741c..0a892e2 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Il file è troppo grande per essere aperto. Scaricalo invece.",
"Cannot read the file." => "Impossibile leggere il file.",
"Invalid file path supplied." => "Fornito un percorso del file non valido.",
"Cannot save file as it has been modified since opening" => "Impossibile salvare il file poiché è stato modificato dopo la sua apertura",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 8cd1236..775c5e4 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Este arquivo é muito grande para ser aberto. Por favor baixe o arquivo ao invés de abri-lo.",
"Cannot read the file." : "Não é possível ler o arquivo.",
"Invalid file path supplied." : "O caminho do arquivo que foi fornecido é inválido.",
"Cannot save file as it has been modified since opening" : "Não é possível salvar arquivo como ele foi modificado desde a abertura",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index f214a80..2407434 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Este arquivo é muito grande para ser aberto. Por favor baixe o arquivo ao invés de abri-lo.",
"Cannot read the file." : "Não é possível ler o arquivo.",
"Invalid file path supplied." : "O caminho do arquivo que foi fornecido é inválido.",
"Cannot save file as it has been modified since opening" : "Não é possível salvar arquivo como ele foi modificado desde a abertura",
diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php
index 9947aba..b8bbf39 100644
--- a/l10n/pt_BR.php
+++ b/l10n/pt_BR.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Este arquivo é muito grande para ser aberto. Por favor baixe o arquivo ao invés de abri-lo.",
"Cannot read the file." => "Não é possível ler o arquivo.",
"Invalid file path supplied." => "O caminho do arquivo que foi fornecido é inválido.",
"Cannot save file as it has been modified since opening" => "Não é possível salvar arquivo como ele foi modificado desde a abertura",
diff --git a/l10n/ru.js b/l10n/ru.js
index 3fb19fb..47a67c8 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -1,18 +1,18 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Файл слишком большой для открытия. Пожалуйста скачайте его.",
+ "Cannot read the file." : "Не удается прочитать файл.",
"Invalid file path supplied." : "Указан некорректный путь.",
"Cannot save file as it has been modified since opening" : "Невозможно сохранить файл поскольку он был изменен после открытия ",
"Insufficient permissions" : "Недостаточно прав доступа",
"File path not supplied" : "Неизвестен путь файла",
"File mtime not supplied" : "Неизвестно время модификации файла",
- "Save" : "Сохранить",
- "Search" : "Найти",
- "Next" : "Следующий",
- "Clear" : "Очистить",
- "Saving..." : "Сохранение...",
- "An error occurred!" : "Произошла ошибка!",
- "There are unsaved changes in the text editor" : "В текстовом редакторе есть несохранённые изменения",
- "There were unsaved changes, click here to go back" : "Имеются несохранённые изменения, нажмите сюда для возврата"
+ "saving..." : "сохранение...",
+ "saved!" : "сохранен!",
+ "failed!" : "ошибка!",
+ "Saved" : "Сохранено",
+ "There was a problem saving your changes. Click to resume editing." : "Произошла ошибка во время сохранения изменений. Нажмите для продолжения редактирования.",
+ "An error occurred!" : "Произошла ошибка!"
},
"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 95a1ae9..81c1c55 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -1,16 +1,16 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Файл слишком большой для открытия. Пожалуйста скачайте его.",
+ "Cannot read the file." : "Не удается прочитать файл.",
"Invalid file path supplied." : "Указан некорректный путь.",
"Cannot save file as it has been modified since opening" : "Невозможно сохранить файл поскольку он был изменен после открытия ",
"Insufficient permissions" : "Недостаточно прав доступа",
"File path not supplied" : "Неизвестен путь файла",
"File mtime not supplied" : "Неизвестно время модификации файла",
- "Save" : "Сохранить",
- "Search" : "Найти",
- "Next" : "Следующий",
- "Clear" : "Очистить",
- "Saving..." : "Сохранение...",
- "An error occurred!" : "Произошла ошибка!",
- "There are unsaved changes in the text editor" : "В текстовом редакторе есть несохранённые изменения",
- "There were unsaved changes, click here to go back" : "Имеются несохранённые изменения, нажмите сюда для возврата"
+ "saving..." : "сохранение...",
+ "saved!" : "сохранен!",
+ "failed!" : "ошибка!",
+ "Saved" : "Сохранено",
+ "There was a problem saving your changes. Click to resume editing." : "Произошла ошибка во время сохранения изменений. Нажмите для продолжения редактирования.",
+ "An error occurred!" : "Произошла ошибка!"
},"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
diff --git a/l10n/ru.php b/l10n/ru.php
index 6a0cb63..c9e7c4c 100644
--- a/l10n/ru.php
+++ b/l10n/ru.php
@@ -1,17 +1,17 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Файл слишком большой для открытия. Пожалуйста скачайте его.",
+"Cannot read the file." => "Не удается прочитать файл.",
"Invalid file path supplied." => "Указан некорректный путь.",
"Cannot save file as it has been modified since opening" => "Невозможно сохранить файл поскольку он был изменен после открытия ",
"Insufficient permissions" => "Недостаточно прав доступа",
"File path not supplied" => "Неизвестен путь файла",
"File mtime not supplied" => "Неизвестно время модификации файла",
-"Save" => "Сохранить",
-"Search" => "Найти",
-"Next" => "Следующий",
-"Clear" => "Очистить",
-"Saving..." => "Сохранение...",
-"An error occurred!" => "Произошла ошибка!",
-"There are unsaved changes in the text editor" => "В текстовом редакторе есть несохранённые изменения",
-"There were unsaved changes, click here to go back" => "Имеются несохранённые изменения, нажмите сюда для возврата"
+"saving..." => "сохранение...",
+"saved!" => "сохранен!",
+"failed!" => "ошибка!",
+"Saved" => "Сохранено",
+"There was a problem saving your changes. Click to resume editing." => "Произошла ошибка во время сохранения изменений. Нажмите для продолжения редактирования.",
+"An error occurred!" => "Произошла ошибка!"
);
$PLURAL_FORMS = "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);";