diff options
author | Volkan Gezer <volkangezer@gmail.com> | 2014-09-21 17:34:39 +0200 |
---|---|---|
committer | Volkan Gezer <volkangezer@gmail.com> | 2014-09-21 17:34:39 +0200 |
commit | 0afd79a22c98941de6de567f63fb70b539cc66a7 (patch) | |
tree | 95bbcf9798b0f135d31f3f14a38e034662694b70 /apps/files_sharing/l10n/ja.php | |
parent | f8ecef29171db418c45bff99cfb0ffd3423f79e8 (diff) | |
download | nextcloud-server-0afd79a22c98941de6de567f63fb70b539cc66a7.tar.gz nextcloud-server-0afd79a22c98941de6de567f63fb70b539cc66a7.zip |
backport server2server strings
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;"; |