| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/lang/english/original_sections/admin/ |
Upload File : |
<?php
/* --------------------------------------------------------------
gm_backup_files_zip.lang.inc.php 2015-01-05 gm
Gambio GmbH
http://www.gambio.de
Copyright (c) 2015 Gambio GmbH
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
--------------------------------------------------------------
*/
$t_language_text_section_content_array = [
'HEADING_TITLE' => 'Backup files',
'HEADING_SUB_TITLE' => 'Gambio',
'GM_BACKUP_FILES_ZIP_TEXT' => 'Here you can backup the most important files for your store install.',
'SUCCESS_BACKUP_CREATED' => 'Success: Backup has been saved.',
'SUCCESS_BACKUP_DELETED' => 'Success: Backup has been deleted.',
'ERROR_BACKUP_DELETED' => 'Error: Backup could not be deleted.',
'GM_BACKUP_FILES_ZIP_FILELIST_ERROR' => 'The file containing the list of the important files could not be found. ',
'GM_BACKUP_FILES_ZIP_FILES_CREATED' => 'has been created.',
'GM_BACKUP_FILES_DURATION' => 'Duration: ',
'GM_BACKUP_FILES_DESCRIPTION' => '"<strong>Backup</strong>" creates a backup of all files in the shop directory exempt from: <br />%s<br /><br />"<strong>Backup Images</strong>" creates a backup of the images-directory.<br /><br />The backups are stored in zip format in the directory admin/backups.<br /><br />',
'GM_BACKUP_FILES_RESTORE_INFO' => '<b>NOTICE:</b><br />To restore a backup, please download the file and extract the content to your local computer. You can now upload the files to the root dir of your store using the ftp client.',
'TABLE_HEADING_TITLE' => 'Filename',
'TABLE_HEADING_FILE_DATE' => 'Date',
'TABLE_HEADING_FILE_SIZE' => 'File Size',
'TABLE_HEADING_ACTION' => 'Action',
'TEXT_MARKED_ELEMENTS' => 'Selected Element',
'TEXT_INFO_DATE' => 'Date:',
'TEXT_INFO_SIZE' => 'File size:',
'TEXT_INFO_COMPRESSION' => 'Compression:',
'TEXT_BACKUP_DIRECTORY' => 'Backup directory:',
'TEXT_DELETE_INTRO' => 'Do you really want to delete this backup?',
'GM_BACKUP_MISSING_FILES' => '<br /><br />The following files could not be backed up:<br /><br />'
];