&soft-1;. Please create manually and try again.';
$l['err_backup'] = 'Could not create Backup.';
$l['no_space_backup'] = 'You do not have sufficient space to backup this installation!';
$l['err_notelength'] = 'Backup note must be less than 255 characters';
$l['off_backup_restore'] = 'Backup/Restore feature has been disabled by admin';
$l['cant_backup_dir'] = 'Er is een fout opgetreden bij het backuppen van de bestanden.';
$l['could_not_read'] = 'Er is een fout opgetreden bij het openen van het bestand/directory &soft-1; Check de bestand en/of folder permissies.';
$l['cant_datadir_dir'] = 'Er zijn fouten opgetreden bij het toevoegen van de data directory.';
$l['cant_wwwdir'] = 'Er zijn fouten opgetreden bij het toevoegen van de web directory.';
$l['cant_backup_db'] = 'E zijn fouten opgetreden bij het maken van de database backup.';
$l['err_perm_file'] = 'Er zijn fouten opgetreden bij het maken van het permissie bestand';
$l['err_dataperm_file'] = 'Er zijn fouten opgetreden bij het maken van het permissie bestand voor de data directory';
$l['err_wwwperm_file'] = 'Er zijn fouten opgetreden bij het maken van het permissie bestand voor de web directory';
$l['save_dir_perms'] = 'Er zijn fouten opgetreden bij het opslaan van de bestands permissies';
$l['save_datadir_perms'] = 'Er zijn fouten opgetreden bij het opslaan van de data folder bestands permissies';
$l['save_www_perms'] = 'Er zijn fouten opgetreden bij het opslaan van de web directory bestands permissies';
$l['cant_connect_mysql'] = 'Er kan geen verbinding gemaakt worden met de database.';
//Theme Strings
$l['
'] = APP.' - Backup';
$l['info'] = 'Informatie';
$l['ins_softname'] = 'Script';
$l['ins_num'] = 'Installation ID';
$l['ins_ver'] = 'Versie';
$l['ins_time'] = 'Tijdstip installati';
$l['ins_path'] = 'Path';
$l['ins_wwwdir'] = 'Web directory path';
$l['ins_url'] = 'URL';
$l['ins_db'] = 'Database naam';
$l['ins_dbuser'] = 'Database gebruikersnaam';
$l['ins_dbpass'] = 'Database wachtwoord';
$l['ins_dbhost'] = 'Database hostnaam';
$l['backup_ins'] = 'Backup een script';
$l['backup_dir'] = 'Backup directory';
$l['backup_dir_exp'] = 'Via deze optie kunt u aangeven dat de gehele script directory moet worden opgenomen in de backup.';
$l['backup_db'] = 'Backup database';
$l['backup_db_exp'] = 'Via deze optie kunt u aangeven dat de database moet worden opgenomen in de backup.';
$l['backup_conf'] = 'De backup procedure kan enige tijd in beslag nemen. Sluit deze pagina niet tijdens het backup proces.';
$l['backedup'] = 'Het backup proces is succesvol verlopen.
U kunt de backup downloaden via de Backups en herstellen pagina.';
$l['backup_ins'] = 'Backup script';
$l['backup_datadir'] = 'Backup data directory';
$l['backup_datadir_exp'] = 'Via deze optie kunt u aangeven dat de data directory moet worden opgenomen in de backup.';
$l['ins_datadir'] = 'Data directory';
$l['return'] = 'Terug naar het overzicht';
$l['return_to_wpm'] = 'Return to WordPress Management';
$l['ins_cron_command'] = 'Cron commando';
$l['backup_wwwdir'] = 'Backup web directory';
$l['backup_wwwdir_exp'] = 'Via deze optie kunt u aangeven dat de web directory moet worden opgenomen in de backup.';
$l['checking_data'] = 'Controlleren van de opgegeven gegevens';
$l['backingup_db'] = 'Database backup wordt gemaakt';
$l['backingup_dir'] = 'Directory backup wordt gemaakt';
$l['backingup_datadir'] = 'Data directory wordt gemaakt';
$l['finishing_process'] = 'Bezig met voltooien backup';
$l['wait_note'] = 'Let op: Dit proces kan enkele minuten duren. U kunt deze pagina tijdentijds verlaten !';
$l['backingup'] = 'Het backup proces zal worden voltooid als achtergrond proces. U ontvangt een e-mail nadat het backup proces voltooid is.';
$l['check_email'] = 'Een e-mail wordt verzonden zodra het backup proces voltooid is.';
$l['prog_backingup'] = 'Backup wordt gemaakt '; // Dont remove the trailing space
$l['prog_backup_complete'] = 'Backup proces voltooid.';
$l['backup_note'] = 'Backup aantekeningen';
$l['backup_note_exp'] = 'U kunt aantekeningen opslaan over dit backup proces';
$l['backup_operation'] = 'Select Backup Operation(s)';
$l['backups_expire'] = 'Your backups will be automatically purged after &soft-1; days of the backup creation.';
$l['err_max_backups'] = 'You have reached the maximum number of (&soft-1;) backups allowed. Please delete unwanted backups to be able to take a new backup.';
$l['err_max_local_backups'] = 'You have reached the maximum number of (&soft-1;) local backups allowed. Please delete unwanted backups on the local server to be able to take a new backup.';
$l['err_max_insid_backups'] = 'You have reached the maximum number of (&soft-1;) backups allowed for this installation. Please delete unwanted backups for this installation to be able to take a new backup.';
$l['err_max_local_insid_backups'] = 'You have reached the maximum number of (&soft-1;) local backups allowed for this installation. Please delete unwanted backups for this installation on the local server to be able to take a new backup.';
$l['backup_notes'] = 'Backup created by '.APP.' auto backup';
$l['max_backups'] = 'You currently have &soft-1; backups in your account. Your maximum backups limit is &soft-2;.';
$l['no_backup_functions'] = 'The BACKUP FUNCTIONS file could not be found! Please report this to the server administrator.';
$l['no_dir_exists'] = 'The Installation Directory does not exist.';
$l['backup_location_name'] = 'Backup Location';
$l['backup_file_empty'] = 'Incorrect backup file size : 0';
$l['err_mysql_db'] = 'The MySQL database name is incorrect as the database could not be selected.';
$l['backup_loc'] = 'Backup Location';
$l['exp_backup_loc'] = 'Choose the backup location where you would like to store the backup';
$l['default'] = 'Default';
$l['invalid_backup_location'] = 'Backup location submitted does not exist';
$l['local_folder'] = 'Local Folder';
$l['err_default_backup_loc'] = 'Default backup location is empty, please select a default backup location in order to backup on the default location.';
$l['invalid_access_token'] = 'Invalid Access Token. Please Re-Authorize '.APP.' Dropbox APP from the Edit Backup location page in '.APP.' enduser panel';
$l['insufficient_space'] = 'Your Dropbox account is full. Please free some space and attempt the backup after sometime';
$l['incorrect_offset'] = 'Incorrect Offset';
$l['gdrive_err_init'] = 'There were some errors while initiating the backup on Google Drive!!';
$l['gdrive_err_end'] = 'There were some errors while committing backup to your Google Drive account!!';
$l['error_max_backup_script'] = 'You have reached the maximum number of (&soft-1;) Backups allowed per script';
$l['error_max_backup_insid'] = 'You have reached the maximum number of (&soft-1;) Backups allowed per installation';
$l['ftp_access'] = 'PHP process is unable to write files to your server. Please configure FTP access to continue.';
$l['configure_domain'] = 'Configure Settings';
$l['wpc_return'] = 'Return to Backups';
$l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase AMPPS Premium';
$l['backing_up'] = 'Your backup is being created in background. You will be notified by email once its completed. You can track the backup process from the Task List page.
Your installation URL : &soft-1;';
$l['rbackup_disabled'] = 'Backup on remote locations is disabled by Admin';
$l['rbackup_protocol_disabled'] = 'Backup on &soft-1; is disabled by Admin';
$l['onedrive_err_end'] = 'There were some errors while uploading backup to your OneDrive account!';
$l['onedrive_err_upload_url'] = 'Failed to generate OneDrive Upload URL';
$l['dropbox_refresh_token_err'] = 'Failed to generate Dropbox access token. Please re-authorize Dropbox location from Settings -> Edit Backup Location page.';