Added i18n files
(hopefully complete?)
This commit is contained in:
@ -1068,3 +1068,6 @@
|
||||
|
||||
@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.');
|
||||
|
Reference in New Issue
Block a user