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:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-17 10:11:10 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-17 10:11:10 +0300
commit31eb6e1e2cc77e6a3a2f620e2d71a1d4b73220bc (patch)
treee5e29fc850fee112030c2e6a828ba2b9aee5150c
parent727a3368b23ddfc805827d11396e10b17c92d6ac (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/ja.js1
-rw-r--r--l10n/ja.json1
-rw-r--r--l10n/ja.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index 8671eb3..a3861a3 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Cannot save file as it has been modified since opening" : "変更したファイルは使用中のため保存できません",
"Insufficient permissions" : "権限が不足しています",
"File path not supplied" : "ファイルパスが足りません",
+ "File mtime not supplied" : "ファイルのアクセス時刻がありません",
"Save" : "保存",
"Search" : "検索",
"Next" : "次",
diff --git a/l10n/ja.json b/l10n/ja.json
index 626f9ec..04b9393 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -2,6 +2,7 @@
"Cannot save file as it has been modified since opening" : "変更したファイルは使用中のため保存できません",
"Insufficient permissions" : "権限が不足しています",
"File path not supplied" : "ファイルパスが足りません",
+ "File mtime not supplied" : "ファイルのアクセス時刻がありません",
"Save" : "保存",
"Search" : "検索",
"Next" : "次",
diff --git a/l10n/ja.php b/l10n/ja.php
index d919de7..9770f0a 100644
--- a/l10n/ja.php
+++ b/l10n/ja.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Cannot save file as it has been modified since opening" => "変更したファイルは使用中のため保存できません",
"Insufficient permissions" => "権限が不足しています",
"File path not supplied" => "ファイルパスが足りません",
+"File mtime not supplied" => "ファイルのアクセス時刻がありません",
"Save" => "保存",
"Search" => "検索",
"Next" => "次",