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-02-24 23:54:27 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-02-24 23:54:27 +0300
commit9f6fe5d9345e406aca886e2880b071fd0cc1a90e (patch)
treee0e76d244b0a29c65f3085666d48121d87d6f498 /l10n
parent5419c95d207e4459161a7b91709b03f981878c92 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/en_GB.js19
-rw-r--r--l10n/en_GB.json19
-rw-r--r--l10n/en_GB.php19
-rw-r--r--l10n/is.js17
-rw-r--r--l10n/is.json17
-rw-r--r--l10n/is.php17
-rw-r--r--l10n/zh_CN.js4
-rw-r--r--l10n/zh_CN.json4
-rw-r--r--l10n/zh_CN.php4
9 files changed, 78 insertions, 42 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 5e57e97..5ba64bb 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -1,17 +1,22 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "This file is too big to be opened. Please download the file instead.",
+ "Cannot read the file." : "Cannot read the file.",
+ "Invalid file path supplied." : "Invalid file path supplied.",
+ "The file is locked." : "The file is locked.",
+ "An internal server error occurred." : "An internal server error occurred.",
"Cannot save file as it has been modified since opening" : "Cannot save file as it has been modified since opening",
"Insufficient permissions" : "Insufficient permissions",
"File path not supplied" : "File path not supplied",
"File mtime not supplied" : "File mtime not supplied",
- "Save" : "Save",
- "Search" : "Search",
- "Next" : "Next",
- "Clear" : "Clear",
- "Saving..." : "Saving...",
+ "saving..." : "saving...",
+ "saved!" : "saved!",
+ "failed!" : "failed!",
+ "Saved" : "Saved",
+ "There was a problem saving your changes. Click to resume editing." : "There was a problem saving your changes. Click to resume editing.",
"An error occurred!" : "An error occurred!",
- "There are unsaved changes in the text editor" : "There are unsaved changes in the text editor",
- "There were unsaved changes, click here to go back" : "There were unsaved changes, click here to go back"
+ "Text file" : "Text file",
+ "New text file.txt" : "New text file.txt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 94c58ba..114f750 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -1,15 +1,20 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "This file is too big to be opened. Please download the file instead.",
+ "Cannot read the file." : "Cannot read the file.",
+ "Invalid file path supplied." : "Invalid file path supplied.",
+ "The file is locked." : "The file is locked.",
+ "An internal server error occurred." : "An internal server error occurred.",
"Cannot save file as it has been modified since opening" : "Cannot save file as it has been modified since opening",
"Insufficient permissions" : "Insufficient permissions",
"File path not supplied" : "File path not supplied",
"File mtime not supplied" : "File mtime not supplied",
- "Save" : "Save",
- "Search" : "Search",
- "Next" : "Next",
- "Clear" : "Clear",
- "Saving..." : "Saving...",
+ "saving..." : "saving...",
+ "saved!" : "saved!",
+ "failed!" : "failed!",
+ "Saved" : "Saved",
+ "There was a problem saving your changes. Click to resume editing." : "There was a problem saving your changes. Click to resume editing.",
"An error occurred!" : "An error occurred!",
- "There are unsaved changes in the text editor" : "There are unsaved changes in the text editor",
- "There were unsaved changes, click here to go back" : "There were unsaved changes, click here to go back"
+ "Text file" : "Text file",
+ "New text file.txt" : "New text file.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/en_GB.php b/l10n/en_GB.php
index 8d68466..163d870 100644
--- a/l10n/en_GB.php
+++ b/l10n/en_GB.php
@@ -1,16 +1,21 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "This file is too big to be opened. Please download the file instead.",
+"Cannot read the file." => "Cannot read the file.",
+"Invalid file path supplied." => "Invalid file path supplied.",
+"The file is locked." => "The file is locked.",
+"An internal server error occurred." => "An internal server error occurred.",
"Cannot save file as it has been modified since opening" => "Cannot save file as it has been modified since opening",
"Insufficient permissions" => "Insufficient permissions",
"File path not supplied" => "File path not supplied",
"File mtime not supplied" => "File mtime not supplied",
-"Save" => "Save",
-"Search" => "Search",
-"Next" => "Next",
-"Clear" => "Clear",
-"Saving..." => "Saving...",
+"saving..." => "saving...",
+"saved!" => "saved!",
+"failed!" => "failed!",
+"Saved" => "Saved",
+"There was a problem saving your changes. Click to resume editing." => "There was a problem saving your changes. Click to resume editing.",
"An error occurred!" => "An error occurred!",
-"There are unsaved changes in the text editor" => "There are unsaved changes in the text editor",
-"There were unsaved changes, click here to go back" => "There were unsaved changes, click here to go back"
+"Text file" => "Text file",
+"New text file.txt" => "New text file.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/l10n/is.js b/l10n/is.js
index 801d3c8..63a8a6d 100644
--- a/l10n/is.js
+++ b/l10n/is.js
@@ -1,19 +1,22 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Þessi skrá er of stór til að opna hana hér. Halaðu henni niður í staðinn.",
"Cannot read the file." : "Get ekki lesið skrána.",
"Invalid file path supplied." : "Ógild skráarslóð.",
+ "The file is locked." : "Skráin er læst.",
+ "An internal server error occurred." : "Innri villa kom upp.",
"Cannot save file as it has been modified since opening" : "Get ekki vistað skrána þar sem það hefur verið gerð breytt á henni frá opnun",
"Insufficient permissions" : "Ekki næg réttindi",
"File path not supplied" : "Skrá slóð fylgir ekki",
"File mtime not supplied" : "mtime skrá fylgir ekki",
- "Save" : "Vista",
- "Search" : "Leita",
- "Next" : "Næst",
- "Clear" : "Hreinsa",
- "Saving..." : "Er að vista ...",
+ "saving..." : "er að vista ...",
+ "saved!" : "vistað!",
+ "failed!" : "mistókst!",
+ "Saved" : "Vistað",
+ "There was a problem saving your changes. Click to resume editing." : "Það kom upp vandamál við að vista breytingarnar þínar. Smelltu til að halda ritun áfram.",
"An error occurred!" : "Villa kom upp!",
- "There are unsaved changes in the text editor" : "Það eru óvistaðar breytingar í texta ritlinum",
- "There were unsaved changes, click here to go back" : "Það átti eftir að vista breytingar, smelltu hér til að fara til baka"
+ "Text file" : "Textaskrá",
+ "New text file.txt" : "Ný textaskrá.txt"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/l10n/is.json b/l10n/is.json
index f608f29..670c27a 100644
--- a/l10n/is.json
+++ b/l10n/is.json
@@ -1,17 +1,20 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Þessi skrá er of stór til að opna hana hér. Halaðu henni niður í staðinn.",
"Cannot read the file." : "Get ekki lesið skrána.",
"Invalid file path supplied." : "Ógild skráarslóð.",
+ "The file is locked." : "Skráin er læst.",
+ "An internal server error occurred." : "Innri villa kom upp.",
"Cannot save file as it has been modified since opening" : "Get ekki vistað skrána þar sem það hefur verið gerð breytt á henni frá opnun",
"Insufficient permissions" : "Ekki næg réttindi",
"File path not supplied" : "Skrá slóð fylgir ekki",
"File mtime not supplied" : "mtime skrá fylgir ekki",
- "Save" : "Vista",
- "Search" : "Leita",
- "Next" : "Næst",
- "Clear" : "Hreinsa",
- "Saving..." : "Er að vista ...",
+ "saving..." : "er að vista ...",
+ "saved!" : "vistað!",
+ "failed!" : "mistókst!",
+ "Saved" : "Vistað",
+ "There was a problem saving your changes. Click to resume editing." : "Það kom upp vandamál við að vista breytingarnar þínar. Smelltu til að halda ritun áfram.",
"An error occurred!" : "Villa kom upp!",
- "There are unsaved changes in the text editor" : "Það eru óvistaðar breytingar í texta ritlinum",
- "There were unsaved changes, click here to go back" : "Það átti eftir að vista breytingar, smelltu hér til að fara til baka"
+ "Text file" : "Textaskrá",
+ "New text file.txt" : "Ný textaskrá.txt"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/l10n/is.php b/l10n/is.php
index 600c1ee..3573703 100644
--- a/l10n/is.php
+++ b/l10n/is.php
@@ -1,18 +1,21 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Þessi skrá er of stór til að opna hana hér. Halaðu henni niður í staðinn.",
"Cannot read the file." => "Get ekki lesið skrána.",
"Invalid file path supplied." => "Ógild skráarslóð.",
+"The file is locked." => "Skráin er læst.",
+"An internal server error occurred." => "Innri villa kom upp.",
"Cannot save file as it has been modified since opening" => "Get ekki vistað skrána þar sem það hefur verið gerð breytt á henni frá opnun",
"Insufficient permissions" => "Ekki næg réttindi",
"File path not supplied" => "Skrá slóð fylgir ekki",
"File mtime not supplied" => "mtime skrá fylgir ekki",
-"Save" => "Vista",
-"Search" => "Leita",
-"Next" => "Næst",
-"Clear" => "Hreinsa",
-"Saving..." => "Er að vista ...",
+"saving..." => "er að vista ...",
+"saved!" => "vistað!",
+"failed!" => "mistókst!",
+"Saved" => "Vistað",
+"There was a problem saving your changes. Click to resume editing." => "Það kom upp vandamál við að vista breytingarnar þínar. Smelltu til að halda ritun áfram.",
"An error occurred!" => "Villa kom upp!",
-"There are unsaved changes in the text editor" => "Það eru óvistaðar breytingar í texta ritlinum",
-"There were unsaved changes, click here to go back" => "Það átti eftir að vista breytingar, smelltu hér til að fara til baka"
+"Text file" => "Textaskrá",
+"New text file.txt" => "Ný textaskrá.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);";
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index ac8197c..cd5fa1c 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -1,8 +1,12 @@
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." : "提供了无效的文件路径",
+ "The file is locked." : "文件已被锁定",
+ "An internal server error occurred." : "内部服务器错误",
+ "Cannot save file as it has been modified since opening" : "由于打开之后已被修改,故无法保存文件。",
"Insufficient permissions" : "权限不足",
"File path not supplied" : "未提供文件路径",
"File mtime not supplied" : "未提供mtime",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 1ea4ba8..6785d2e 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -1,6 +1,10 @@
{ "translations": {
+ "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" : "权限不足",
"File path not supplied" : "未提供文件路径",
"File mtime not supplied" : "未提供mtime",
diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php
index 480654a..07eb2e3 100644
--- a/l10n/zh_CN.php
+++ b/l10n/zh_CN.php
@@ -1,7 +1,11 @@
<?php
$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" => "权限不足",
"File path not supplied" => "未提供文件路径",
"File mtime not supplied" => "未提供mtime",