mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/14307] Fixes wording in install.php file/dir exist/writeable
PHPBB3-14307
This commit is contained in:
parent
01b29b8464
commit
6a2d041c3d
1 changed files with 4 additions and 4 deletions
|
@ -91,14 +91,14 @@ $lang = array_merge($lang, array(
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
// Filesystem requirements
|
// Filesystem requirements
|
||||||
'FILE_NOT_EXISTS' => 'File not exists',
|
'FILE_NOT_EXISTS' => 'File not exists',
|
||||||
'FILE_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB %1$s file need to exist.',
|
'FILE_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to exist.',
|
||||||
'FILE_NOT_WRITABLE' => 'File not writable',
|
'FILE_NOT_WRITABLE' => 'File not writable',
|
||||||
'FILE_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB %1$s file need to be writable.',
|
'FILE_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to be writable.',
|
||||||
|
|
||||||
'DIRECTORY_NOT_EXISTS' => 'Directory not exists',
|
'DIRECTORY_NOT_EXISTS' => 'Directory not exists',
|
||||||
'DIRECTORY_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB %1$s directory need to exist.',
|
'DIRECTORY_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to exist.',
|
||||||
'DIRECTORY_NOT_WRITABLE' => 'Directory not writable',
|
'DIRECTORY_NOT_WRITABLE' => 'Directory not writable',
|
||||||
'DIRECTORY_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB %1$s directory need to be writable.',
|
'DIRECTORY_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to be writable.',
|
||||||
|
|
||||||
// Server requirements
|
// Server requirements
|
||||||
'PHP_VERSION_REQD' => 'PHP version',
|
'PHP_VERSION_REQD' => 'PHP version',
|
||||||
|
|
Loading…
Add table
Reference in a new issue