blob: a2e4ced4ac40bdb658bd62c6cb684ae2b9845bec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!-- 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 tablicu">
<!ENTITY size.label "Veličina">
<!ENTITY numRowsEditField.label "Redovi:">
<!ENTITY numRowsEditField.accessKey "R">
<!ENTITY numColumnsEditField.label "Stupci:">
<!ENTITY numColumnsEditField.accessKey "c">
<!ENTITY widthEditField.label "Širina:">
<!ENTITY widthEditField.accessKey "i">
<!ENTITY borderEditField.label "Obrub:">
<!ENTITY borderEditField.accessKey "b">
<!ENTITY borderEditField.tooltip "Upiši broj za obrub tablice ili nulu (0) ukoliko ne želite obrub">
<!ENTITY pixels.label "pikseli">
|