Current File : //usr/local/softaculous/enduser/languages/russian/editbackuploc_lang.php |
<?php
//////////////////////////////////////////////////////////////
//===========================================================
// editbackuploc_lang.php
//===========================================================
// SOFTACULOUS
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date: 10th Jan 2009
// Time: 21:00 hrs
// Site: http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////
if(!defined('SOFTACULOUS')){
die('Hacking Attempt');
}
//Error Strings
$l['ftp_error-1'] = 'Could not Resolve Domain Name';
$l['ftp_error-2'] = 'Could not login with specified FTP details';
$l['ftp_error-3'] = 'Specified FTP Path does not exist';
$l['ftp_error'] = 'Could not connect to the FTP server';
$l['no_ftp_user'] = 'No FTP user was specified';
$l['no_backup_loc'] = 'No Backup Location was specified';
$l['no_backup_loc_name'] = 'No backup location name was specified';
$l['no_protocol'] = 'Invalid Protocol';
$l['no_server_host'] = 'No server host was specified';
$l['record_exists'] = 'Backup Location with the same path already exists';
//Theme Strings
$l['<title>'] = 'Edit Backup Location';
$l['edit_backup'] = 'Edit 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 <b>21</b>)';
$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['edit_backup_loc'] = 'Save Changes';
$l['backup_loc_saved'] = 'Backup location details saved 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['no_backup_loc_id'] = 'Backup location ID was not posted';
$l['invalid_backup_loc_id'] = 'Backup Location ID is invalid';
$l['dropbox'] = 'Dropbox';
$l['dropbox_authorization'] = 'Authorization';
$l['dropbox_authorize'] = 'Re-Authorize';
$l['dropbox_authorization_exp'] = 'Click to re-authorize '.APP.' APP access to create backups in your Dropbox account. Click on the <b>Re-Authorize</b> button and follow the steps. Make a note of the code generated and enter the same in the <b>Auth Code</b> text box below';
$l['dropbox_code'] = 'Auth Code';
$l['dropbox_code_exp'] = 'Enter the code generated after allowing access via <b>Re-Authorize</b> 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['rbackup_protocol_disabled'] = 'Backup on <b>&soft-1;</b> is disabled by Admin';
$l['webdav'] = 'WebDAV';
$l['webdav_port_exp'] = 'Enter the port to connect (default WebDAV port is <b>80</b> for insecure and <b>443</b> 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['aws_s3bucket'] = 'Amazon S3';
$l['aws_endpoint'] = 'AWS S3 Endpoint';
$l['aws_endpoint_exp'] = 'Enter your AWS S3 Endpoint e.g. "s3.amazonaws.com"<br /> For more Information <a href="https://docs.aws.amazon.com/general/latest/gr/s3.html" target="_blank">Click here</a>';
$l['aws_region'] = 'AWS S3 Region';
$l['aws_region_exp'] = 'Enter your AWS S3 Region e.g. "us-east-1"<br /> For more Information <a href="https://docs.aws.amazon.com/general/latest/gr/s3.html" target="_blank">Click here</a>';
$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<br /> For Bucket Naming Rules <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html" target="_blank">Click here</a>';
$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;\'';