1 /* |
1 /* |
2 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
2 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
3 * Version 1.1.1 |
3 * Version 1.1.6 (Caoineag beta 1) |
4 * Copyright (C) 2006-2007 Dan Fuhry |
4 * Copyright (C) 2006-2007 Dan Fuhry |
5 * |
5 * |
6 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
6 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
7 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
7 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
8 * |
8 * |
491 |
491 |
492 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.', |
492 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.', |
493 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.', |
493 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.', |
494 msg_confirm_reimport: 'Re-importing strings will reload all language data from the plugin file. This should fix missing messages, but any customizations you have made to the plugin\'s language strings will be lost.', |
494 msg_confirm_reimport: 'Re-importing strings will reload all language data from the plugin file. This should fix missing messages, but any customizations you have made to the plugin\'s language strings will be lost.', |
495 |
495 |
|
496 msg_confirm_authext_title: 'This plugin is an authentication extension.', |
|
497 msg_confirm_authext_body: 'This plugin hooks into Enano\'s login system. It might be used to allow non-password-based authentication. If there is a security vulnerability in this plugin, it might open your site up to attack. Only continue if you trust the author of this plugin.', |
|
498 |
496 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.', |
499 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.', |
497 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.', |
500 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.', |
498 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.', |
501 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.', |
499 err_upgrade_to_older: 'You are trying to upgrade to an older release of this plugin. This is unsupported and must be done manually.', |
502 err_upgrade_to_older: 'You are trying to upgrade to an older release of this plugin. This is unsupported and must be done manually.', |
500 err_upgrade_bad_query: 'There is a problem with one of the SQL queries the plugin is trying to make.', |
503 err_upgrade_bad_query: 'There is a problem with one of the SQL queries the plugin is trying to make.', |