1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

- Uploading changed language files in the language ACP panel :-)

git-svn-id: file:///svn/phpbb/trunk@5562 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-02-19 14:17:12 +00:00
parent 26a6d215d0
commit ef8b25cb13
6 changed files with 228 additions and 17 deletions

View File

@@ -92,6 +92,8 @@ $lang = array_merge($lang, array(
'CLICK_VIEW_PRIVMSG' => 'Click %sHere%s to visit your Inbox',
'CONFIRM' => 'Confirm',
'CONGRATULATIONS' => 'Congratulations to',
'CONNECTION_FAILED' => 'Connection failed',
'CONNECTION_SUCCESS' => 'Connection was successful!',
'COOKIES_DELETED' => 'All Board Cookies successfully deleted.',
'CURRENT_TIME' => 'The time is %s',
@@ -119,6 +121,7 @@ $lang = array_merge($lang, array(
'EMAIL_ADDRESS' => 'Email address',
'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.',
'ENABLED' => 'Enabled',
'ERR_CONNECTING_SERVER' => 'Error connecting to the server',
'EXTENSION' => 'Extension',
'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <b>%s</b> has been deactivated and can no longer be displayed',
@@ -141,6 +144,19 @@ $lang = array_merge($lang, array(
'FORUM_RULES_LINK' => 'Please click to view the forum rules',
'FROM' => 'from',
'FTP_HOST' => 'FTP Host',
'FTP_HOST_EXPLAIN' => 'FTP Server used to connect your site',
'FTP_PASSWORD' => 'FTP Password',
'FTP_PASSWORD_EXPLAIN' => 'Password for your FTP Username',
'FTP_PORT' => 'FTP Port',
'FTP_PORT_EXPLAIN' => 'Port used to connect to your server',
'FTP_ROOT_PATH' => 'Path to phpBB',
'FTP_ROOT_PATH_EXPLAIN' => 'Path from the root to your phpBB board',
'FTP_TIMEOUT' => 'FTP Timeout',
'FTP_TIMEOUT_EXPLAIN' => 'The amount of time, in seconds, that the system will wait for a reply from your server',
'FTP_USERNAME' => 'FTP Username',
'FTP_USERNAME_EXPLAIN' => 'Username used to connect to your server',
'GO' => 'Go',
'GOTO_PAGE' => 'Goto page',
'GROUP' => 'Group',