mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
There is no fsock, just fsockopen... in which case it is singular. :P git-svn-id: file:///svn/phpbb/trunk@7381 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7c0e1f534c
commit
35edc4ce6b
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ $lang = array_merge($lang, array(
|
||||||
'FORUM_RULES' => 'Forum rules',
|
'FORUM_RULES' => 'Forum rules',
|
||||||
'FORUM_RULES_LINK' => 'Please click to view the forum rules',
|
'FORUM_RULES_LINK' => 'Please click to view the forum rules',
|
||||||
'FROM' => 'from',
|
'FROM' => 'from',
|
||||||
'FSOCK_DISABLED' => 'The operation is not able to be completed because the fsock functions has been disabled or the server being queried could not be found.',
|
'FSOCK_DISABLED' => 'The operation could not be completed because the <var>fsockopen</var> function has been disabled or the server being queried could not be found.',
|
||||||
|
|
||||||
'FTP_FSOCK_HOST' => 'FTP host',
|
'FTP_FSOCK_HOST' => 'FTP host',
|
||||||
'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site',
|
'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site',
|
||||||
|
|
Loading…
Add table
Reference in a new issue