12 lines
461 B
PHP
12 lines
461 B
PHP
<?php
|
|
|
|
return [
|
|
'badge' => 'Update in progress',
|
|
'title' => 'Back in a moment.',
|
|
'body' => 'We are applying an update. Your Nextcloud keeps running — only this portal is briefly unavailable.',
|
|
'auto' => 'This page reloads itself.',
|
|
|
|
'stuck' => 'The server has not answered for several minutes. That is longer than a restart takes — the update has probably finished and something else is wrong.',
|
|
'dismiss' => 'Close this notice',
|
|
];
|