diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index dad1838ed3..09cf6a31f5 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -6,8 +6,6 @@

{L_EXTENSIONS_EXPLAIN}

-

{L_EXTENSION_ACTIONS_EXPLAIN}

- @@ -57,5 +55,22 @@
+
+ + + + + + + + + + + + + + + +
{L_EXTENSION_UPDATE_HEADLINE}
{L_EXTENSION_UPDATE_EXPLAIN}
{L_EXTENSION_REMOVE_HEADLINE}
{L_EXTENSION_REMOVE_EXPLAIN}
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index cbdc97b547..c024c92e61 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -66,22 +66,20 @@ $lang = array_merge($lang, array( 'EXTENSION_NAME' => 'Extension Name', 'EXTENSION_ACTIONS' => 'Actions', - 'EXTENSION_ACTIONS_EXPLAIN' => 'In order to completly remove an extension from your board, you need to perform the following 3 steps:

-
    -
  1. Disable the extension
  2. -
  3. Delete the extension’s data
  4. -
  5. Delete the extension’s files from the filesystem
  6. -

-

In order to update an extension from your board, you need to perform the following 6 steps:

-
    + 'EXTENSION_OPTIONS' => 'Options', + 'EXTENSION_UPDATE_HEADLINE' => 'Updating an extension', + 'EXTENSION_UPDATE_EXPLAIN' => '
    1. Disable the extension
    2. Delete the extension’s files from the filesystem
    3. Upload the new files
    4. -
    5. Disable the board (optional but recommended)
    6. -
    7. Enable the extension
    8. -
    9. Enable the board
    10. -

    ', - 'EXTENSION_OPTIONS' => 'Options', +

  1. Enable the extension, note that the board will be automatically disabled for this step
  2. +
', + 'EXTENSION_REMOVE_HEADLINE' => 'Completly removing an extension from your board', + 'EXTENSION_REMOVE_EXPLAIN' => '
    +
  1. Disable the extension
  2. +
  3. Delete the extension’s data
  4. +
  5. Delete the extension’s files from the filesystem
  6. +
', 'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete the data associated with “%s”?

This removes all of its data and settings and cannot be undone!', 'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?',