'] = 'Add Backup Location';
$l['location_name'] = 'Location Name';
$l['location_name_exp'] = 'Choose a name for backup location for your reference';
$l['protocol'] = 'Protocol';
$l['protocol_exp'] = 'Select the protocol by which '.APP.' will communicate';
$l['server_host'] = 'Server Host (Required)';
$l['server_host_exp'] = 'Enter the server host e.g. ftp.mydomain.com';
$l['port'] = 'Port';
$l['port_exp'] = 'Enter the port to connect (default FTP port is 21)';
$l['ftp_user'] = 'Username';
$l['ftp_user_exp'] = 'The username of your FTP Account';
$l['ftp_pass'] = 'Password';
$l['ftp_pass_exp'] = 'The Password of your FTP account';
$l['backup_loc'] = 'Backup Location';
$l['rel_backup_loc_exp'] = 'Relative path from FTP user\'s directory e.g. /backups';
$l['abs_backup_loc_exp'] = 'Absolute path to backup directory e.g. /home/USERNAME/backups';
$l['dropbox_backup_loc_exp'] = 'Backup Directory e.g. /backups or you can leave empty to allow '.APP.' to manage the backup directory';
$l['add_backup_loc'] = 'Add Backup Location';
$l['backup_loc_saved'] = 'Backup Location added successfully';
$l['ftp'] = 'FTP';
$l['return_settings'] = 'Return to Settings';
$l['invalid_backup_loc'] = 'The backup path is not an absolute path. Please provide an absolute path';
$l['no_pass_pri'] = 'Please provide either a passoword or private key';
$l['off_rbackup'] = 'Backup on Remote Location is disabled by admin';
$l['dropbox'] = 'Dropbox';
$l['dropbox_authorization'] = 'Authorization';
$l['dropbox_authorize'] = 'Authorize';
$l['dropbox_authorization_exp'] = 'Grant '.APP.' APP access to create backups in your Dropbox account. Click on the Authorize button and follow the steps. Make a note of the code generated and enter the same in the Auth Code text box below';
$l['dropbox_code'] = 'Auth Code';
$l['dropbox_code_exp'] = 'Enter the code generated after allowing access via Authorize button above';
$l['dropbox_auth_tooltip'] = 'Hit this button to authorize Dropbox Access';
$l['no_dropbox_access'] = 'Please authorize '.APP.' App in your Dropbox';
$l['token_gen_failed'] = 'Failed to generate Dropbox Access Token';
$l['dropbox_backup_loc'] = 'Backup Location (Optional)';
$l['ftps'] = 'FTPS';
$l['sftp'] = 'SFTP';
$l['auth_password'] = 'Authentication method';
$l['auth_password_exp'] = 'Select the authentication method';
$l['private_key'] = 'Private Key';
$l['private_key_exp'] = 'Paste the private key here';
$l['passphrase'] = 'Passphrase';
$l['passphrase_exp'] = 'Passphrase for the private key (Optional)';
$l['auth_method_pass'] = 'Password';
$l['auth_method_key'] = 'SSH Key';
$l['gdrive'] = 'Google Drive';
$l['gdrive_auth_message'] = 'You will be prompted to authorize '.APP.' to access your Google Drive on submitting the form';
$l['gdrive_token_gen_failed'] = 'Failed to generate Google Drive Access Token';
$l['gdrive_err_access_denied'] = 'It seems you cancelled the authorization process';
$l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase AMPPS Premium';
$l['rbackup_protocol_disabled'] = 'Backup on &soft-1; is disabled by Admin';
$l['webdav'] = 'WebDAV';
$l['webdav_port_exp'] = 'Enter the port to connect (default WebDAV port is 80 for insecure and 443 for secure)';
$l['webdav_ftp_user_exp'] = 'The username of your WebDAV Account';
$l['webdav_ftp_pass_exp'] = 'The Password of your WebDAV account';
$l['webdav_backup_loc_exp'] = 'Relative path from WebDAV user\'s directory e.g. /backups';
$l['webdav_server_host_exp'] = 'Enter the server host e.g. webdav.mydomain.com';
$l['no_webdav_connect'] = 'Failed to connect to the WebDAV server';
$l['onedrive'] = 'Microsoft OneDrive';
$l['onedrive_auth_message'] = 'You will be prompted to authorize '.APP.' to access your OneDrive on submitting the form';
$l['onedrive_err_access_denied'] = 'It seems you cancelled the authorization process';
$l['onedrive_token_gen_failed'] = 'Failed to generate OneDrive Access Token';
$l['aws_s3bucket'] = 'Amazon S3';
$l['aws_endpoint'] = 'AWS S3 Endpoint';
$l['aws_endpoint_exp'] = 'Enter your AWS S3 Endpoint e.g. "s3.amazonaws.com"
For more Information Click here';
$l['aws_region'] = 'AWS S3 Region';
$l['aws_region_exp'] = 'Enter your AWS S3 Region e.g. "us-east-1"
For more Information Click here';
$l['aws_bucketname'] = 'AWS S3 Bucket Name';
$l['aws_accessKey'] = 'AWS S3 Access Key';
$l['aws_secretKey'] = 'AWS S3 Secret Key';
$l['aws_backup_loc'] = 'AWS S3 Backup Location (Optional)';
$l['aws_backup_loc_exp'] = 'Backup Directory e.g. /backups or you can leave empty to allow '.APP.' to manage the backup directory';
$l['aws_bucketname_exp'] = 'Enter the AWS S3 bucket name where you wish to create softaculous backups. If the bucket is not present, it will be created automatically
For Bucket Naming Rules Click here';
$l['no_accessKey'] = 'Please provide the AWS S3 access key';
$l['no_secretKey'] = 'Please provide the AWS S3 secret key';
$l['no_endpoint'] = 'Please provide the AWS S3 endpoint';
$l['no_region'] = 'Please provide the AWS S3 region';
$l['no_bucket'] = 'Please provide the AWS S3 bucket name';
$l['create_bucket_failed'] = 'Failed to create bucket \'&soft-1;\'';