CluPilotCloud/lang/en/instances.php

20 lines
926 B
PHP

<?php
return [
'admin_title' => 'Administrator access to :name',
'admin_body' => 'Resets the password of our managed administrator account inside this Nextcloud and shows it once. The customer\'s own accounts are untouched. Confirm with your own password.',
'admin_confirm' => 'Issue access',
'admin_working' => 'Setting the password on the instance …',
'admin_ready' => 'Credentials issued.',
'admin_url' => 'Address',
'admin_user' => 'User',
'admin_password' => 'Password',
'admin_once' => 'Visible only now. Next time a new password is set again.',
'admin_failed' => 'The instance did not answer. Is the VM running and the tunnel up?',
'your_password' => 'Your password',
'wrong_password' => 'That password is not correct.',
'too_many_attempts' => 'Too many attempts. Try again in :seconds seconds.',
'cancel' => 'Cancel',
'admin_action' => 'Admin access',
];