1
2
3
4
5
6
7
8
9
| <!ENTITY window.title "Grammalecte · Lexical editor lexical">
<!ENTITY button.cancel.label "Close">
<!ENTITY dialogheader.newword.label "New word">
<!ENTITY dialogheader.lexicon.label "Your lexicon">
<!ENTITY tab.editor.label "Add">
<!ENTITY tab.lexicon.label "Lexicon">
|
>
>
>
>
>
|
|
|
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <!ENTITY window.title "Grammalecte · Lexical editor lexical">
<!ENTITY button.cancel.label "Close">
<!ENTITY tab.editor.label "Add">
<!ENTITY tab.lexicon.label "Lexicon">
<!ENTITY tab.search.label "Search">
<!ENTITY tab.info.label "Informations">
<!ENTITY dialogheader.newword.label "New word">
<!ENTITY dialogheader.lexicon.label "Your lexicon">
<!ENTITY dialogheader.search.similar.label "Similar spellings">
<!ENTITY dialogheader.search.regex.label "Regular expressions">
<!ENTITY dialogheader.info.label "Informations">
|