diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-13 17:12:37 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-13 17:12:37 -0400 |
commit | 4b802aa7cbbb46d85a50e0d08756cb702274d8f9 (patch) | |
tree | 99e1773e279977eaafecb203887592027b7bd144 /apps/files_sharing/l10n/ja.php | |
parent | b2757e621c1dfd9d9993636e74bdebf01dce51e0 (diff) | |
download | nextcloud-server-4b802aa7cbbb46d85a50e0d08756cb702274d8f9.tar.gz nextcloud-server-4b802aa7cbbb46d85a50e0d08756cb702274d8f9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ja.php')
-rw-r--r-- | apps/files_sharing/l10n/ja.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php new file mode 100644 index 00000000000..7e6461c6081 --- /dev/null +++ b/apps/files_sharing/l10n/ja.php @@ -0,0 +1,17 @@ +<?php +$TRANSLATIONS = array( +"Shared by {owner}" => "{owner} と共有中", +"This share is password-protected" => "この共有はパスワードで保護されています", +"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。", +"Password" => "パスワード", +"Sorry, this link doesn’t seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。", +"Reasons might be:" => "理由は以下の通りと考えられます:", +"the item was removed" => "アイテムが削除されました", +"the link expired" => "リンクの期限が切れています", +"sharing is disabled" => "共有が無効になっています", +"For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。", +"shared by %s" => "%s で共有中", +"Download %s" => "%s をダウンロード", +"Direct link" => "リンク" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |