|
36 | 36 |
|
37 | 37 | $lang = array_merge($lang, array( |
38 | 38 |
|
39 | | - 'EXTENSION_ALREADY_INSTALLED' => 'The “%s” extension has already been installed.', |
40 | | - 'EXTENSION_ALREADY_INSTALLED_MANUALLY' => 'The “%s” extension has already been installed manually.', |
41 | | - 'EXTENSION_ALREADY_MANAGED' => 'The “%s” extension is already managed.', |
42 | | - 'EXTENSION_CANNOT_MANAGE_FILESYSTEM_ERROR' => 'The “%s” extension cannot be managed because the existing files could not be removed from the filesystem.', |
43 | | - 'EXTENSION_CANNOT_MANAGE_INSTALL_ERROR' => 'The “%s” extension could not be installed. The prior installation of this extension has been restored.', |
44 | | - 'EXTENSION_MANAGED_WITH_CLEAN_ERROR' => 'The “%1$s” extension has been installed but an error occurred and the old files could not be removed. You might want to delete the “%2$s” files manually.', |
45 | | - 'EXTENSION_MANAGED_WITH_ENABLE_ERROR' => 'The “%s” extension has been installed but an error occurred while enabling it.', |
46 | | - 'EXTENSION_NOT_INSTALLED' => 'The “%s” extension is not installed.', |
| 39 | + 'EXTENSIONS_ALREADY_INSTALLED' => 'The “%s” extension has already been installed.', |
| 40 | + 'EXTENSIONS_ALREADY_INSTALLED_MANUALLY' => 'The “%s” extension has already been installed manually.', |
| 41 | + 'EXTENSIONS_ALREADY_MANAGED' => 'The “%s” extension is already managed.', |
| 42 | + 'EXTENSIONS_CANNOT_MANAGE_FILESYSTEM_ERROR' => 'The “%s” extension cannot be managed because the existing files could not be removed from the filesystem.', |
| 43 | + 'EXTENSIONS_CANNOT_MANAGE_INSTALL_ERROR' => 'The “%s” extension could not be installed. The prior installation of this extension has been restored.', |
| 44 | + 'EXTENSIONS_MANAGED_WITH_CLEAN_ERROR' => 'The “%1$s” extension has been installed but an error occurred and the old files could not be removed. You might want to delete the “%2$s” files manually.', |
| 45 | + 'EXTENSIONS_MANAGED_WITH_ENABLE_ERROR' => 'The “%s” extension has been installed but an error occurred while enabling it.', |
| 46 | + 'EXTENSIONS_NOT_INSTALLED' => 'The “%s” extension is not installed.', |
| 47 | + 'EXTENSIONS_NOT_MANAGED' => 'The “%s” extension is not being managed.', |
47 | 48 |
|
48 | 49 | 'ENABLING_EXTENSIONS' => 'Enabling extensions', |
49 | 50 | 'DISABLING_EXTENSIONS' => 'Disabling extensions', |
|
74 | 75 | 'EXTENSION_DELETE_DATA_EXPLAIN' => 'Deleting an extension’s data removes all of its data and settings. The extension files are retained so it can be enabled again.', |
75 | 76 | 'EXTENSION_DISABLE_EXPLAIN' => 'Disabling an extension retains its files, data and settings but removes any functionality added by the extension.', |
76 | 77 | 'EXTENSION_ENABLE_EXPLAIN' => 'Enabling an extension allows you to use it on your board.', |
| 78 | + 'EXTENSION_REMOVE_EXPLAIN' => 'Removing an extension removes all of its files, data and settings.', |
| 79 | + 'EXTENSION_UPDATE_EXPLAIN' => 'Updating an extension will install the latest version compatible with your board, removing old files and replacing them with new ones, and updating the database if necessary.', |
77 | 80 |
|
78 | 81 | 'EXTENSION_DELETE_DATA_IN_PROGRESS' => 'The extension’s data is currently being deleted. Please do not leave or refresh this page until it is completed.', |
79 | 82 | 'EXTENSION_DISABLE_IN_PROGRESS' => 'The extension is currently being disabled. Please do not leave or refresh this page until it is completed.', |
|
86 | 89 | 'EXTENSION_NAME' => 'Extension Name', |
87 | 90 | 'EXTENSION_ACTIONS' => 'Actions', |
88 | 91 | 'EXTENSION_OPTIONS' => 'Options', |
89 | | - 'EXTENSION_INSTALL_HEADLINE'=> 'Installing an extension', |
90 | | - 'EXTENSION_INSTALL_EXPLAIN' => '<ol> |
91 | | - <li>Download an extension from phpBB’s extensions database</li> |
92 | | - <li>Unzip the extension and upload it to the <samp>ext/</samp> directory of your phpBB board</li> |
93 | | - <li>Enable the extension, here in the Extensions manager</li> |
94 | | - </ol>', |
95 | | - 'EXTENSION_UPDATE_HEADLINE' => 'Updating an extension', |
96 | | - 'EXTENSION_UPDATE_EXPLAIN' => '<ol> |
97 | | - <li>Disable the extension</li> |
98 | | - <li>Delete the extension’s files from the filesystem</li> |
99 | | - <li>Upload the new files</li> |
100 | | - <li>Enable the extension</li> |
101 | | - </ol>', |
102 | | - 'EXTENSION_REMOVE_HEADLINE' => 'Completely removing an extension from your board', |
103 | | - 'EXTENSION_REMOVE_EXPLAIN' => '<ol> |
104 | | - <li>Disable the extension</li> |
105 | | - <li>Delete the extension’s data</li> |
106 | | - <li>Delete the extension’s files from the filesystem</li> |
107 | | - </ol>', |
| 92 | + 'EXTENSION_INSTALLING_HEADLINE' => 'Installing an extension', |
| 93 | + 'EXTENSION_INSTALLING_EXPLAIN' => [ |
| 94 | + 0 => 'Download an extension from phpBB’s extensions database', |
| 95 | + 1 => 'Unzip the extension and upload it to the <samp>ext/</samp> directory of your phpBB board', |
| 96 | + 2 => 'Enable the extension, here in the Extensions manager', |
| 97 | + ], |
| 98 | + 'EXTENSION_REMOVING_HEADLINE' => 'Deleting an extension from your board', |
| 99 | + 'EXTENSION_REMOVING_EXPLAIN' => [ |
| 100 | + 0 => 'Disable the extension', |
| 101 | + 1 => 'Delete the extension’s data', |
| 102 | + 2 => 'Delete the extension‘s files from the filesystem', |
| 103 | + ], |
| 104 | + 'EXTENSION_UPDATING_HEADLINE' => 'Updating an extension', |
| 105 | + 'EXTENSION_UPDATING_EXPLAIN' => [ |
| 106 | + 0 => 'Disable the extension', |
| 107 | + 1 => 'Delete the extension’s files from the filesystem', |
| 108 | + 2 => 'Upload the new files', |
| 109 | + 3 => 'Enable the extension', |
| 110 | + ], |
108 | 111 |
|
109 | 112 | 'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete the data associated with “%s”?<br /><br />This removes all of its data and settings and cannot be undone!', |
110 | 113 | 'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?', |
|
0 commit comments