diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
commit | ab090d5277a836667d71e09d1ac5288de85a5434 (patch) | |
tree | 3c2fa3ef21ed24a0efabb2c1985ae6a4e0508b9b /lib/l10n/ja_JP.php | |
parent | efa0478d2d6c78639d5839c9014f25dac1f11d98 (diff) | |
download | nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.tar.gz nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja_JP.php')
-rw-r--r-- | lib/l10n/ja_JP.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/l10n/ja_JP.php b/lib/l10n/ja_JP.php new file mode 100644 index 00000000000..3552a525c99 --- /dev/null +++ b/lib/l10n/ja_JP.php @@ -0,0 +1,25 @@ +<?php $TRANSLATIONS = array( +"Help" => "ヘルプ", +"Personal" => "個人設定", +"Settings" => "設定", +"Users" => "ユーザ", +"Apps" => "アプリ", +"Admin" => "管理者", +"ZIP download is turned off." => "ZIPダウンロードは無効です。", +"Files need to be downloaded one by one." => "ファイルは1つずつダウンロードする必要があります。", +"Back to Files" => "ファイルに戻る", +"Selected files too large to generate zip file." => "選択したファイルはZIPファイルの生成には大きすぎます。", +"Application is not enabled" => "アプリケーションは無効です", +"Authentication error" => "認証エラー", +"Token expired. Please reload page." => "トークンが無効になりました。ページを再読込してください。", +"seconds ago" => "秒前", +"1 minute ago" => "1分前", +"%d minutes ago" => "%d 分前", +"today" => "今日", +"yesterday" => "昨日", +"%d days ago" => "%d 日前", +"last month" => "先月", +"months ago" => "月前", +"last year" => "昨年", +"years ago" => "年前" +); |