Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
142907 1 <?php
2ab1e5 2 $wb['list_head_txt'] = 'Respaldos existentes';
TB 3 $wb['date_txt'] = 'Fecha';
4 $wb['backup_type_txt'] = 'Tipo';
5 $wb['filename_txt'] = 'Archivo de respaldo';
6 $wb['restore_backup_txt'] = 'Restaurar';
7 $wb['download_backup_txt'] = 'Descargar';
8 $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.';
9 $wb['restore_info_txt'] = 'La restauración del respaldo ha sido iniciada. Esta acción puede tomar varios minutos en ser completada.';
10 $wb['restore_confirm_txt'] = 'La restauración sobreescribirá los archivos en el sitio web. Realmente desea restaurar este respaldo?';
11 $wb['download_pending_txt'] = 'Ya existe un trabajo pendiente para descarga de respaldo.';
12 $wb['restore_pending_txt'] = 'Ya existe un trabajo pendiente para restauración de respaldo.';
634132 13 $wb['delete_backup_txt'] = 'Delete Backup';
D 14 $wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.';
15 $wb['delete_confirm_txt'] = 'Really delete this backup?';
16 $wb['delete_pending_txt'] = 'There is already a pending backup delete job.';
2ab1e5 17 $wb['backup_type_mysql'] = 'Base de datos MySQL';
TB 18 $wb['backup_type_web'] = 'Archivos del sitio web';
407003 19 $wb['filesize_txt'] = 'Filesize';
TB 20 $wb['backup_type_mongodb'] = 'MongoDB Database';
bfcdef 21 ?>