additional_plugins/serendipity_event_autoupdate/lang_de.inc.php
2011-12-13 12:29:05 +01:00

7 lines
370 B
PHP

<?php
@define('PLUGIN_EVENT_AUTOUPDATE_NAME', 'Autoupdate (Experimental)');
@define('PLUGIN_EVENT_AUTOUPDATE_DESC', 'Experimental. When the dashboard-plugin detects an update, this plugin adds the option to update the blog directly with one click from within the adminarea.');
@define('PLUGIN_EVENT_AUTOUPDATE_UPDATEBUTTON', 'Update now automatically');
?>