diff options
Diffstat (limited to 'apps/files_sharing/l10n/ja.php')
-rw-r--r-- | apps/files_sharing/l10n/ja.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php index c1a623444f2..fe18feff398 100644 --- a/apps/files_sharing/l10n/ja.php +++ b/apps/files_sharing/l10n/ja.php @@ -31,6 +31,10 @@ $TRANSLATIONS = array( "Direct link" => "リンク", "Remote Shares" => "リモート共有", "Allow other instances to mount public links shared from this server" => "このサーバにおけるURLでの共有を他のインスタンスからマウントできるようにする", -"Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする" +"Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする", +"Remote share" => "リモート共有", +"Remote share password" => "リモート共有のパスワード", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?", +"Add remote share" => "リモート共有を追加", ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |