10 lines
757 B
JavaScript
10 lines
757 B
JavaScript
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;");
|