Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-14 01:23:15 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-14 01:23:15 +0400
commitc6707486a2d4255deac339814e1106b16f439696 (patch)
tree0aa55f2c681ebf2072287728c2435095d6862673 /admin_migrate
parent7d3a4edb3781f4450d4d6ded24dfa612063d25ff (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/ja.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin_migrate/l10n/ja.php b/admin_migrate/l10n/ja.php
new file mode 100644
index 000000000..3a25dee69
--- /dev/null
+++ b/admin_migrate/l10n/ja.php
@@ -0,0 +1,7 @@
+<?php $TRANSLATIONS = array(
+"Export data" => "エクスポートするデータ",
+"All system files and user data" => "全システムファイルとユーザーデータ",
+"Only system files" => "システムファイルのみ",
+"Only user data" => "ユーザーデータのみ",
+"Export" => "エクスポート"
+);