| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- /**
- * Default Lexicon Entries for BackupMODX
- *
- * @package backupmodx
- * @subpackage lexicon
- */
- $_lang['backupmodx'] = 'BackupMODX';
- $_lang['backupmodx.widget'] = 'BackupMODX';
- $_lang['backupmodx.widget_desc'] = 'Backup dashboard widget';
- $_lang['backupmodx.add_readme'] = 'Add a readme file <span>(txt-file)</span>:';
- $_lang['backupmodx.btn_cancel'] = 'Cancel';
- $_lang['backupmodx.btn_remove'] = 'Remove Backup';
- $_lang['backupmodx.btn_restore'] = 'Restore Backup';
- $_lang['backupmodx.btn_start'] = 'Backup Site';
- $_lang['backupmodx.database'] = 'Database';
- $_lang['backupmodx.download'] = 'Download';
- $_lang['backupmodx.files'] = 'Files';
- $_lang['backupmodx.intro'] = 'Backup your MODX-Site';
- $_lang['backupmodx.notes'] = 'Type your optional notes here...';
- $_lang['backupmodx.restore'] = 'Restore Backup';
- $_lang['backupmodx.err_backup_ne'] = 'The backup does not exist!';
- $_lang['backupmodx.err_create_backup'] = 'Error creating backup!';
- $_lang['backupmodx.err_create_target_path'] = 'Error creating target path!';
- $_lang['backupmodx.err_missing_backup_options'] = 'You did not select any elements to backup!';
- $_lang['backupmodx.err_missing_restore_options'] = 'You did not select any elements to restore!';
- $_lang['backupmodx.err_msg_title'] = 'Error!';
- $_lang['backupmodx.err_no_backups_available'] = 'No backups available!';
- $_lang['backupmodx.err_no_restore_available'] = 'No backups available for restore!';
- $_lang['backupmodx.err_pdo_exeption'] = 'PDO Exeption! Please read the BackupMODX error log for more information.';
- $_lang['backupmodx.err_unknown'] = 'Error: Failing AJAX ...';
- $_lang['backupmodx.success_msg_title'] = 'Success!';
- $_lang['backupmodx.success_restore'] = 'The database backup was successfully restored. The manager will be reloaded after confirming this message.';
- $_lang['backupmodx.msg_finished'] = 'Backup Finished!';
- $_lang['backupmodx.msg_progress_text'] = 'Backup is in progress.';
- $_lang['backupmodx.msg_progress_title'] = 'BackupMODX';
|