Skip to content
es_web_backup_list.lng 3.07 KiB
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['list_head_txt'] = 'Respaldos existentes';
$wb['date_txt'] = 'Fecha';
$wb['backup_type_txt'] = 'Tipo';
$wb['filename_txt'] = 'Archivo de respaldo';
$wb['restore_backup_txt'] = 'Restaurar';
$wb['download_backup_txt'] = 'Descargar';
$wb['download_info_txt'] = 'El archivo de respaldo estará disponible para descargar desde la carpeta de respaldos del sitio web en unos minutos más.';
$wb['restore_info_txt'] = 'La restauración del respaldo ha sido iniciada. Esta acción puede tomar varios minutos en ser completada.';
$wb['restore_confirm_txt'] = 'La restauración sobreescribirá los archivos en el sitio web. Realmente desea restaurar este respaldo?';
$wb['download_pending_txt'] = 'Ya existe un trabajo pendiente para descarga de respaldo.';
$wb['restore_pending_txt'] = 'Ya existe un trabajo pendiente para restauración de respaldo.';
$wb['delete_backup_txt'] = 'Delete Backup';
$wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.';
$wb['delete_confirm_txt'] = 'Really delete this backup?';
$wb['delete_pending_txt'] = 'There is already a pending backup delete job.';
$wb['backup_type_mysql'] = 'Base de datos MySQL';
$wb['backup_type_web'] = 'Archivos del sitio web';
$wb['filesize_txt'] = 'Filesize';
$wb['backup_type_mongodb'] = 'MongoDB Database';
$wb['backup_pending_txt'] = 'There is already a pending backup job.';
$wb['error_txt'] = 'Error';
$wb['backup_info_txt'] = 'A backup process started. This action can take several minutes to complete.';
Thom's avatar
Thom committed
$wb['backup_format_txt'] = 'Backup format';
$wb['backup_format_unknown_txt'] = 'Unknown';
$wb['backup_job_txt'] = 'Scheduler';
$wb['backup_job_manual_txt'] = 'Manual';
$wb['backup_job_auto_txt'] = 'Auto';
$wb['manual_backup_title_txt'] = 'Manual backup';
$wb['make_backup_web_txt'] = 'Make backup of web files';
$wb['make_backup_database_txt'] = 'Make backup of databases';
$wb['make_backup_confirm_txt'] = 'You are about to start a manual backup process. Manual backups count towards the total number of allowed backup copies: therefore if the limit will be exceeded, then oldest backups may be deleted automatically. Proceed?';
$wb['yes_txt'] = 'Yes';
$wb['no_txt'] = 'No';
$wb['backup_is_encrypted_txt'] = 'Encrypted';
Jorge Muñoz's avatar
Jorge Muñoz committed
$wb['backup_format_borg_txt'] = 'BORG (zlib)';
Thom's avatar
Thom committed
$wb['backup_format_zip_txt'] = 'zip (deflate)';
$wb['backup_format_gzip_txt'] = 'gzip';
$wb['backup_format_bzip2_txt'] = 'bzip2';
$wb['backup_format_xz_txt'] = 'xz';
$wb['backup_format_tar_gzip_txt'] = 'tar (gzip)';
$wb['backup_format_tar_bzip2_txt'] = 'tar (bzip2)';
$wb['backup_format_tar_xz_txt'] = 'tar (xz)';
$wb['backup_format_zip_bzip2_txt'] = 'zip (bzip2)';
$wb['backup_format_7z_lzma_txt'] = '7z (LZMA)';
$wb['backup_format_7z_lzma2_txt'] = '7z (LZMA2)';
$wb['backup_format_7z_ppmd_txt'] = '7z (PPMd)';
$wb['backup_format_7z_bzip2_txt'] = '7z (BZip2)';
$wb['backup_format_tar_7z_lzma_txt'] = 'tar + 7z (LZMA)';
$wb['backup_format_tar_7z_lzma2_txt'] = 'tar + 7z (LZMA2)';
$wb['backup_format_tar_7z_ppmd_txt'] = 'tar + 7z (PPMd)';
$wb['backup_format_tar_7z_bzip2_txt'] = 'tar + 7z (BZip2)';
$wb['backup_format_rar_txt'] = 'RAR';