diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-12 01:57:17 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-12 01:57:17 -0400 |
commit | 8320b8eb7aed2e5ca951663d2b3894f0484f407d (patch) | |
tree | d364c5f36ac404291a7c24718ee4fa961f6448a7 /apps/files_sharing/l10n/ja_JP.php | |
parent | 364e1f852fe8640d7d6fa149f784a0d2d1de0a57 (diff) | |
download | nextcloud-server-8320b8eb7aed2e5ca951663d2b3894f0484f407d.tar.gz nextcloud-server-8320b8eb7aed2e5ca951663d2b3894f0484f407d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ja_JP.php')
-rw-r--r-- | apps/files_sharing/l10n/ja_JP.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ja_JP.php b/apps/files_sharing/l10n/ja_JP.php index 8ddafb36a4c..7e6461c6081 100644 --- a/apps/files_sharing/l10n/ja_JP.php +++ b/apps/files_sharing/l10n/ja_JP.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Shared by {owner}" => "{owner} と共有中", "This share is password-protected" => "この共有はパスワードで保護されています", "The password is wrong. Try again." => "パスワードが間違っています。再試行してください。", "Password" => "パスワード", @@ -9,6 +10,8 @@ $TRANSLATIONS = array( "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;"; |