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-06-29 09:14:07 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-29 09:14:07 +0300
commit0df299521cb90b9419ddb0db3260537e88e31562 (patch)
tree548fd5e9c4990b19a671486d264be0ff207b4408 /l10n
parent56d5942bba30bedc17e88b76d5e0eaba3aa9c7dd (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/et_EE.js1
-rw-r--r--l10n/et_EE.json1
-rw-r--r--l10n/et_EE.php1
-rw-r--r--l10n/ja.js1
-rw-r--r--l10n/ja.json1
-rw-r--r--l10n/ja.php1
6 files changed, 6 insertions, 0 deletions
diff --git a/l10n/et_EE.js b/l10n/et_EE.js
index 1019d69..6b3a144 100644
--- a/l10n/et_EE.js
+++ b/l10n/et_EE.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Can not read the file." : "Faili lugemine ebaõnnestus.",
"Invalid file path supplied." : "Faili asukoht on vigane.",
"Cannot save file as it has been modified since opening" : "Faili ei saa salvestada, kune seda on pärast avamist muudetud",
"Insufficient permissions" : "Pole piisavalt õiguseid",
diff --git a/l10n/et_EE.json b/l10n/et_EE.json
index 2eadac3..08e0999 100644
--- a/l10n/et_EE.json
+++ b/l10n/et_EE.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Can not read the file." : "Faili lugemine ebaõnnestus.",
"Invalid file path supplied." : "Faili asukoht on vigane.",
"Cannot save file as it has been modified since opening" : "Faili ei saa salvestada, kune seda on pärast avamist muudetud",
"Insufficient permissions" : "Pole piisavalt õiguseid",
diff --git a/l10n/et_EE.php b/l10n/et_EE.php
index 0b43075..204e5ef 100644
--- a/l10n/et_EE.php
+++ b/l10n/et_EE.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Can not read the file." => "Faili lugemine ebaõnnestus.",
"Invalid file path supplied." => "Faili asukoht on vigane.",
"Cannot save file as it has been modified since opening" => "Faili ei saa salvestada, kune seda on pärast avamist muudetud",
"Insufficient permissions" => "Pole piisavalt õiguseid",
diff --git a/l10n/ja.js b/l10n/ja.js
index a3861a3..a241c96 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Can not read the file." : "ファイルを読み込めません",
"Cannot save file as it has been modified since opening" : "変更したファイルは使用中のため保存できません",
"Insufficient permissions" : "権限が不足しています",
"File path not supplied" : "ファイルパスが足りません",
diff --git a/l10n/ja.json b/l10n/ja.json
index 04b9393..89cd706 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Can not read the file." : "ファイルを読み込めません",
"Cannot save file as it has been modified since opening" : "変更したファイルは使用中のため保存できません",
"Insufficient permissions" : "権限が不足しています",
"File path not supplied" : "ファイルパスが足りません",
diff --git a/l10n/ja.php b/l10n/ja.php
index 9770f0a..1bd78e1 100644
--- a/l10n/ja.php
+++ b/l10n/ja.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Can not read the file." => "ファイルを読み込めません",
"Cannot save file as it has been modified since opening" => "変更したファイルは使用中のため保存できません",
"Insufficient permissions" => "権限が不足しています",
"File path not supplied" => "ファイルパスが足りません",