Files
UNIT3D-Community-Edition/lang/en/backup.php
2024-05-23 13:58:29 +00:00

57 lines
2.7 KiB
PHP

<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
/*
|--------------------------------------------------------------------------
| Backup Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the backup system.
| You are free to change them to anything you want to customize your views to better match your application.
|
*/
'backup' => 'Backup',
'backup_process_started' => 'New Backup Process Started',
'create_a_new_backup' => 'Create Full Backup',
'create_a_new_files_backup' => 'Create Files Backup',
'create_a_new_db_backup' => 'Create Database Backup',
'existing_backups' => 'Existing backups',
'date' => 'Date',
'file_size' => 'File size',
'actions' => 'Actions',
'download' => 'Download',
'delete' => 'Delete',
'delete_confirm' => 'Are your sure you want to delete this backup file?',
'delete_confirmation_title' => 'Done',
'delete_confirmation_message' => 'The backup file was deleted.',
'delete_error_title' => 'Error',
'delete_error_message' => 'The backup file has NOT been deleted.',
'delete_cancel_title' => "It's ok",
'delete_cancel_message' => 'The backup file has NOT been deleted.',
'create_confirmation_title' => 'Backup process started',
'create_confirmation_message' => 'Please wait a few minutes for it to complete, then refresh the page.',
'create_error_title' => 'Backup error',
'create_error_message' => 'The backup file could NOT be created.',
'create_warning_title' => 'Unknown error',
'create_warning_message' => 'Your backup may NOT have been created. Please check log files for details.',
'location' => 'Location',
'manager' => 'Manager',
'no_disks_configured' => 'No backup disks configured in config/backup.php',
'backup_doesnt_exist' => "The backup file doesn't exist.",
'only_local_downloads_supported' => 'Only downloads from the Local filesystem are supported.',
];