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 | 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 | 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 | 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)"> |
| ︙ |
Modified gc_lang/fr/tb/locale/fr/spell_options.dtd from [af7cf68ff7] to [7ebef67700].
1 2 3 4 | 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"> |
| ︙ |