Archived
Add ability to preview demo themes in spartacus.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
Version 2.1 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Added link to preview spartacus themes on blog.s9y.org
|
||||
|
||||
* Added two configuration variables that can be set in
|
||||
serendipity_config_local.inc.php to influence the dashboard
|
||||
entry limit:
|
||||
|
||||
@@ -205,6 +205,10 @@ foreach ($stack as $theme => $info) {
|
||||
} elseif (!empty($info["previewURL"])) {
|
||||
$data["templates"][$theme]["preview${backendId}"] = $info["previewURL${backendId}"] ;
|
||||
}
|
||||
|
||||
if ($info['demoURL']) {
|
||||
$data['templates'][$theme]['demoURL'] = $info['demoURL'];
|
||||
}
|
||||
}
|
||||
|
||||
$unmetRequirements = array();
|
||||
|
||||
@@ -80,74 +80,5 @@ 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');
|
||||
<<<<<<< HEAD
|
||||
@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');
|
||||
=======
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
|
||||
>>>>>>> 91df1f4... 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)
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1089,3 +1089,4 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1092,10 +1092,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1127,3 +1127,4 @@ $i18n_filename_to = array (
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1127,3 +1127,4 @@ $i18n_filename_to = array (
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1096,3 +1096,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1100,3 +1100,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1098,3 +1098,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1108,10 +1108,11 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1099,3 +1099,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,10 +1097,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1095,3 +1095,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1100,3 +1100,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1094,10 +1094,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1092,10 +1092,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1092,10 +1092,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1092,10 +1092,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1088,10 +1088,11 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1094,10 +1094,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1101,10 +1101,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1098,3 +1098,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1093,10 +1093,11 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1016,3 +1016,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1080,10 +1080,11 @@ $i18n_filename_to = array (
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1089,10 +1089,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1101,3 +1101,4 @@ $i18n_unknown = 'tw';
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1094,10 +1094,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1095,10 +1095,11 @@ $i18n_unknown = 'tw';
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1090,10 +1090,11 @@
|
||||
@define('EDITOR_TAGS', 'Tags');
|
||||
@define('EDITOR_NO_TAGS', 'No tags');
|
||||
@define('DASHBOARD_ENTRIES', 'In Progress');
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@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');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
+1
-7
@@ -1,7 +1 @@
|
||||
<<<<<<< HEAD
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
|
||||
>>>>>>> 91df1f4... 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)
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1089,3 +1089,4 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1099,3 +1099,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1127,3 +1127,4 @@ $i18n_filename_to = array (
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1127,3 +1127,4 @@ $i18n_filename_to = array (
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1096,3 +1096,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1100,3 +1100,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1098,3 +1098,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1115,3 +1115,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1099,3 +1099,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1104,3 +1104,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1095,3 +1095,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1100,3 +1100,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1101,3 +1101,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1099,3 +1099,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1099,3 +1099,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1099,3 +1099,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1095,3 +1095,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1101,3 +1101,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1108,3 +1108,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1098,3 +1098,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1100,3 +1100,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1016,3 +1016,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1087,3 +1087,4 @@ $i18n_filename_to = array (
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1096,3 +1096,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1101,3 +1101,4 @@ $i18n_unknown = 'tw';
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1101,3 +1101,4 @@
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1102,3 +1102,4 @@ $i18n_unknown = 'tw';
|
||||
@define('START_UPDATE', 'Starting Update ...');
|
||||
@define('UPDATE_ALL', 'Update All');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -1097,3 +1097,4 @@
|
||||
@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('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
|
||||
@@ -878,6 +878,7 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
}
|
||||
|
||||
$plugname = $pluginstack[$i]['template'];
|
||||
$pluginstack[$i]['demoURL'] = 'http://blog.s9y.org?user_template=additional_themes/' . $plugname;
|
||||
$pluginstack[$i]['previewURL'] = $this->fixUrl($mirror . '/additional_themes/' . $gitloc . $plugname . '/preview.png?revision=1.9999');
|
||||
$preview_fullsizeURL = $this->fixUrl($mirror . '/additional_themes/' . $gitloc . $plugname . '/preview_fullsize.jpg?revision=1.9999');
|
||||
if (file_exists($serendipity['serendipityPath'] . '/templates_c/template_cache/'. $plugname .'.jpg')) {
|
||||
|
||||
@@ -108,6 +108,11 @@
|
||||
<img src="{$info.preview}" alt="{$CONST.PREVIEW}" >
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $info.demoURL}
|
||||
<a class="demoURL" href="{$info.demoURL}" target="_blank">{$CONST.THEMES_PREVIEW_BLOG}</a>
|
||||
{/if}
|
||||
|
||||
<footer id="template_info_{$info@key}" class="template_info additional_info">
|
||||
<dl class="clearfix">
|
||||
<dt class="template_author">{$CONST.AUTHOR}:</dt>
|
||||
|
||||
Reference in New Issue
Block a user