hpdl
|
1581
|
1
|
# $Id: backup.php 1498 2007-03-29 14:04:50Z hpdl $
|
|
2
|
#
|
|
3
|
# osCommerce, Open Source E-Commerce Solutions
|
|
4
|
# http://www.oscommerce.com
|
|
5
|
#
|
|
6
|
# Copyright (c) 2007 osCommerce
|
|
7
|
#
|
|
8
|
# This program is free software; you can redistribute it and/or modify
|
|
9
|
# it under the terms of the GNU General Public License v2 (1991)
|
|
10
|
# as published by the Free Software Foundation.
|
|
11
|
|
|
12
|
heading_title = Database Backup Manager
|
|
13
|
|
|
14
|
action_heading_new_backup = New Database Backup
|
|
15
|
action_heading_restore_local_file = Restore From Local Backup
|
|
16
|
action_heading_batch_delete_backup_files = Batch Delete Backup Files
|
|
17
|
|
|
18
|
table_heading_backups = Backups
|
|
19
|
table_heading_date = Date
|
|
20
|
table_heading_file_size = File Size
|
|
21
|
table_heading_action = Action
|
|
22
|
|
|
23
|
field_compression_none = No Compression
|
|
24
|
field_compression_gzip = GZIP Compression
|
|
25
|
field_compression_zip = ZIP Compression
|
|
26
|
field_download_only = Download Without Saving
|
|
27
|
|
|
28
|
backup_location = Backup Directory:
|
|
29
|
last_restoration_date = Last Restoration Date:
|
|
30
|
forget_restoration_date = Forget Restoration Date
|
|
31
|
|
|
32
|
introduction_new_backup = Please fill in the following information for the new database backup.
|
|
33
|
|
|
34
|
introduction_restore_file = Please verify the restoration of the following database backup file.
|
|
35
|
|
|
36
|
introduction_restore_local_file = Please select the database backup file to restore from.
|
|
37
|
|
|
38
|
introduction_delete_backup_file = Please verify the removal of this database backup file.
|
|
39
|
|
|
40
|
introduction_batch_delete_backup_files = Please verify the removal of the following database backup files.
|
|
41
|
|
|
42
|
ms_error_backup_directory_not_writable = Error: The database backup directory is not writable: %s
|
|
43
|
ms_error_backup_directory_non_existant = Error: The database backup directory does not exist: %s
|
|
44
|
ms_error_download_link_not_acceptable = Error: The download link is not acceptable.
|