Overview
Comment: | [tb] update dictionaries options |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | tb |
Files: | files | file ages | folders |
SHA3-256: |
43a35949e2af75686aa3546b627ee0b7 |
User & Date: | olr on 2018-04-06 13:49:35 |
Other Links: | manifest | tags |
Context
2018-04-06
| ||
14:39 | [tb] spelling options: fix label check-in: 28c61525bd user: olr tags: trunk, tb | |
13:49 | [tb] update dictionaries options check-in: 43a35949e2 user: olr tags: trunk, tb | |
13:25 | [tb][bug] fix dictionary import check-in: 8a28c07075 user: olr tags: trunk, tb | |
Changes
Modified gc_lang/fr/tb/content/spell_options.css from [aa45acfc4a] to [11e9c94ca2].
︙ | ︙ | |||
15 16 17 18 19 20 21 | description { width: 340px; } .dicdescr { margin-left: 27px; } | > > > > | 15 16 17 18 19 20 21 22 23 24 25 | description { width: 340px; } .dicdescr { margin-left: 27px; } .disabled { opacity: .25; } |
Modified gc_lang/fr/tb/content/spell_options.xul from [73a5358896] to [390fda8e41].
︙ | ︙ | |||
34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <checkbox id="fr-FR-classic-reform" class="option" label="&option.allvar.label;" /> <description class="dicdescr">&option.allvar.descr;</description> </groupbox> <groupbox with="380"> <caption id="grouptitle" label="&grouptitle_graphspell;" /> <description id="warning">&warning_graphspell;</description> <checkbox id="personal_dic" class="option" label="&option.personal_dic.label;" /> <description class="dicdescr">&option.personal_dic.descr;</description> </groupbox> </hbox> <script type="application/x-javascript" src="spell_options.js"/> | > > > > > > > > > | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | <checkbox id="fr-FR-classic-reform" class="option" label="&option.allvar.label;" /> <description class="dicdescr">&option.allvar.descr;</description> </groupbox> <groupbox with="380"> <caption id="grouptitle" label="&grouptitle_graphspell;" /> <description id="warning">&warning_graphspell;</description> <checkbox id="main_dic" class="option" label="&option.main_dic.label;" disabled="true" checked="true" /> <description class="dicdescr">&option.main_dic.descr;</description> <checkbox id="extended_dic" class="option disabled" label="&option.extended_dic.label;" disabled="true" /> <description class="dicdescr disabled">&option.extended_dic.descr;</description> <checkbox id="community_dic" class="option disabled" label="&option.community_dic.label;" disabled="true" /> <description class="dicdescr disabled">&option.community_dic.descr;</description> <checkbox id="personal_dic" class="option" label="&option.personal_dic.label;" /> <description class="dicdescr">&option.personal_dic.descr;</description> </groupbox> </hbox> <script type="application/x-javascript" src="spell_options.js"/> |
︙ | ︙ |
Modified gc_lang/fr/tb/locale/en/spell_options.dtd from [1569f5f972] to [b13c348dbe].
1 2 3 4 | <!ENTITY window.title "Grammalecte · Spelling options"> <!ENTITY dialogheader.label "Spelling options"> <!ENTITY grouptitle_graphspell "Graphspell Dictionaries (Grammalecte)"> | | > > > > > > | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!ENTITY window.title "Grammalecte · Spelling options"> <!ENTITY dialogheader.label "Spelling options"> <!ENTITY grouptitle_graphspell "Graphspell Dictionaries (Grammalecte)"> <!ENTITY warning_graphspell "These dictionaries are used only when analyzing texts."> <!ENTITY option.main_dic.label "Main dictionary"> <!ENTITY option.main_dic.descr "About 83 000 entries, 500 000 flexions.\nNot editable, not deactivable."> <!ENTITY option.extended_dic.label "Extended dictionary"> <!ENTITY option.extended_dic.descr "Feature to come."> <!ENTITY option.community_dic.label "Community dictionary"> <!ENTITY option.community_dic.descr "Feature to come.."> <!ENTITY option.personal_dic.label "Personal dictionary"> <!ENTITY option.personal_dic.descr "The personal dictionary is created and edited via the lexicon editor."> <!ENTITY grouptitle_hunspell "Hunspell Dictionaries (Thunderbird)"> <!ENTITY warning_hunspell "These dictionaries are only used when you are writing texts (red underlining). Select dictionaries you want to see in textareas list. Selected dictionaries are added instantly. Whereas unselected dictionnaries will be removed only at Thunderbird’s restart."> <!ENTITY option.modern.label "“Modern”"> <!ENTITY option.modern.descr "This dictionary offers the French spelling as it is written nowadays most often. This is the recommended dictionary if French is not your mother tongue or if you want only one correct spelling per word."> <!ENTITY option.classic.label "“Classic” (recommanded)"> <!ENTITY option.classic.descr "This is the “Modern” dictionary plus classical spellings, some of them still widely used, others obsolete. This is the recommended dictionary if French is your native language."> |
︙ | ︙ |
Modified gc_lang/fr/tb/locale/fr/spell_options.dtd from [af7cf68ff7] to [7ebef67700].
1 2 3 4 | <!ENTITY window.title "Grammalecte · Options orthographiques"> <!ENTITY dialogheader.label "Options orthographiques"> <!ENTITY grouptitle_graphspell "Dictionnaires de Grammalecte"> | | > > > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <!ENTITY window.title "Grammalecte · Options orthographiques"> <!ENTITY dialogheader.label "Options orthographiques"> <!ENTITY grouptitle_graphspell "Dictionnaires de Grammalecte"> <!ENTITY warning_graphspell "Ces dictionnaires ne sont utilisés que lors de l’analyse grammaticale."> <!ENTITY option.main_dic.label "Dictionnaire principal"> <!ENTITY option.main_dic.descr "Environ 83 000 entrées, 500 000 flexions.\nNi éditable, ni désactivable."> <!ENTITY option.extended_dic.label "Dictionnaire étendu"> <!ENTITY option.extended_dic.descr "Fonctionnalité à venir."> <!ENTITY option.community_dic.label "Dictionnaire communautaire"> <!ENTITY option.community_dic.descr "Fonctionnalité à venir."> <!ENTITY option.personal_dic.label "Dictionnaire personnel"> <!ENTITY option.personal_dic.descr "Le dictionnaire personnel est créé et édité via l’éditeur lexical."> <!ENTITY grouptitle_hunspell "Dictionnaires Hunspell (Thunderbird)"> <!ENTITY warning_hunspell "Ces dictionnaires ne sont utilisés que lors de l’écriture de texte (soulignement rouge). Cochez les dictionnaires que vous voulez voir apparaître dans la liste des dictionnaires utilisables. L’ajout des dictionnaires se fait instantanément. En revanche, les dictionnaires ôtés ne disparaîtront qu’au redémarrage de Thunderbird."> <!ENTITY option.modern.label "“Moderne”"> <!ENTITY option.modern.descr "Ce dictionnaire propose l’orthographe telle qu’elle est écrite aujourd’hui le plus couramment. C’est le dictionnaire recommandé si le français n’est pas votre langue maternelle ou si vous ne désirez qu’une seule graphie correcte par mot."> <!ENTITY option.classic.label "“Classique” (recommandé)"> |
︙ | ︙ |