Upport.
Improved detection for possible javascript errors (i.e. PHP errors, plugins that use invalid PHP 5.4+ syntax, other causes - that people seem to hit a lot) If the serendipity.spawn function could not be found, we emit a warning (through javascript...) See thread on forums: http://board.s9y.org/viewtopic.php?f=11&t=20286 Conflicts: docs/NEWS lang/UTF-8/plugin_lang.php lang/UTF-8/serendipity_lang_bg.inc.php lang/UTF-8/serendipity_lang_cn.inc.php lang/UTF-8/serendipity_lang_cs.inc.php lang/UTF-8/serendipity_lang_cz.inc.php lang/UTF-8/serendipity_lang_da.inc.php lang/UTF-8/serendipity_lang_de.inc.php lang/UTF-8/serendipity_lang_en.inc.php lang/UTF-8/serendipity_lang_es.inc.php lang/UTF-8/serendipity_lang_fa.inc.php lang/UTF-8/serendipity_lang_fi.inc.php lang/UTF-8/serendipity_lang_fr.inc.php lang/UTF-8/serendipity_lang_hu.inc.php lang/UTF-8/serendipity_lang_is.inc.php lang/UTF-8/serendipity_lang_it.inc.php lang/UTF-8/serendipity_lang_ja.inc.php lang/UTF-8/serendipity_lang_ko.inc.php lang/UTF-8/serendipity_lang_nl.inc.php lang/UTF-8/serendipity_lang_no.inc.php lang/UTF-8/serendipity_lang_pl.inc.php lang/UTF-8/serendipity_lang_pt.inc.php lang/UTF-8/serendipity_lang_pt_PT.inc.php lang/UTF-8/serendipity_lang_ro.inc.php lang/UTF-8/serendipity_lang_ru.inc.php lang/UTF-8/serendipity_lang_sa.inc.php lang/UTF-8/serendipity_lang_se.inc.php lang/UTF-8/serendipity_lang_sk.inc.php lang/UTF-8/serendipity_lang_ta.inc.php lang/UTF-8/serendipity_lang_tn.inc.php lang/UTF-8/serendipity_lang_tr.inc.php lang/UTF-8/serendipity_lang_tw.inc.php lang/UTF-8/serendipity_lang_zh.inc.php lang/addlang.txt lang/plugin_lang.php lang/serendipity_lang_bg.inc.php lang/serendipity_lang_cn.inc.php lang/serendipity_lang_cs.inc.php lang/serendipity_lang_cz.inc.php lang/serendipity_lang_da.inc.php lang/serendipity_lang_de.inc.php lang/serendipity_lang_en.inc.php lang/serendipity_lang_es.inc.php lang/serendipity_lang_fa.inc.php lang/serendipity_lang_fi.inc.php lang/serendipity_lang_fr.inc.php lang/serendipity_lang_hu.inc.php lang/serendipity_lang_is.inc.php lang/serendipity_lang_it.inc.php lang/serendipity_lang_ja.inc.php lang/serendipity_lang_ko.inc.php lang/serendipity_lang_nl.inc.php lang/serendipity_lang_no.inc.php lang/serendipity_lang_pl.inc.php lang/serendipity_lang_pt.inc.php lang/serendipity_lang_pt_PT.inc.php lang/serendipity_lang_ro.inc.php lang/serendipity_lang_ru.inc.php lang/serendipity_lang_sa.inc.php lang/serendipity_lang_se.inc.php lang/serendipity_lang_sk.inc.php lang/serendipity_lang_ta.inc.php lang/serendipity_lang_tn.inc.php lang/serendipity_lang_tr.inc.php lang/serendipity_lang_tw.inc.php lang/serendipity_lang_zh.inc.php
This commit is contained in:
@@ -80,69 +80,3 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
}
|
||||
echo "---------------------------\n";
|
||||
}
|
||||
@define('RESET_FILTERS', 'Reset filters');
|
||||
@define('UPDATE_FAILMSG', 'Check for new Serendipity version failed. This can happen because either the URL https://raw.github.com/s9y/Serendipity/master/docs/RELEASE is down, your server blocks outgoing connections or there are other connection issues.');
|
||||
@define('UPDATE_FAILACTION', 'Disable automatic update check');
|
||||
@define('UPDATE_NOTIFICATION_DESC', 'Show the update notification in the Dashboard, and for which channel?');
|
||||
@define('FRONTEND', 'Frontend');
|
||||
@define('BACKEND', 'Backend');
|
||||
@define('MEDIA_UPLOAD_RESIZE', 'Resize before Upload');
|
||||
@define('MEDIA_UPLOAD_RESIZE_DESC', 'Resize images before the upload using Javascript. This will also change the uploader to use Ajax and thus remove the Property-Button');
|
||||
@define('LOG_LEVEL', 'Log Level');
|
||||
@define('LOG_LEVEL_DESC', 'At certain places in the Serendipity code we have placed debugging breakpoints. If this option is set to "Debug", it will write this debug output to templates_c/logs/. You should only enable this option if you are experiencing bugs in those areas, or if you are a developer. Setting this option to "Error" will enable logging PHP errors, overwriting the PHP error_log setting.');
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
@define('SYNDICATION_PLUGIN_SUBTOME', 'subToMe');
|
||||
@define('SYNDICATION_PLUGIN_SUBTOME_DESC', 'Show the subToMe button, a layer to make feed subscription easier');
|
||||
@define('SYNDICATE_THIS_BLOG', 'Subscribe');@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file. Set to "none" to show a textlink (the old default)');
|
||||
@define('INSTALL_BACKENDPOPUP', 'Enable use of popup windows for the backend');
|
||||
@define('INSTALL_BACKENDPOPUP_DESC', 'Do you want to use popup windows for some backend functionality? When disabled (default), inline modal dialogs will be used for e.g. the category selector and media library.');
|
||||
@define('UPDATE_STABLE', 'stable');
|
||||
@define('UPDATE_BETA', 'beta');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT', 'Feed format');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT_DESC', 'Which format shall be used for all feeds. Both are supported in all common readers');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED', 'Comment feed');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED_DESC', 'Show an additional link to a comment feed. This should be interesting only to the blogauthor itself');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON', 'Feed icon');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON_DESC', 'Show a (big) icon insteaf of a textlink to the feed. Set to "none" to deactivate, or to "feedburner" to show a feedburner counter if an id is given below');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL', 'Custom URL');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL_DESC', 'If you want to link to the custom feed specified in the blog configuration, enable this option.');
|
||||
@define('FEED_CUSTOM', 'Custom feed URL');
|
||||
@define('FEED_CUSTOM_DESC', 'If set, a custom feed URL can be set to forward Feedreaders to a specific URL. Useful for statistical analyzers like Feedburner, in which case you would enter your Feedburner-URL here.');
|
||||
@define('FEED_FORCE', 'Force custom feed URL?');
|
||||
@define('FEED_FORCE_DESC', 'If enabled, the URL entered above will be mandatory for Feedreaders, and your usual feed cannot be accessed from clients.');
|
||||
@define('NO_UPDATES', 'No plugin updates are available');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
|
||||
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
||||
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|
||||
@define('INSTALL_CAT_FEEDS', 'Feed Settings');
|
||||
@define('USERCONF_USE_CORE_WYSIWYG_TOOLBAR', 'Toolbar for WYSIWYG editor');
|
||||
@define('USERCONF_USE_CORE_WYSIWYG_TOOLBAR_DESC', 'Sets the list of available toolbar buttons for the WYSIWYG-Editor. If you need to further change those presets, you can create a file templates/XXX/admin/ckeditor_custom_config.js. For further details please check out the files htmlarea/ckeditor_s9y_config.js and htmlarea/ckeditor_s9y_plugin.js.');
|
||||
@define('USERCONF_WYSIWYG_PRESET_S9Y', 'Serendipity (default)');
|
||||
@define('USERCONF_WYSIWYG_PRESET_BASIC', 'Reduced');
|
||||
@define('USERCONF_WYSIWYG_PRESET_FULL', 'Full');
|
||||
@define('USERCONF_WYSIWYG_PRESET_STANDARD', 'Alternate');
|
||||
@define('USERCONF_WYSIWYG_PRESET_CKE', 'CKEditor Full');
|
||||
@define('USERCONF_WYSIWYG_PRESET_NOCC_S9Y', 'Force: Serendipity');
|
||||
@define('USERCONF_WYSIWYG_PRESET_NOCC_BASIC', 'Force: Reduced');
|
||||
@define('USERCONF_WYSIWYG_PRESET_NOCC_FULL', 'Force: Full');
|
||||
@define('USERCONF_WYSIWYG_PRESET_NOCC_STANDARD', 'Force: Alternate');
|
||||
@define('USERCONF_WYSIWYG_PRESET_NOCC_CKE', 'Force: CKEditor Full');
|
||||
|
||||
@define('CATEGORY_PLUGIN_SHOWALL', 'Show a link to "All categories"?');
|
||||
@define('CATEGORY_PLUGIN_SHOWALL', 'If enabled, a link for the visitor to display the blog with no category restriction will be added.');
|
||||
@define('SERENDIPITY_PHPVERSION_FAIL', 'Serendipity requires a PHP version >= %2$s - you are running a lower version (%1$s) and need to upgrade your PHP version. Most providers offer you to switch to newer PHP versions through their admin panels or .htaccess directives.');
|
||||
@define('TOGGLE_VIEW', 'Switch category view mode');
|
||||
@define('PUBLISH_NOW', 'Publish this entry now (sets current time and date)');
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('INSTALL_PASSWORD2', 'Admin password (verify)');
|
||||
@define('INSTALL_PASSWORD2_DESC', 'Password for admin login, enter again to verify.');@define('INSTALL_PASSWORD_INVALID', 'Your entered passwords for the administrator user do not match.');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR', 'Force specific backend popups');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR_DESC', 'If you generally disable backend popups, you can specifically force using popups for specific places by entering a comma seperated list of places here. Available places are: ');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
|
Reference in New Issue
Block a user