398 btn_disable: 'Disable', |
398 btn_disable: 'Disable', |
399 btn_enable: 'Enable', |
399 btn_enable: 'Enable', |
400 btn_upgrade: 'Upgrade', |
400 btn_upgrade: 'Upgrade', |
401 btn_uninstall: 'Uninstall', |
401 btn_uninstall: 'Uninstall', |
402 |
402 |
403 msg_confirm_uninstall: 'Please confirm that you want to uninstall this plugin and that it doesn\'t provide any shared functions that other plugins depend on.', |
403 msg_confirm_uninstall: 'Uninstalling this plugin may cause the loss of data that was created with it. You should only uninstall a plugin if you are certain you\'ll have no further use for it; in fact, you don\'t even need to uninstall a plugin if you\'re deleting it from the filesystem.', |
404 msg_confirm_install: 'Plugins are not supported by the Enano project and could harm your site if malicious. You should only install plugins from sources that you trust.', |
404 msg_confirm_install: 'Plugins are not supported by the Enano project and could harm your site if malicious. You should only install plugins from sources that you trust.', |
|
405 |
|
406 err_upgrade_not_supported: 'This plugin doesn\'t support automatic upgrades. The version number has been updated so the plugin will be re-enabled, but you should check the plugin file to see if the author provided instructions for finishing the upgrade.', |
|
407 err_upgrade_bad_version: 'This plugin cannot be upgraded because you are running a version of the plugin that is not listed in the plugin\'s version list.', |
|
408 err_upgrade_bad_target_version: 'This plugin cannot be upgraded because it does not support its own version. Please contact the author and ask them to fix this.', |
|
409 err_upgrade_to_older: 'You are trying to upgrade to an older release of this plugin. This is unsupported and must be done manually.', |
|
410 err_upgrade_bad_query: 'There is a problem with one of the SQL queries the plugin is trying to make.', |
|
411 |
|
412 msg_old_entries_title: 'Import old plugin installation data', |
|
413 msg_old_entries_body: 'There is still data from the old plugin structure in your database. You can import this to the new structure automatically using the button below.', |
|
414 btn_import_old: 'Import old plugin settings', |
405 }, |
415 }, |
406 acppm: { |
416 acppm: { |
407 heading_main: 'Edit page properties', |
417 heading_main: 'Edit page properties', |
408 hint: 'This panel allows you to edit various properties of pages that aren\'t visible anywhere else. In addition to renaming pages, you can also change their <a href="http://docs.enanocms.org/Help:2.3">URL string</a> and options such as whether to index the page for searching or bypass Enano\'s template engine.', |
418 hint: 'This panel allows you to edit various properties of pages that aren\'t visible anywhere else. In addition to renaming pages, you can also change their <a href="http://docs.enanocms.org/Help:2.3">URL string</a> and options such as whether to index the page for searching or bypass Enano\'s template engine.', |
409 err_page_not_found: 'No pages matching that search string could be found.', |
419 err_page_not_found: 'No pages matching that search string could be found.', |