blob: 2c41795b102ee33bd6d597dc17f30b8054fda7bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Window title -->
<!ENTITY windowTitle.label "Umetni Math">
<!ENTITY sourceEditField.label "Unesite LaTeX izvorni kod:">
<!ENTITY options.label "Opcije">
<!ENTITY optionInline.label "Inline režim">
<!ENTITY optionInline.accesskey "n">
<!ENTITY optionDisplay.label "Način prikaza">
<!ENTITY optionDisplay.accesskey "N">
<!ENTITY optionLTR.label "Smjer s lijeva na desno">
<!ENTITY optionLTR.accesskey "l">
<!ENTITY optionRTL.label "Smjer s desna na lijevo">
<!ENTITY optionRTL.accesskey "d">
<!ENTITY insertButton.label "Umetni">
<!ENTITY insertButton.accesskey "m">
|