|
|
|
|
// I18N constants
|
|
|
|
|
|
|
|
|
|
HTMLArea.I18N = {
|
|
|
|
|
|
|
|
|
|
// the following should be the filename without .js extension
|
|
|
|
|
// it will be used for automatically load plugin language.
|
|
|
|
|
lang: "pl",
|
|
|
|
|
|
|
|
|
|
tooltips: {
|
|
|
|
|
bold: "Pogrubienie",
|
|
|
|
|
italic: "Pochylenie",
|
|
|
|
|
underline: "Podkre<EFBFBD>lenie",
|
|
|
|
|
strikethrough: "Przekre<EFBFBD>lenie",
|
|
|
|
|
subscript: "Indeks dolny",
|
|
|
|
|
superscript: "Indeks g<EFBFBD>rny",
|
|
|
|
|
justifyleft: "Wyr<EFBFBD>wnaj do lewej",
|
|
|
|
|
justifycenter: "Wy<EFBFBD>rodkuj",
|
|
|
|
|
justifyright: "Wyr<EFBFBD>wnaj do prawej",
|
|
|
|
|
justifyfull: "Wyjustuj",
|
|
|
|
|
orderedlist: "Numerowanie",
|
|
|
|
|
unorderedlist: "Wypunktowanie",
|
|
|
|
|
outdent: "Zmniejsz wci<EFBFBD>cie",
|
|
|
|
|
indent: "Zwi<EFBFBD>ksz wci<EFBFBD>cie",
|
|
|
|
|
forecolor: "Kolor czcionki",
|
|
|
|
|
backcolor: "Kolor t<EFBFBD>a",
|
|
|
|
|
inserthorizontalrule: "Linia pozioma",
|
|
|
|
|
createlink: "Wstaw adres sieci Web",
|
|
|
|
|
insertimage: "Wstaw obraz",
|
|
|
|
|
inserttable: "Wstaw tabel<EFBFBD>",
|
|
|
|
|
htmlmode: "Edycja WYSIWYG/w <EFBFBD>r<EFBFBD>dle strony",
|
|
|
|
|
popupeditor: "Pe<EFBFBD>ny ekran",
|
|
|
|
|
about: "Informacje o tym edytorze",
|
|
|
|
|
help: "Pomoc",
|
|
|
|
|
textindicator: "Obecny styl"
|
|
|
|
|
},
|
|
|
|
|
buttons: {
|
|
|
|
|
"ok": "OK",
|
|
|
|
|
"cancel": "Cancel"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
msg: {
|
|
|
|
|
"Path": "Path",
|
|
|
|
|
"TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.",
|
|
|
|
|
|
|
|
|
|
"IE-sucks-full-screen" :
|
|
|
|
|
// translate here
|
|
|
|
|
"The full screen mode is known to cause problems with Internet Explorer, " +
|
|
|
|
|
"due to browser bugs that we weren't able to workaround. You might experience garbage " +
|
|
|
|
|
"display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
|
|
|
|
|
"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
|
|
|
|
|
"You have been warned. Please press OK if you still want to try the full screen editor.",
|
|
|
|
|
|
|
|
|
|
"Moz-Clipboard" :
|
|
|
|
|
"Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
|
|
|
|
|
"for security reasons. Click OK to see a technical note at mozilla.org " +
|
|
|
|
|
"which shows you how to allow a script to access the clipboard."
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
dialogs: {
|
|
|
|
|
"Cancel" : "Cancel",
|
|
|
|
|
"Insert/Modify Link" : "Insert/Modify Link",
|
|
|
|
|
"New window (_blank)" : "New window (_blank)",
|
|
|
|
|
"None (use implicit)" : "None (use implicit)",
|
|
|
|
|
"OK" : "OK",
|
|
|
|
|
"Other" : "Other",
|
|
|
|
|
"Same frame (_self)" : "Same frame (_self)",
|
|
|
|
|
"Target:" : "Target:",
|
|
|
|
|
"Title (tooltip):" : "Title (tooltip):",
|
|
|
|
|
"Top frame (_top)" : "Top frame (_top)",
|
|
|
|
|
"URL:" : "URL:",
|
|
|
|
|
"You must enter the URL where this link points to" : "You must enter the URL where this link points to"
|
|
|
|
|
}
|
|
|
|
|
};
|