diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/common.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 048e732e83..ec9faad8c1 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -232,6 +232,19 @@ $lang = array_merge($lang, array( 'FTP_USERNAME' => 'FTP username', 'FTP_USERNAME_EXPLAIN' => 'Username used to connect to your server.', + 'SFTP_HOST' => 'SFTP host', + 'SFTP_HOST_EXPLAIN' => 'SFTP server used to connect your site.', + 'SFTP_PASSWORD' => 'SFTP password', + 'SFTP_PASSWORD_EXPLAIN' => 'Password for your SFTP username.', + 'SFTP_PORT' => 'SFTP port', + 'SFTP_PORT_EXPLAIN' => 'Port used to connect to your server.', + 'SFTP_ROOT_PATH' => 'Path to phpBB', + 'SFTP_ROOT_PATH_EXPLAIN' => 'Path from the root to your phpBB board.', + 'SFTP_TIMEOUT' => 'SFTP timeout', + 'SFTP_TIMEOUT_EXPLAIN' => 'The amount of time, in seconds, that the system will wait for a reply from your server.', + 'SFTP_USERNAME' => 'SFTP username', + 'SFTP_USERNAME_EXPLAIN' => 'Username used to connect to your server.', + 'GENERAL_ERROR' => 'General Error', 'GB' => 'GB', 'GIB' => 'GiB', |
