aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-03 11:04:34 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-03 11:04:34 +0100
commit261bf416ee4238c56df57e2d3cf4165b3a654e62 (patch)
treead054dec0e67550e78e669f845fac9a39368e227
parentdce0441ecf5fb3b163268be63552a85196dec020 (diff)
parent82abd358a520dad42afb0e9fbca9649965b3d52a (diff)
downloadforums-261bf416ee4238c56df57e2d3cf4165b3a654e62.tar
forums-261bf416ee4238c56df57e2d3cf4165b3a654e62.tar.gz
forums-261bf416ee4238c56df57e2d3cf4165b3a654e62.tar.bz2
forums-261bf416ee4238c56df57e2d3cf4165b3a654e62.tar.xz
forums-261bf416ee4238c56df57e2d3cf4165b3a654e62.zip
Merge pull request #5810 from marc1706/ticket/16230
[ticket/16230] Improve wording of FILESYSTEM_CANNOT_ lang strings
-rw-r--r--phpBB/language/en/common.php4
-rw-r--r--phpBB/language/en/install.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 609ae4fe53..31914cf625 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -274,10 +274,10 @@ $lang = array_merge($lang, array(
'FILESYSTEM_CANNOT_CREATE_SYMLINK' => 'Unable to create a symlink',
'FILESYSTEM_CANNOT_CREATE_DIRECTORY' => 'Unable to create directory',
'FILESYSTEM_CANNOT_DELETE_FILES' => 'Unable to delete files from the system',
- 'FILESYSTEM_CANNOT_DUMP_FILE' => 'Unable to dump file',
+ 'FILESYSTEM_CANNOT_DUMP_FILE' => 'Unable to dump into file',
'FILESYSTEM_CANNOT_MIRROR_DIRECTORY' => 'Unable to mirror directory',
'FILESYSTEM_CANNOT_RENAME_FILE' => 'Unable to rename a file from the system',
- 'FILESYSTEM_CANNOT_TOUCH_FILES' => 'Unable to determine if the file exists',
+ 'FILESYSTEM_CANNOT_TOUCH_FILES' => 'Unable to create file or change file timestamps',
'FTP_FSOCK_HOST' => 'FTP host',
'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site.',
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 61a7b72791..530c003026 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -370,7 +370,7 @@ $lang = array_merge($lang, array(
<li>Follow the steps to update the database and let that run to completion.</li>
<li>Via FTP or SSH delete the <code class="inline">/install</code> folder from the root of your board installation.<br><br></li>
</ol>
-
+
<p>You now have a new up to date board containing all your users and posts. Follow up tasks:</p>
<ul style="margin-left: 20px; font-size: 1.1em;">
<li>Update your language pack</li>
@@ -564,7 +564,7 @@ $lang = array_merge($lang, array(
// Finish conversion
'CONVERT_COMPLETE' => 'Conversion completed',
- 'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.3. You can now login and <a href="../">access your board</a>. Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory. Remember that help on using phpBB is available online via the <a href="https://www.phpbb.com/support/docs/en/3.2/ug/">Documentation</a> and the <a href="https://www.phpbb.com/community/viewforum.php?f=466">support forums</a>.',
+ 'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.3. You can now login and <a href="../">access your board</a>. Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory. Remember that help on using phpBB is available online via the <a href="https://www.phpbb.com/support/docs/en/3.3/ug/">Documentation</a> and the <a href="https://www.phpbb.com/community/viewforum.php?f=661">support forums</a>.',
'CONV_ERROR_ATTACH_FTP_DIR' => 'FTP upload for attachments is enabled at the old board. Please disable the FTP upload option and make sure a valid upload directory is specified, then copy all attachment files to this new web accessible directory. Once you have done this, restart the convertor.',
'CONV_ERROR_CONFIG_EMPTY' => 'There is no configuration information available for the conversion.',