blob: f3b271e9e49c483f8e14bf2c0ebe3f3e54c58617 (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
"Updater" : "アップデート",
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "セキュリティ上の理由から、ownCloudに組み込まれているアップデーターは追加で認証情報を利用します。アップデーターページを開くには、以下のボタンをクリックしてください。",
"Open updater" : "アップデーターを開く"
},
"nplurals=1; plural=0;");
|