Changeset 3055:fac076751aa3 for plugins/dcCKEditor
- Timestamp:
- 07/15/15 16:45:31 (10 years ago)
- Branch:
- default
- Location:
- plugins/dcCKEditor
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3052 r3055 79 79 80 80 CKEDITOR.timestamp = ''; 81 <?php if (!empty(!$dcckeditor_disable_native_spellchecker)):?> 81 <?php if (!isset($dcckeditor_disable_native_spellchecker) || $dcckeditor_disable_native_spellchecker):?> 82 CKEDITOR.disableNativeSpellChecker = true; 83 <?php else:?> 82 84 CKEDITOR.disableNativeSpellChecker = false; 83 85 <?php endif;?> -
plugins/dcCKEditor/locales/fr/main.po
r2868 r3055 1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR Free Software Foundation, Inc. 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 4 # 5 #, fuzzy 6 msgid "" 7 msgstr "" 8 "Project-Id-Version: PACKAGE VERSION\n" 9 "PO-Revision-Date: 2015-07-15 14:17+0200\n" 10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 11 "Language-Team: LANGUAGE <LL@li.org>\n" 12 "MIME-Version: 1.0\n" 13 "Content-Type: text/plain; charset=CHARSET\n" 14 "Content-Transfer-Encoding: 8bit\n" 15 1 16 #: _config.php:31 _config.php:34 inc/_config.php:43 2 17 msgid "The configuration has been updated." … … 66 81 msgid "URL field cannot be empty." 67 82 msgstr "L'URL ne peut pas être vide." 83 84 msgid "Disables the built-in spell checker if the browser provides one" 85 msgstr "Désactiver la correction orthographique fournie par le navigateur" -
plugins/dcCKEditor/locales/templates/messages.pot
r2738 r3055 58 58 msgstr "" 59 59 60 #: tpl/index.tpl:4561 msgid "Add format selection"62 msgstr ""63 64 60 #: tpl/index.tpl:49 65 61 msgid "Add format selection" … … 77 73 msgid "Comma separed list of textareas - jQuery selector. Defaut: " 78 74 msgstr "" 75 76 msgid "Disables the built-in spell checker if the browser provides one" 77 msgstr "" 78
Note: See TracChangeset
for help on using the changeset viewer.