2012-07-22 18:11:56 -05:00
< ? php
2012-07-23 15:17:42 -05:00
/**
2012-07-22 18:11:56 -05:00
*
* acp_extensions [ English ]
*
* @ package language
2012-07-23 15:17:42 -05:00
* @ copyright ( c ) 2012 phpBB Group
* @ license http :// opensource . org / licenses / gpl - 2.0 . php GNU Public License
2012-07-22 18:11:56 -05:00
*
*/
/**
*/
if ( ! defined ( 'IN_PHPBB' ))
{
exit ;
}
/**
* DO NOT CHANGE
*/
if ( empty ( $lang ) || ! is_array ( $lang ))
{
$lang = array ();
}
2012-07-23 15:17:42 -05:00
// DEVELOPERS PLEASE NOTE
2012-07-22 18:11:56 -05:00
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge ( $lang , array (
2012-07-23 15:17:42 -05:00
'EXTENSION' => 'Extension' ,
'EXTENSIONS' => 'Extensions' ,
'EXTENSIONS_ADMIN' => 'Extensions Manager' ,
'EXTENSIONS_EXPLAIN' => 'The Extensions Manager is a tool in your phpBB Board which allows you to manage all of your extensions statuses and view information about them.' ,
2013-11-01 15:33:31 +01:00
'EXTENSION_INVALID_LIST' => 'The “%s” extension is not valid.<br />%s<br /><br />' ,
2012-07-23 15:17:42 -05:00
'EXTENSION_NOT_AVAILABLE' => 'The selected extension is not available for this board, please verify your phpBB and PHP versions are allowed (see the details page).' ,
2013-12-12 14:40:03 -08:00
'EXTENSION_DIR_INVALID' => 'The selected extension has an invalid directory structure and cannot be enabled.' ,
2012-07-22 18:11:56 -05:00
'DETAILS' => 'Details' ,
2013-11-01 15:33:31 +01:00
'EXTENSIONS_DISABLED' => 'Disabled Extensions' ,
2013-11-02 23:40:56 +01:00
'EXTENSIONS_ENABLED' => 'Enabled Extensions' ,
2012-07-22 18:11:56 -05:00
2013-11-02 23:40:56 +01:00
'EXTENSION_DELETE_DATA' => 'Delete data' ,
2013-11-01 15:33:31 +01:00
'EXTENSION_DISABLE' => 'Disable' ,
'EXTENSION_ENABLE' => 'Enable' ,
2012-07-22 18:11:56 -05:00
2013-11-03 00:29:35 +01:00
'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.' ,
2013-11-01 15:33:31 +01:00
'EXTENSION_DISABLE_EXPLAIN' => 'Disabling an extension retains its files, data and settings but removes any functionality added by the extension.' ,
'EXTENSION_ENABLE_EXPLAIN' => 'Enabling an extension allows you to use it on your board.' ,
2012-07-22 18:11:56 -05:00
2013-11-03 00:29:35 +01:00
'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.' ,
'EXTENSION_DISABLE_IN_PROGRESS' => 'The extension is currently being disabled. Please do not leave or refresh this page until it is completed.' ,
'EXTENSION_ENABLE_IN_PROGRESS' => 'The extension is currently being enabled. Please do not leave or refresh this page until it is completed.' ,
2012-07-22 18:11:56 -05:00
2013-11-03 00:29:35 +01:00
'EXTENSION_DELETE_DATA_SUCCESS' => 'The extension’ s data was deleted successfully' ,
2013-11-01 15:33:31 +01:00
'EXTENSION_DISABLE_SUCCESS' => 'The extension was disabled successfully' ,
'EXTENSION_ENABLE_SUCCESS' => 'The extension was enabled successfully' ,
2012-07-22 18:11:56 -05:00
2013-12-27 15:25:03 +01:00
'EXTENSION_NAME' => 'Extension Name' ,
'EXTENSION_ACTIONS' => 'Actions' ,
2014-01-13 10:31:54 +01:00
'EXTENSION_OPTIONS' => 'Options' ,
'EXTENSION_UPDATE_HEADLINE' => 'Updating an extension' ,
'EXTENSION_UPDATE_EXPLAIN' => ' < ol >
2013-12-27 15:25:03 +01:00
< li > Disable the extension </ li >
< li > Delete the extension’ s files from the filesystem </ li >
2014-01-13 10:31:54 +01:00
< li > Upload the new files </ li >
2014-02-03 20:48:01 +01:00
< li > Enable the extension </ li >
2014-01-13 10:31:54 +01:00
</ ol > ' ,
'EXTENSION_REMOVE_HEADLINE' => 'Completly removing an extension from your board' ,
'EXTENSION_REMOVE_EXPLAIN' => ' < ol >
2013-12-27 15:25:03 +01:00
< li > Disable the extension </ li >
2014-01-13 10:31:54 +01:00
< li > Delete the extension’ s data </ li >
2013-12-27 15:25:03 +01:00
< li > Delete the extension’ s files from the filesystem </ li >
2014-01-13 10:31:54 +01:00
</ ol > ' ,
2012-07-22 18:11:56 -05:00
2013-11-03 00:29:35 +01:00
'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!' ,
2013-11-01 15:33:31 +01:00
'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?' ,
'EXTENSION_ENABLE_CONFIRM' => 'Are you sure that you wish to enable the “%s” extension?' ,
2012-07-22 18:11:56 -05:00
2013-11-01 15:33:31 +01:00
'RETURN_TO_EXTENSION_LIST' => 'Return to the extension list' ,
2012-07-22 18:11:56 -05:00
'EXT_DETAILS' => 'Extension Details' ,
'DISPLAY_NAME' => 'Display Name' ,
'CLEAN_NAME' => 'Clean Name' ,
'TYPE' => 'Type' ,
'DESCRIPTION' => 'Description' ,
'VERSION' => 'Version' ,
'HOMEPAGE' => 'Homepage' ,
'PATH' => 'File Path' ,
'TIME' => 'Release Time' ,
2014-03-28 09:08:11 -07:00
'LICENSE' => 'Licence' ,
2012-07-22 18:11:56 -05:00
'REQUIREMENTS' => 'Requirements' ,
'PHPBB_VERSION' => 'phpBB Version' ,
'PHP_VERSION' => 'PHP Version' ,
'AUTHOR_INFORMATION' => 'Author Information' ,
'AUTHOR_NAME' => 'Name' ,
'AUTHOR_EMAIL' => 'Email' ,
'AUTHOR_HOMEPAGE' => 'Homepage' ,
'AUTHOR_ROLE' => 'Role' ,
));