default.inc.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * Default Lexicon Entries for BackupMODX
  4. *
  5. * @package backupmodx
  6. * @subpackage lexicon
  7. */
  8. $_lang['backupmodx'] = 'BackupMODX';
  9. $_lang['backupmodx.widget'] = 'BackupMODX';
  10. $_lang['backupmodx.widget_desc'] = 'Backup dashboard widget';
  11. $_lang['backupmodx.add_readme'] = 'Add a readme file <span>(txt-file)</span>:';
  12. $_lang['backupmodx.btn_cancel'] = 'Cancel';
  13. $_lang['backupmodx.btn_remove'] = 'Remove Backup';
  14. $_lang['backupmodx.btn_restore'] = 'Restore Backup';
  15. $_lang['backupmodx.btn_start'] = 'Backup Site';
  16. $_lang['backupmodx.database'] = 'Database';
  17. $_lang['backupmodx.download'] = 'Download';
  18. $_lang['backupmodx.files'] = 'Files';
  19. $_lang['backupmodx.intro'] = 'Backup your MODX-Site';
  20. $_lang['backupmodx.notes'] = 'Type your optional notes here...';
  21. $_lang['backupmodx.restore'] = 'Restore Backup';
  22. $_lang['backupmodx.err_backup_ne'] = 'The backup does not exist!';
  23. $_lang['backupmodx.err_create_backup'] = 'Error creating backup!';
  24. $_lang['backupmodx.err_create_target_path'] = 'Error creating target path!';
  25. $_lang['backupmodx.err_missing_backup_options'] = 'You did not select any elements to backup!';
  26. $_lang['backupmodx.err_missing_restore_options'] = 'You did not select any elements to restore!';
  27. $_lang['backupmodx.err_msg_title'] = 'Error!';
  28. $_lang['backupmodx.err_no_backups_available'] = 'No backups available!';
  29. $_lang['backupmodx.err_no_restore_available'] = 'No backups available for restore!';
  30. $_lang['backupmodx.err_pdo_exeption'] = 'PDO Exeption! Please read the BackupMODX error log for more information.';
  31. $_lang['backupmodx.err_unknown'] = 'Error: Failing AJAX ...';
  32. $_lang['backupmodx.success_msg_title'] = 'Success!';
  33. $_lang['backupmodx.success_restore'] = 'The database backup was successfully restored. The manager will be reloaded after confirming this message.';
  34. $_lang['backupmodx.msg_finished'] = 'Backup Finished!';
  35. $_lang['backupmodx.msg_progress_text'] = 'Backup is in progress.';
  36. $_lang['backupmodx.msg_progress_title'] = 'BackupMODX';