punbb/lang/English/admin.php
changeset 9 a932ce8c4827
parent 7 98bbc533541c
equal deleted inserted replaced
8:8baccbad4a55 9:a932ce8c4827
   152 // admin_extensions
   152 // admin_extensions
   153 'Install extension'				=>	'Install extension',
   153 'Install extension'				=>	'Install extension',
   154 'Extensions available'			=>	'Extensions available for install',
   154 'Extensions available'			=>	'Extensions available for install',
   155 'Installed extensions'			=>	'Installed extensions',
   155 'Installed extensions'			=>	'Installed extensions',
   156 'Installed extensions warn'		=>	'<strong>WARNING!</strong> If you uninstall an extension, any data associated with that extension will be permanently deleted from the database and cannot be restored by re-installing the extension. If you wish to retain the data then you should disable the extension instead.',
   156 'Installed extensions warn'		=>	'<strong>WARNING!</strong> If you uninstall an extension, any data associated with that extension will be permanently deleted from the database and cannot be restored by re-installing the extension. If you wish to retain the data then you should disable the extension instead.',
       
   157 'Installed extensions Enano compat warn' => '<strong>WARNING!</strong> While the PunBB extension API is left mostly untouched in the Enano port, some core parts have been changed, the most prominent one being the transition from $db to $pun_db for the name of the database singleton. If you try to install an extension that hasn\'t been ported to the Enano bridge, you will likely experience problems.',
   157 'Uninstall extension'			=>	'Uninstall extension',
   158 'Uninstall extension'			=>	'Uninstall extension',
   158 'Uninstall'						=>	'Uninstall',
   159 'Uninstall'						=>	'Uninstall',
   159 'Uninstall extension confirm'	=>	'Are you sure you want to uninstall the extension "%s"?',
   160 'Uninstall extension confirm'	=>	'Are you sure you want to uninstall the extension "%s"?',
   160 'Enable'						=>	'Enable',
   161 'Enable'						=>	'Enable',
   161 'Disable'						=>	'Disable',
   162 'Disable'						=>	'Disable',