blob: 440b82f9f3747a4b15bede95f9647ca5ca3205f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//>>built
define(
"dojox/editor/plugins/nls/sk/LocalImage", //begin v1.x content
({
insertImageTitle: "Vložiť obrázok",
url: "Obrázok",
browse: "Prehľadať...",
text: "Opis",
set: "Vložiť",
invalidMessage: "Neplatný typ súboru obrázka",
prePopuTextUrl: "Zadajte adresu URL",
prePopuTextBrowse: "alebo nájdite lokálny súbor."
})
//end v1.x content
);
|