diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-23 22:59:46 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-23 22:59:46 +0200 |
commit | 6e6891f841dfc4131a41a83a4c41f04feaa7397d (patch) | |
tree | 89c44e2ff11ef47df6910889725013a8f9b5bb68 /phpBB/language/en/install.php | |
parent | 3d19776037ce586db55361a18e05e6a9df2593ec (diff) | |
download | forums-6e6891f841dfc4131a41a83a4c41f04feaa7397d.tar forums-6e6891f841dfc4131a41a83a4c41f04feaa7397d.tar.gz forums-6e6891f841dfc4131a41a83a4c41f04feaa7397d.tar.bz2 forums-6e6891f841dfc4131a41a83a4c41f04feaa7397d.tar.xz forums-6e6891f841dfc4131a41a83a4c41f04feaa7397d.zip |
[ticket/12325] Automatic update should notify about outdated files
PHPBB3-12325
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index caefc1219d..65c53c0d35 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -431,6 +431,8 @@ $lang = array_merge($lang, array( 'FILE_USED' => 'Information used from', // Single file 'FILES_CONFLICT' => 'Conflict files', 'FILES_CONFLICT_EXPLAIN' => 'The following files are modified and do not represent the original files from the old version. phpBB determined that these files create conflicts if they are tried to be merged. Please investigate the conflicts and try to manually resolve them or continue the update choosing the preferred merging method. If you resolve the conflicts manually check the files again after you modified them. You are also able to choose between the preferred merge method for every file. The first one will result in a file where the conflicting lines from your old file will be lost, the other one will result in losing the changes from the newer file.', + 'FILES_DELETED' => 'Deleted files', + 'FILES_DELETED_EXPLAIN' => 'The following files do not exist in the new version. These files have to be deleted from your installation.', 'FILES_MODIFIED' => 'Modified files', 'FILES_MODIFIED_EXPLAIN' => 'The following files are modified and do not represent the original files from the old version. The updated file will be a merge between your modifications and the new file.', 'FILES_NEW' => 'New files', @@ -501,6 +503,7 @@ $lang = array_merge($lang, array( 'SELECT_DOWNLOAD_FORMAT' => 'Select download archive format', 'SELECT_FTP_SETTINGS' => 'Select FTP settings', 'SHOW_DIFF_CONFLICT' => 'Show differences/conflicts', + 'SHOW_DIFF_DELETED' => 'Show file contents', 'SHOW_DIFF_FINAL' => 'Show resulting file', 'SHOW_DIFF_MODIFIED' => 'Show merged differences', 'SHOW_DIFF_NEW' => 'Show file contents', @@ -514,6 +517,7 @@ $lang = array_merge($lang, array( 'STAGE_UPDATE_FILES' => 'Update files', 'STAGE_VERSION_CHECK' => 'Version check', 'STATUS_CONFLICT' => 'Modified file producing conflicts', + 'L_STATUS_DELETED' => 'Deleted file', 'STATUS_MODIFIED' => 'Modified file', 'STATUS_NEW' => 'New file', 'STATUS_NEW_CONFLICT' => 'Conflicting new file', |