|
90 | 90 | // Requirements translation |
91 | 91 | $lang = array_merge($lang, array( |
92 | 92 | // Filesystem requirements |
93 | | - 'FILE_NOT_EXISTS' => 'File not exists', |
94 | | - 'FILE_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to exist.', |
95 | | - 'FILE_NOT_WRITABLE' => 'File not writable', |
96 | | - 'FILE_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to be writable.', |
97 | | - |
98 | | - 'DIRECTORY_NOT_EXISTS' => 'Directory not exists', |
99 | | - 'DIRECTORY_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to exist.', |
100 | | - 'DIRECTORY_NOT_WRITABLE' => 'Directory not writable', |
101 | | - 'DIRECTORY_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to be writable.', |
| 93 | + 'FILE_NOT_EXISTS' => 'File does not exist', |
| 94 | + 'FILE_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to exist.', |
| 95 | + 'FILE_NOT_EXISTS_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s file exist for a better forum user experience.', |
| 96 | + 'FILE_NOT_WRITABLE' => 'File is not writable', |
| 97 | + 'FILE_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to be writable.', |
| 98 | + 'FILE_NOT_WRITABLE_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s file be writable for a better forum user experience.', |
| 99 | + |
| 100 | + 'DIRECTORY_NOT_EXISTS' => 'Directory does not exist', |
| 101 | + 'DIRECTORY_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to exist.', |
| 102 | + 'DIRECTORY_NOT_EXISTS_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s directory exist for a better forum user experience.', |
| 103 | + 'DIRECTORY_NOT_WRITABLE' => 'Directory is not writable', |
| 104 | + 'DIRECTORY_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to be writable.', |
| 105 | + 'DIRECTORY_NOT_WRITABLE_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s directory be writable for a better forum user experience.', |
102 | 106 |
|
103 | 107 | // Server requirements |
104 | 108 | 'PHP_VERSION_REQD' => 'PHP version', |
|
0 commit comments