blob: c97647f97557549b33644082037bcf024e85a3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "ownCloud の信頼済サイト に追加されているサーバー",
"Server is already in the list of trusted servers." : "信頼済サイトとして既に登録されています。",
"No ownCloud server found" : "ownCloudサーバーが見つかりません",
"Could not add server" : "サーバーを追加できませんでした",
"Federation" : "連携",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud 連携機能では信頼済のownCloudのユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。"
},
"nplurals=1; plural=0;");
|