Dotclear


Ignore:
Timestamp:
07/15/15 16:45:31 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Cope with #2092
Add translation and fixes test for setting

Location:
plugins/dcCKEditor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r3052 r3055  
    7979 
    8080     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:?> 
    8284     CKEDITOR.disableNativeSpellChecker = false; 
    8385<?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 
     6msgid "" 
     7msgstr "" 
     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 
    116#: _config.php:31 _config.php:34 inc/_config.php:43 
    217msgid "The configuration has been updated." 
     
    6681msgid "URL field cannot be empty." 
    6782msgstr "L'URL ne peut pas être vide." 
     83 
     84msgid "Disables the built-in spell checker if the browser provides one" 
     85msgstr "Désactiver la correction orthographique fournie par le navigateur" 
  • plugins/dcCKEditor/locales/templates/messages.pot

    r2738 r3055  
    5858msgstr "" 
    5959 
    60 #: tpl/index.tpl:45 
    61 msgid "Add format selection" 
    62 msgstr "" 
    63  
    6460#: tpl/index.tpl:49 
    6561msgid "Add format selection" 
     
    7773msgid "Comma separed list of textareas - jQuery selector. Defaut: " 
    7874msgstr "" 
     75 
     76msgid "Disables the built-in spell checker if the browser provides one" 
     77msgstr "" 
     78 
Note: See TracChangeset for help on using the changeset viewer.

Sites map