blob: ea805608d764ce0cf8aa9c797c25f7fcd68049ea (
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 "Math ekle">
<!ENTITY sourceEditField.label "LaTeX kaynak kodunu girin:">
<!ENTITY options.label "Seçenekler">
<!ENTITY optionInline.label "Satır içi kipi">
<!ENTITY optionInline.accesskey "S">
<!ENTITY optionDisplay.label "Görünüm kipi">
<!ENTITY optionDisplay.accesskey "G">
<!ENTITY optionLTR.label "Soldan sağa">
<!ENTITY optionLTR.accesskey "o">
<!ENTITY optionRTL.label "Sağdan sola">
<!ENTITY optionRTL.accesskey "a">
<!ENTITY insertButton.label "Ekle">
<!ENTITY insertButton.accesskey "E">
|