1
0

(Experimental) Replace htmlarea with XINHA. Thanks to abdussamad!

This commit is contained in:
Garvin Hicking
2008-09-09 07:52:18 +00:00
parent 862abd0a90
commit 94fd5e4e8c
903 changed files with 50035 additions and 10204 deletions

View File

@ -1,36 +1,29 @@
// I18N constants -- Chinese Big-5
// I18N constants -- UTF-8
// by Dave Lo -- dlo@interactivetools.com
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "b5",
tooltips: {
bold: "<22><><EFBFBD><EFBFBD>",
italic: "<22><><EFBFBD><EFBFBD>",
underline: "<22><><EFBFBD>u",
strikethrough: "<EFBFBD>R<EFBFBD><EFBFBD><EFBFBD>u",
subscript: "<22>U<EFBFBD><55>",
superscript: "<22>W<EFBFBD><57>",
justifyleft: "<22><><EFBFBD>m<EFBFBD>a<EFBFBD><61>",
justifycenter: "<EFBFBD><EFBFBD><EFBFBD>m<EFBFBD>~<7E><>",
justifyright: "<EFBFBD><EFBFBD><EFBFBD>m<EFBFBD>a<EFBFBD>k",
justifyfull: "<22><><EFBFBD>m<EFBFBD><6D><EFBFBD>k<EFBFBD><6B><EFBFBD><EFBFBD>",
orderedlist: "<22><><EFBFBD>DzM<C7B2><4D>",
unorderedlist: "<EFBFBD>L<EFBFBD>DzM<EFBFBD><EFBFBD>",
outdent: "<22><><EFBFBD>p<EFBFBD><70><EFBFBD>e<EFBFBD>ť<EFBFBD>",
indent: "<22>[<5B>e<EFBFBD><65><EFBFBD>e<EFBFBD>ť<EFBFBD>",
forecolor: "<22><><EFBFBD>r<EFBFBD>C<EFBFBD><43>",
backcolor: "<22>I<EFBFBD><49><EFBFBD>C<EFBFBD><43>",
horizontalrule: "<22><><EFBFBD><EFBFBD><EFBFBD>u",
createlink: "<22><><EFBFBD>J<EFBFBD>s<EFBFBD><73>",
insertimage: "<22><><EFBFBD>J<EFBFBD>ϧ<EFBFBD>",
inserttable: "<22><><EFBFBD>J<EFBFBD><4A><EFBFBD><EFBFBD>",
htmlmode: "<22><><EFBFBD><EFBFBD>HTML<4D><4C><EFBFBD>l<EFBFBD>X",
popupeditor: "<22><><EFBFBD>j",
about: "<22><><EFBFBD><EFBFBD> HTMLArea",
help: "<22><><EFBFBD><EFBFBD>",
textindicator: "<22>r<EFBFBD><72><EFBFBD>Ҥl"
}
};
{
"Bold": "粗體",
"Italic": "斜體",
"Underline": "底線",
"Strikethrough": "刪除線",
"Subscript": "下標",
"Superscript": "上標",
"Justify Left": "位置靠左",
"Justify Center": "位置居中",
"Justify Right": "位置靠右",
"Justify Full": "位置左右平等",
"Ordered List": "順序清單",
"Bulleted List": "無序清單",
"Decrease Indent": "減小行前空白",
"Increase Indent": "加寬行前空白",
"Font Color": "文字顏色",
"Background Color": "背景顏色",
"Horizontal Rule": "水平線",
"Insert Web Link": "插入連結",
"Insert/Modify Image": "插入圖形",
"Insert Table": "插入表格",
"Toggle HTML Source": "切換HTML原始碼",
"Enlarge Editor": "放大",
"About this editor": "關於 Xinha",
"Help using editor": "說明",
"Current style": "字體例子"
}

View File

@ -3,81 +3,54 @@
// LANG: "ch", ENCODING: UTF-8
// Samuel Stone, http://stonemicro.com/
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "ch",
tooltips: {
bold: "粗體",
italic: "斜體",
underline: "底線",
strikethrough: "刪線",
subscript: "下標",
superscript: "上標",
justifyleft: "靠左",
justifycenter: "居中",
justifyright: "靠右",
justifyfull: "整齊",
orderedlist: "順序清單",
unorderedlist: "無序清單",
outdent: "伸排",
indent: "縮排",
forecolor: "文字顏色",
backcolor: "背景顏色",
horizontalrule: "水平線",
createlink: "插入連結",
insertimage: "插入圖像",
inserttable: "插入表格",
htmlmode: "切換HTML原始碼",
popupeditor: "伸出編輯系統",
about: "關於 HTMLArea",
help: "說明",
textindicator: "字體例子",
undo: "回原",
redo: "重来",
cut: "剪制选项",
copy: "复制选项",
paste: "贴上",
lefttoright: "从左到右",
righttoleft: "从右到左"
},
buttons: {
"ok": "好",
"cancel": "取消"
},
msg: {
"Path": "途徑",
"TEXT_MODE": "你在用純字編輯方式. 用 [<>] 按鈕轉回 所見即所得 編輯方式.",
"IE-sucks-full-screen" :
// translate here
"整頁式在Internet Explorer 上常出問題, " +
"因為這是 Internet Explorer 的無名問題,我們無法解決。" +
"你可能看見一些垃圾,或遇到其他問題。" +
"我們已警告了你. 如果要轉到 正頁式 請按 好.",
"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" : "取消",
"Insert/Modify Link" : "插入/改寫連結",
"New window (_blank)" : "新窗户(_blank)",
"None (use implicit)" : "無(use implicit)",
"OK" : "好",
"Other" : "其他",
"Same frame (_self)" : "本匡 (_self)",
"Target:" : "目標匡:",
"Title (tooltip):" : "主題 (tooltip):",
"Top frame (_top)" : "上匡 (_top)",
"URL:" : "網址:",
"You must enter the URL where this link points to" : "你必須輸入你要连结的網址"
}
};
{
"Bold": "粗體",
"Italic": "斜體",
"Underline": "底線",
"Strikethrough": "刪線",
"Subscript": "下標",
"Superscript": "上標",
"Justify Left": "靠左",
"Justify Center": "居中",
"Justify Right": "靠右",
"Justify Full": "整齊",
"Ordered List": "順序清單",
"Bulleted List": "無序清單",
"Decrease Indent": "伸排",
"Increase Indent": "縮排",
"Font Color": "文字顏色",
"Background Color": "背景顏色",
"Horizontal Rule": "水平線",
"Insert Web Link": "插入連結",
"Insert/Modify Image": "插入圖像",
"Insert Table": "插入表格",
"Toggle HTML Source": "切換HTML原始碼",
"Enlarge Editor": "伸出編輯系統",
"About this editor": "關於 Xinha",
"Help using editor": "說明",
"Current style": "字體例子",
"Undoes your last action": "回原",
"Redoes your last action": "重来",
"Cut selection": "剪制选项",
"Copy selection": "复制选项",
"Paste from clipboard": "贴上",
"Direction left to right": "从左到右",
"Direction right to left": "从右到左",
"OK": "好",
"Cancel": "取消",
"Path": "途徑",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "你在用純字編輯方式. 用 [<>] 按鈕轉回 所見即所得 編輯方式.",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "整頁式在Internet Explorer 上常出問題, 因為這是 Internet Explorer 的無名問題,我們無法解決。你可能看見一些垃圾,或遇到其他問題。我們已警告了你. 如果要轉到 正頁式 請按 好.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.",
"Cancel": "取消",
"Insert/Modify Link": "插入/改寫連結",
"New window (_blank)": "新窗户(_blank)",
"None (use implicit)": "無(use implicit)",
"Other": "其他",
"Same frame (_self)": "本匡 (_self)",
"Target:": "目標匡:",
"Title (tooltip):": "主題 (tooltip):",
"Top frame (_top)": "上匡 (_top)",
"URL:": "網址:",
"You must enter the URL where this link points to": "你必須輸入你要连结的網址"
}

View File

@ -1,63 +0,0 @@
// I18N constants
// LANG: "cz", ENCODING: UTF-8 | ISO-8859-2
// Author: Jiri Löw, <jirilow@jirilow.com>
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "cz",
tooltips: {
bold: "Tučně",
italic: "Kurzíva",
underline: "Podtržení",
strikethrough: "Přeškrtnutí",
subscript: "Dolní index",
superscript: "Horní index",
justifyleft: "Zarovnat doleva",
justifycenter: "Na střed",
justifyright: "Zarovnat doprava",
justifyfull: "Zarovnat do stran",
orderedlist: "Seznam",
unorderedlist: "Odrážky",
outdent: "Předsadit",
indent: "Odsadit",
forecolor: "Barva písma",
hilitecolor: "Barva pozadí",
horizontalrule: "Vodorovná čára",
createlink: "Vložit odkaz",
insertimage: "Vložit obrázek",
inserttable: "Vložit tabulku",
htmlmode: "Přepnout HTML",
popupeditor: "Nové okno editoru",
about: "O této aplikaci",
showhelp: "Nápověda aplikace",
textindicator: "Zvolený styl",
undo: "Vrátí poslední akci",
redo: "Opakuje poslední akci",
cut: "Vyjmout",
copy: "Kopírovat",
paste: "Vložit"
},
buttons: {
"ok": "OK",
"cancel": "Zrušit"
},
msg: {
"Path": "Cesta",
"TEXT_MODE": "Jste v TEXTOVÉM REŽIMU. Použijte tlačítko [<>] pro přepnutí do WYSIWIG."
}
};

View File

@ -1,6 +1,6 @@
// I18N constants
// I18N constants
// LANG: "cz", ENCODING: UTF-8 | ISO-8859-2
// LANG: "cz", ENCODING: UTF-8
// Author: Jiri Löw, <jirilow@jirilow.com>
// FOR TRANSLATORS:
@ -12,52 +12,39 @@
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "cz",
tooltips: {
bold: "Tučně",
italic: "Kurzíva",
underline: "Podtržení",
strikethrough: "Přeškrtnutí",
subscript: "Dolní index",
superscript: "Horní index",
justifyleft: "Zarovnat doleva",
justifycenter: "Na střed",
justifyright: "Zarovnat doprava",
justifyfull: "Zarovnat do stran",
orderedlist: "Seznam",
unorderedlist: "Odrážky",
outdent: "Předsadit",
indent: "Odsadit",
forecolor: "Barva písma",
hilitecolor: "Barva pozadí",
horizontalrule: "Vodorovná čára",
createlink: "Vložit odkaz",
insertimage: "Vložit obrázek",
inserttable: "Vložit tabulku",
htmlmode: "Přepnout HTML",
popupeditor: "Nové okno editoru",
about: "O této aplikaci",
showhelp: "Nápověda aplikace",
textindicator: "Zvolený styl",
undo: "Vrátí poslední akci",
redo: "Opakuje poslední akci",
cut: "Vyjmout",
copy: "Kopírovat",
paste: "Vložit"
},
buttons: {
"ok": "OK",
"cancel": "Zrušit"
},
msg: {
"Path": "Cesta",
"TEXT_MODE": "Jste v TEXTOVÉM REŽIMU. Použijte tlačítko [<>] pro přepnutí do WYSIWIG."
}
};
{
"Bold": "Tučně",
"Italic": "Kurzíva",
"Underline": "Podtržení",
"Strikethrough": "Přeškrtnutí",
"Subscript": "Dolní index",
"Superscript": "Horní index",
"Justify Left": "Zarovnat doleva",
"Justify Center": "Na střed",
"Justify Right": "Zarovnat doprava",
"Justify Full": "Zarovnat do stran",
"Ordered List": "Seznam",
"Bulleted List": "Odrážky",
"Decrease Indent": "Předsadit",
"Increase Indent": "Odsadit",
"Font Color": "Barva písma",
"Background Color": "Barva pozadí",
"Horizontal Rule": "Vodorovná čára",
"Insert Web Link": "Vložit odkaz",
"Insert/Modify Image": "Vložit obrázek",
"Insert Table": "Vložit tabulku",
"Toggle HTML Source": "Přepnout HTML",
"Enlarge Editor": "Nové okno editoru",
"About this editor": "O této aplikaci",
"Help using editor": "Nápověda aplikace",
"Current style": "Zvolený styl",
"Undoes your last action": "Vrátí poslední akci",
"Redoes your last action": "Opakuje poslední akci",
"Cut selection": "Vyjmout",
"Copy selection": "Kopírovat",
"Paste from clipboard": "Vložit",
"OK": "OK",
"Cancel": "Zrušit",
"Path": "Cesta",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Jste v TEXTOVÉM REŽIMU. Použijte tlačítko [<>] pro přepnutí do WYSIWIG."
}

View File

@ -1,38 +0,0 @@
// danish version for htmlArea v3.0 - Alpha Release
// - translated by rene<rene@laerke.net>
// term´s and licenses are equal to htmlarea!
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "da",
tooltips: {
bold: "Fed",
italic: "Kursiv",
underline: "Understregning",
strikethrough: "Overstregning ",
subscript: "Sænket skrift",
superscript: "Hævet skrift",
justifyleft: "Venstrejuster",
justifycenter: "Centrer",
justifyright: "Højrejuster",
justifyfull: "Lige margener",
orderedlist: "Opstilling med tal",
unorderedlist: "Opstilling med punkttegn",
outdent: "Formindsk indrykning",
indent: "Forøg indrykning",
forecolor: "Skriftfarve",
backcolor: "Baggrundsfarve",
horizontalrule: "Horisontal linie",
createlink: "Indsæt hyperlink",
insertimage: "Indsæt billede",
inserttable: "Indsæt tabel",
htmlmode: "HTML visning",
popupeditor: "Vis editor i popup",
about: "Om htmlarea",
help: "Hjælp",
textindicator: "Anvendt stil"
}
};

View File

@ -1,38 +1,30 @@
// danish version for htmlArea v3.0 - Alpha Release
// - translated by rene<rene@laerke.net>
// term<72>s and licenses are equal to htmlarea!
// LANG: "da", ENCODING: UTF-8
// Author: rene, <rene@laerke.net>
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "da",
tooltips: {
bold: "Fed",
italic: "Kursiv",
underline: "Understregning",
strikethrough: "Overstregning ",
subscript: "S<>nket skrift",
superscript: "H<>vet skrift",
justifyleft: "Venstrejuster",
justifycenter: "Centrer",
justifyright: "H<EFBFBD>jrejuster",
justifyfull: "Lige margener",
orderedlist: "Opstilling med tal",
unorderedlist: "Opstilling med punkttegn",
outdent: "Formindsk indrykning",
indent: "For<6F>g indrykning",
forecolor: "Skriftfarve",
backcolor: "Baggrundsfarve",
horizontalrule: "Horisontal linie",
createlink: "Inds<64>t hyperlink",
insertimage: "Inds<64>t billede",
inserttable: "Inds<64>t tabel",
htmlmode: "HTML visning",
popupeditor: "Vis editor i popup",
about: "Om htmlarea",
help: "Hj<48>lp",
textindicator: "Anvendt stil"
}
};
{
"Bold": "Fed",
"Italic": "Kursiv",
"Underline": "Understregning",
"Strikethrough": "Overstregning ",
"Subscript": "Sænket skrift",
"Superscript": "Hævet skrift",
"Justify Left": "Venstrejuster",
"Justify Center": "Centrer",
"Justify Right": "Højrejuster",
"Justify Full": "Lige margener",
"Ordered List": "Opstilling med tal",
"Bulleted List": "Opstilling med punkttegn",
"Decrease Indent": "Formindsk indrykning",
"Increase Indent": "Forøg indrykning",
"Font Color": "Skriftfarve",
"Background Color": "Baggrundsfarve",
"Horizontal Rule": "Horisontal linie",
"Insert Web Link": "Indsæt hyperlink",
"Insert/Modify Image": "Indsæt billede",
"Insert Table": "Indsæt tabel",
"Toggle HTML Source": "HTML visning",
"Enlarge Editor": "Vis editor i popup",
"About this editor": "Om htmlarea",
"Help using editor": "Hjælp",
"Current style": "Anvendt stil"
}

View File

@ -1,80 +0,0 @@
// I18N constants
// LANG: "de", ENCODING: ISO-8859-1 for the german umlaut!
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "de",
tooltips: {
bold: "Fett",
italic: "Kursiv",
underline: "Unterstrichen",
strikethrough: "Durchgestrichen",
subscript: "Hochgestellt",
superscript: "Tiefgestellt",
justifyleft: "Linksbündig",
justifycenter: "Zentriert",
justifyright: "Rechtsbündig",
justifyfull: "Blocksatz",
orderedlist: "Nummerierung",
unorderedlist: "Aufzählungszeichen",
outdent: "Einzug verkleinern",
indent: "Einzug vergrößern",
forecolor: "Schriftfarbe",
backcolor: "Hindergrundfarbe",
hilitecolor: "Hintergrundfarbe",
horizontalrule: "Horizontale Linie",
inserthorizontalrule: "Horizontale Linie",
createlink: "Hyperlink einfügen",
insertimage: "Bild einfügen",
inserttable: "Tabelle einfügen",
htmlmode: "HTML Modus",
popupeditor: "Editor im Popup öffnen",
about: "Über htmlarea",
help: "Hilfe",
showhelp: "Hilfe",
textindicator: "Derzeitiger Stil",
undo: "Rückgängig",
redo: "Wiederholen",
cut: "Ausschneiden",
copy: "Kopieren",
paste: "Einfügen aus der Zwischenablage",
lefttoright: "Textrichtung von Links nach Rechts",
righttoleft: "Textrichtung von Rechts nach Links",
removeformat: "Formatierung entfernen"
},
buttons: {
"ok": "OK",
"cancel": "Abbrechen"
},
msg: {
"Path": "Pfad",
"TEXT_MODE": "Sie sind im Text-Modus. Benutzen Sie den [<>] Knopf um in den visuellen Modus (WYSIWIG) zu gelangen.",
"Moz-Clipboard" :
"Aus Sicherheitsgründen dürfen Skripte normalerweise nicht programmtechnisch auf " +
"Ausschneiden/Kopieren/Einfügen zugreifen. Bitte klicken Sie OK um die technische " +
"Erläuterung auf mozilla.org zu öffnen, in der erklärt wird, wie einem Skript Zugriff " +
"gewährt werden kann."
},
dialogs: {
"OK": "OK",
"Cancel": "Abbrechen",
"Insert/Modify Link": "Verknüpfung hinzufügen/ändern",
"None (use implicit)": "k.A. (implizit)",
"New window (_blank)": "Neues Fenster (_blank)",
"Same frame (_self)": "Selber Rahmen (_self)",
"Top frame (_top)": "Oberster Rahmen (_top)",
"Other": "Anderes",
"Target:": "Ziel:",
"Title (tooltip):": "Titel (Tooltip):",
"URL:": "URL:",
"You must enter the URL where this link points to": "Sie müssen eine Ziel-URL angeben für die Verknüpfung angeben"
}
};

View File

@ -1,80 +1,169 @@
// I18N constants
// LANG: "de", ENCODING: UTF-8
{
"Bold": "Fett",
"Italic": "Kursiv",
"Underline": "Unterstrichen",
"Strikethrough": "Durchgestrichen",
"Subscript": "Tiefgestellt",
"Superscript": "Hochgestellt",
"Justify Left": "Linksbündig",
"Justify Center": "Zentriert",
"Justify Right": "Rechtsbündig",
"Justify Full": "Blocksatz",
"Ordered List": "Nummerierte Liste",
"Bulleted List": "Aufzählungsliste",
"Decrease Indent": "Einzug verkleinern",
"Increase Indent": "Einzug vergrößern",
"Font Color": "Schriftfarbe",
"Background Color": "Hindergrundfarbe",
"Horizontal Rule": "Horizontale Linie",
"Insert Web Link": "Hyperlink einfügen",
"Insert/Modify Image": "Bild einfügen/verändern",
"Insert Table": "Tabelle einfügen",
"Toggle HTML Source": "HTML Quelltext ein/ausschalten",
"Enlarge Editor": "Editor vergrößern",
"About this editor": "Über diesen Editor",
"Help using editor": "Hilfe",
"Current style": "Derzeitiger Stil",
"Undoes your last action": "Rückgängig",
"Redoes your last action": "Wiederholen",
"Cut selection": "Ausschneiden",
"Copy selection": "Kopieren",
"Paste from clipboard": "Einfügen aus der Zwischenablage",
"Direction left to right": "Textrichtung von Links nach Rechts",
"Direction right to left": "Textrichtung von Rechts nach Links",
"Remove formatting": "Formatierung entfernen",
"Select all": "Alles markieren",
"Print document": "Dokument ausdrucken",
"Clear MSOffice tags": "MSOffice filter",
"Clear Inline Font Specifications": "Zeichensatz Formatierungen entfernen",
"Would you like to clear font typefaces?": "Wollen Sie Zeichensatztypen entfernen",
"Would you like to clear font sizes?": "Wollen Sie Zeichensatzgrößen entfernen",
"Would you like to clear font colours?": "Wollen sie Zeichensatzfarben entfernen",
"Split Block": "Block teilen",
"Toggle Borders": "Tabellenränder ein/ausblenden",
"Save as": "speichern unter",
"Insert/Overwrite": "Einfügen/Überschreiben",
"&mdash; format &mdash;": "&mdash; Format &mdash;",
"Heading 1": "Überschrift 1",
"Heading 2": "Überschrift 2",
"Heading 3": "Überschrift 3",
"Heading 4": "Überschrift 4",
"Heading 5": "Überschrift 5",
"Heading 6": "Überschrift 6",
"Normal": "Normal (Absatz)",
"Address": "Adresse",
"Formatted": "Formatiert",
// LANG: "de", ENCODING: ISO-8859-1 for the german umlaut!
//dialogs
"OK": "OK",
"Cancel": "Abbrechen",
"Path": "Pfad",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Sie sind im Text-Modus. Benutzen Sie den [<>] Button, um in den visuellen Modus (WYSIWIG) zu gelangen.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Aus Sicherheitsgründen dürfen Skripte normalerweise nicht auf Ausschneiden/Kopieren/Einfügen zugreifen. Benutzen Sie bitte die entsprechenden Tastatur-Kommandos (Strg + x/c/v).",
HTMLArea.I18N = {
"You need to select some text before create a link": "Sie müssen einen Text markieren, um einen Link zu erstellen",
"Your Document is not well formed. Check JavaScript console for details.": "Ihr Dokument ist in keinem sauberen Format. Benutzen Sie die Javascript Console für weitere Informationen.",
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "de",
"Alignment:": "Ausrichtung:",
"Not set": "nicht eingestellt",
"Left": "links",
"Right": "rechts",
"Texttop": "oben bündig",
"Absmiddle": "mittig",
"Baseline": "Grundlinie",
"Absbottom": "unten bündig",
"Bottom": "unten",
"Middle": "zentriert",
"Top": "oben",
tooltips: {
bold: "Fett",
italic: "Kursiv",
underline: "Unterstrichen",
strikethrough: "Durchgestrichen",
subscript: "Hochgestellt",
superscript: "Tiefgestellt",
justifyleft: "Linksb<73>ndig",
justifycenter: "Zentriert",
justifyright: "Rechtsb<73>ndig",
justifyfull: "Blocksatz",
orderedlist: "Nummerierung",
unorderedlist: "Aufz<66>hlungszeichen",
outdent: "Einzug verkleinern",
indent: "Einzug vergr<67><72>ern",
forecolor: "Schriftfarbe",
backcolor: "Hindergrundfarbe",
hilitecolor: "Hintergrundfarbe",
horizontalrule: "Horizontale Linie",
inserthorizontalrule: "Horizontale Linie",
createlink: "Hyperlink einf<6E>gen",
insertimage: "Bild einf<6E>gen",
inserttable: "Tabelle einf<EFBFBD>gen",
htmlmode: "HTML Modus",
popupeditor: "Editor im Popup <20>ffnen",
about: "<22>ber htmlarea",
help: "Hilfe",
showhelp: "Hilfe",
textindicator: "Derzeitiger Stil",
undo: "R<>ckg<6B>ngig",
redo: "Wiederholen",
cut: "Ausschneiden",
copy: "Kopieren",
paste: "Einf<6E>gen aus der Zwischenablage",
lefttoright: "Textrichtung von Links nach Rechts",
righttoleft: "Textrichtung von Rechts nach Links",
removeformat: "Formatierung entfernen"
},
"Layout": "Layout",
"Spacing": "Abstand",
"Horizontal:": "horizontal:",
"Horizontal padding": "horizontaler Inhaltsabstand",
"Vertical:": "vertikal:",
"Vertical padding": "vertikaler Inhaltsabstand",
"Border thickness:": "Randstärke:",
"Leave empty for no border": "leer lassen für keinen Rand",
//Insert Link
"Insert/Modify Link": "Verknüpfung hinzufügen/ändern",
"None (use implicit)": "k.A. (implizit)",
"New window (_blank)": "Neues Fenster (_blank)",
"Same frame (_self)": "Selber Rahmen (_self)",
"Top frame (_top)": "Oberster Rahmen (_top)",
"Other": "Anderes",
"Target:": "Ziel:",
"Title (tooltip):": "Titel (Tooltip):",
"URL:": "URL:",
"You must enter the URL where this link points to": "Sie müssen eine Ziel-URL angeben für die Verknüpfung angeben",
// Insert Table
"Insert Table": "Tabelle einfügen",
"Rows:": "Zeilen:",
"Number of rows": "Zeilenanzahl",
"Cols:": "Spalten:",
"Number of columns": "Spaltenanzahl",
"Width:": "Breite:",
"Width of the table": "Tabellenbreite",
"Percent": "Prozent",
"Pixels": "Pixel",
"Em": "Geviert",
"Width unit": "Größeneinheit",
"Fixed width columns": "Spalten mit fester Breite",
"Positioning of this table": "Positionierung der Tabelle",
"Cell spacing:": "Zellenabstand:",
"Space between adjacent cells": "Raum zwischen angrenzenden Zellen",
"Cell padding:": "Innenabstand:",
"Space between content and border in cell": "Raum zwischen Inhalt und Rand der Zelle",
"You must enter a number of rows": "Bitte geben Sie die Anzahl der Zeilen an",
"You must enter a number of columns": "Bitte geben Sie die Anzahl der Spalten an",
// Insert Image
"Insert Image": "Bild einfügen",
"Image URL:": "Bild URL:",
"Enter the image URL here": "Bitte geben sie hier die Bild URL ein",
"Preview": "Voransicht",
"Preview the image in a new window": "Voransicht des Bildes in einem neuen Fenster",
"Alternate text:": "Alternativer Text:",
"For browsers that don't support images": "für Browser, die keine Bilder unterstützen",
"Positioning of this image": "Positionierung dieses Bildes",
"Image Preview:": "Bild Voransicht:",
"You must enter the URL": "Bitte geben Sie die URL ein",
"button_bold": "de/bold.gif",
"button_italic": "de/italic.gif",
"button_underline": "de/underline.gif",
// Editor Help
"Keyboard shortcuts": "Tastaturkürzel",
"The editor provides the following key combinations:": "Der Editor unterstützt die folgenden kombinationen:",
"new paragraph": "Neuer Absatz(Paragraph)",
"insert linebreak": "Harter Umbruch einfügen",
"Set format to paragraph": "Setze Formatierung auf Absatz",
"Clean content pasted from Word": "Von Word eingefügter Text bereinigen",
"Headings": "Überschrift Typ 1 bis 6",
"Close": "Schließen",
// Loading messages
"Loading in progress. Please wait!": "Editor wird geladen. Bitte warten !",
"Loading plugin $plugin" : "Plugin $plugin wird geladen",
"Register plugin $plugin" : "Plugin $plugin wird registriert",
"Constructing object": "Objekt wird generiert",
"Generate Xinha framework": "Xinha Framework wird generiert",
"Init editor size":"Größe wird berechnet",
"Create Toolbar": "Werkzeugleiste wird generiert",
"Create Statusbar" : "Statusleiste wird generiert",
"Register right panel" : "Rechtes Panel wird generiert",
"Register left panel" : "Linkes Panel wird generiert",
"Register bottom panel" : "Unteres Panel wird generiert",
"Register top panel" : "Oberes Panel wird generiert",
"Finishing" : "Laden wird abgeschlossen",
buttons: {
"ok": "OK",
"cancel": "Abbrechen"
},
msg: {
"Path": "Pfad",
"TEXT_MODE": "Sie sind im Text-Modus. Benutzen Sie den [<>] Knopf um in den visuellen Modus (WYSIWIG) zu gelangen.",
"Moz-Clipboard" :
"Aus Sicherheitsgr<67>nden d<>rfen Skripte normalerweise nicht programmtechnisch auf " +
"Ausschneiden/Kopieren/Einf<6E>gen zugreifen. Bitte klicken Sie OK um die technische " +
"Erl<72>uterung auf mozilla.org zu <20>ffnen, in der erkl<6B>rt wird, wie einem Skript Zugriff " +
"gew<65>hrt werden kann."
},
dialogs: {
"OK": "OK",
"Cancel": "Abbrechen",
"Insert/Modify Link": "Verkn<6B>pfung hinzuf<75>gen/<2F>ndern",
"None (use implicit)": "k.A. (implizit)",
"New window (_blank)": "Neues Fenster (_blank)",
"Same frame (_self)": "Selber Rahmen (_self)",
"Top frame (_top)": "Oberster Rahmen (_top)",
"Other": "Anderes",
"Target:": "Ziel:",
"Title (tooltip):": "Titel (Tooltip):",
"URL:": "URL:",
"You must enter the URL where this link points to": "Sie m<>ssen eine Ziel-URL angeben f<>r die Verkn<6B>pfung angeben"
}
};
// ColorPicker
"Click a color..." : "Farbe wählen",
"Sample" : "Beispiel",
"Web Safe: " : "Web Safe: ",
"Color: " : "Farbe: "
};

View File

@ -1,6 +1,6 @@
// I18N constants
// LANG: "ee", ENCODING: UTF-8 | ISO-8859-1
// LANG: "ee", ENCODING: UTF-8
// Author: Martin Raie, <albertvill@hot.ee>
// FOR TRANSLATORS:
@ -12,52 +12,39 @@
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "ee",
tooltips: {
bold: "Paks",
italic: "Kursiiv",
underline: "Allakriipsutatud",
strikethrough: "L<EFBFBD>bikriipsutatud",
subscript: "Allindeks",
superscript: "<22>laindeks",
justifyleft: "Joonda vasakule",
justifycenter: "Joonda keskele",
justifyright: "Joonda paremale",
justifyfull: "R<><52>pjoonda",
orderedlist: "Nummerdus",
unorderedlist: "T<EFBFBD>pploend",
outdent: "V<>henda taanet",
indent: "Suurenda taanet",
forecolor: "Fondi v<>rv",
hilitecolor: "Tausta v<>rv",
inserthorizontalrule: "Horisontaaljoon",
createlink: "Lisa viit",
insertimage: "Lisa pilt",
inserttable: "Lisa tabel",
htmlmode: "HTML/tavaline vaade",
popupeditor: "Suurenda toimeti aken",
about: "Teave toimeti kohta",
showhelp: "Spikker",
textindicator: "Kirjastiil",
undo: "V<>ta tagasi",
redo: "Tee uuesti",
cut: "L<>ika",
copy: "Kopeeri",
paste: "Kleebi"
},
buttons: {
"ok": "OK",
"cancel": "Loobu"
},
msg: {
"Path": "Path",
"TEXT_MODE": "Sa oled tekstireziimis. Kasuta nuppu [<>] l<>litamaks tagasi WYSIWIG reziimi."
}
};
{
"Bold": "Paks",
"Italic": "Kursiiv",
"Underline": "Allakriipsutatud",
"Strikethrough": "Läbikriipsutatud",
"Subscript": "Allindeks",
"Superscript": "Ülaindeks",
"Justify Left": "Joonda vasakule",
"Justify Center": "Joonda keskele",
"Justify Right": "Joonda paremale",
"Justify Full": "Rööpjoonda",
"Ordered List": "Nummerdus",
"Bulleted List": "Täpploend",
"Decrease Indent": "Vähenda taanet",
"Increase Indent": "Suurenda taanet",
"Font Color": "Fondi värv",
"Background Color": "Tausta värv",
"Horizontal Rule": "Horisontaaljoon",
"Insert Web Link": "Lisa viit",
"Insert/Modify Image": "Lisa pilt",
"Insert Table": "Lisa tabel",
"Toggle HTML Source": "HTML/tavaline vaade",
"Enlarge Editor": "Suurenda toimeti aken",
"About this editor": "Teave toimeti kohta",
"Help using editor": "Spikker",
"Current style": "Kirjastiil",
"Undoes your last action": "Võta tagasi",
"Redoes your last action": "Tee uuesti",
"Cut selection": "Lõika",
"Copy selection": "Kopeeri",
"Paste from clipboard": "Kleebi",
"OK": "OK",
"Cancel": "Loobu",
"Path": "Path",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Sa oled tekstireziimis. Kasuta nuppu [<>] lülitamaks tagasi WYSIWIG reziimi."
}

View File

@ -1,75 +1,55 @@
// I18N constants
// LANG: "el", ENCODING: UTF-8 | ISO-8859-7
// LANG: "el", ENCODING: UTF-8
// Author: Dimitris Glezos, dimitris@glezos.com
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "el",
tooltips: {
bold: "Έντονα",
italic: "Πλάγια",
underline: "Υπογραμμισμένα",
strikethrough: "Διαγραμμένα",
subscript: "Δείκτης",
superscript: "Δείκτης",
justifyleft: "Στοίχιση Αριστερά",
justifycenter: "Στοίχιση Κέντρο",
justifyright: "Στοίχιση Δεξιά",
justifyfull: "Πλήρης Στοίχιση",
orderedlist: "Αρίθμηση",
unorderedlist: "Κουκκίδες",
outdent: "Μείωση Εσοχής",
indent: "Αύξηση Εσοχής",
forecolor: "Χρώμα Γραμματοσειράς",
hilitecolor: "Χρώμα Φόντου",
horizontalrule: "Οριζόντια Γραμμή",
createlink: "Εισαγωγή Συνδέσμου",
insertimage: "Εισαγωγή/Τροποποίηση Εικόνας",
inserttable: "Εισαγωγή Πίνακα",
htmlmode: "Εναλλαγή σε/από HTML",
popupeditor: "Μεγένθυνση επεξεργαστή",
about: "Πληροφορίες",
showhelp: "Βοήθεια",
textindicator: "Παρών στυλ",
undo: "Αναίρεση τελευταίας ενέργειας",
redo: "Επαναφορά από αναίρεση",
cut: "Αποκοπή",
copy: "Αντιγραφή",
paste: "Επικόλληση",
lefttoright: "Κατεύθυνση αριστερά προς δεξιά",
righttoleft: "Κατεύθυνση από δεξιά προς τα αριστερά"
},
buttons: {
"ok": "OK",
"cancel": "Ακύρωση"
},
msg: {
"Path": "Διαδρομή",
"TEXT_MODE": "Είστε σε TEXT MODE. Χρησιμοποιήστε το κουμπί [<>] για να επανέρθετε στο WYSIWIG.",
"IE-sucks-full-screen": "Η κατάσταση πλήρης οθόνης έχει προβλήματα με τον Internet Explorer, " +
"λόγω σφαλμάτων στον ίδιο τον browser. Αν το σύστημα σας είναι Windows 9x " +
"μπορεί και να χρειαστείτε reboot. Αν είστε σίγουροι, πατήστε ΟΚ."
},
dialogs: {
"Cancel" : "Ακύρωση",
"Insert/Modify Link" : "Εισαγωγή/Τροποποίηση σύνδεσμου",
"New window (_blank)" : "Νέο παράθυρο (_blank)",
"None (use implicit)" : "Κανένα (χρήση απόλυτου)",
"OK" : "Εντάξει",
"Other" : "Αλλο",
"Same frame (_self)" : "Ίδιο frame (_self)",
"Target:" : "Target:",
"Title (tooltip):" : "Τίτλος (tooltip):",
"Top frame (_top)" : "Πάνω frame (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Πρέπει να εισάγετε το URL που οδηγεί αυτός ο σύνδεσμος"
}
};
{
"Bold": "ΞˆΞ½Ο„ΞΏΞ½Ξ±",
"Italic": "Πλάγια",
"Underline": <>πογραμμισμένα",
"Strikethrough": "Διαγραμμένα",
"Subscript": "ΔΡίκτης",
"Superscript": "ΔΡίκτης",
"Justify Left": "Στοίχιση ΑριστΡρά",
"Justify Center": "Στοίχιση ΞšΞ­Ξ½Ο„ΟΞΏ",
"Justify Right": "Στοίχιση ΔΡξιά",
"Justify Full": "Ξ Ξ»Ξ<EFBFBD>ρης Στοίχιση",
"Ordered List": "Αρίθμηση",
"Bulleted List": "ΞšΞΏΟ…ΞΊΞΊΞ―Ξ΄Ξ΅Ο‚",
"Decrease Indent": "ΞœΞ΅Ξ―Ο‰ΟƒΞ· ΕσοχΞ<C287>Ο‚",
"Increase Indent": "Αύξηση ΕσοχΞ<C287>Ο‚",
"Font Color": "Χρώμα ΓραμματοσΡιράς",
"Background Color": "Χρώμα Ξ¦ΟŒΞ½Ο„ΞΏΟ…",
"Horizontal Rule": "ΞŸΟΞΉΞΆΟŒΞ½Ο„ΞΉΞ± ΓραμμΞ<CE8C>",
"Insert Web Link": "ΕισαγωγΞ<EFBFBD> Συνδέσμου",
"Insert/Modify Image": •ισαγωγΞ<C2B3><>ροποποίηση Ξ•ΞΉΞΊΟŒΞ½Ξ±Ο‚",
"Insert Table": •ισαγωγΞ<C2B3> Ξ Ξ―Ξ½Ξ±ΞΊΞ±",
"Toggle HTML Source": •ναλλαγΞ<C2B3> σΡ/Ξ±Ο€ΟŒ HTML",
"Enlarge Editor": "ΞœΞ΅Ξ³Ξ­Ξ½ΞΈΟ…Ξ½ΟƒΞ· ΡπΡξΡργαστΞ<C284>",
"About this editor": "ΠληροφορίΡς",
"Help using editor": ’ΞΏΞ<CE8F>θΡια",
"Current style": "Παρών στυλ",
"Undoes your last action": "ΑναίρΡση τΡλΡυταίας ΡνέργΡιας",
"Redoes your last action": "Επαναφορά Ξ±Ο€ΟŒ αναίρΡση",
"Cut selection": ‘ποκοπΞ<C280>",
"Copy selection": ‘ντιγραφΞ<C286>",
"Paste from clipboard": "Ξ•Ο€ΞΉΞΊΟŒΞ»Ξ»Ξ·ΟƒΞ·",
"Direction left to right": "ΞšΞ±Ο„Ξ΅ΟΞΈΟ…Ξ½ΟƒΞ· αριστΡρά προς δΡξιά",
"Direction right to left": "ΞšΞ±Ο„Ξ΅ΟΞΈΟ…Ξ½ΟƒΞ· Ξ±Ο€ΟŒ δΡξιά προς τα αριστΡρά",
"OK": "OK",
"Cancel": "Ακύρωση",
"Path": ”ιαδρομΞ<CE8C>",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "ΕίστΡ σΡ TEXT MODE. ΧρησιμοποιΞ<CE89>στΡ το κουμπί [<>] Ξ³ΞΉΞ± Ξ½Ξ± ΡπανέρθΡτΡ στο WYSIWIG.",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "Ξ— κατάσταση πλΞ<C2BB>ρης ΞΏΞΈΟŒΞ½Ξ·Ο‚ έχΡι προβλΞ<C2BB>ματα ΞΌΞ΅ τον Internet Explorer, Ξ»ΟŒΞ³Ο‰ σφαλμάτων στον ίδιο τον browser. Αν το σύστημα σας Ρίναι Windows 9x μπορΡί ΞΊΞ±ΞΉ Ξ½Ξ± χρΡιαστΡίτΡ reboot. Αν ΡίστΡ σίγουροι, πατΞ<C284>στΡ ΟΚ.",
"Cancel": "Ακύρωση",
"Insert/Modify Link": •ισαγωγΞ<C2B3><>ροποποίηση σύνδΡσμου",
"New window (_blank)": "Νέο παράθυρο (_blank)",
"None (use implicit)": "Κανένα (χρΞ<C281>ση Ξ±Ο€ΟŒΞ»Ο…Ο„ΞΏΟ…)",
"Other": "Αλλο",
"Same frame (_self)": "Ίδιο frame (_self)",
"Target:": "Target:",
"Title (tooltip):": <>ίτλος (tooltip):",
"Top frame (_top)": "Πάνω frame (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "ΠρέπΡι Ξ½Ξ± ΡισάγΡτΡ το URL που οδηγΡί Ξ±Ο…Ο„ΟŒΟ‚ ΞΏ σύνδΡσμος"
}

View File

@ -1,51 +0,0 @@
// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "es",
tooltips: {
bold: "Negrita",
italic: "Cursiva",
underline: "Subrayado",
strikethrough: "Tachado",
subscript: "Subíndice",
superscript: "Superíndice",
justifyleft: "Alinear a la Izquierda",
justifycenter: "Centrar",
justifyright: "Alinear a la Derecha",
justifyfull: "Justificar",
orderedlist: "Lista Ordenada",
unorderedlist: "Lista No Ordenada",
outdent: "Aumentar Sangría",
indent: "Disminuir Sangría",
forecolor: "Color del Texto",
hilitecolor: "Color del Fondo",
inserthorizontalrule: "Línea Horizontal",
createlink: "Insertar Enlace",
insertimage: "Insertar Imagen",
inserttable: "Insertar Tabla",
htmlmode: "Ver Documento en HTML",
popupeditor: "Ampliar Editor",
about: "Acerca del Editor",
showhelp: "Ayuda",
textindicator: "Estilo Actual",
undo: "Deshacer",
redo: "Rehacer",
cut: "Cortar selección",
copy: "Copiar selección",
paste: "Pegar desde el portapapeles"
},
buttons: {
"ok": "Aceptar",
"cancel": "Cancelar"
},
msg: {
"Path": "Ruta",
"TEXT_MODE": "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG",
}
};

View File

@ -1,51 +1,167 @@
// I18N constants
// LANG: "de", ENCODING: UTF-8
{
"Bold": "Negrita",
"Italic": "Cursiva",
"Underline": "Subrayado",
"Strikethrough": "Tachado",
"Subscript": "Subíndice",
"Superscript": "Superíndice",
"Justify Left": "Alinear a la izquierda",
"Justify Center": "Alinear al centro",
"Justify Right": "Alinear a la derecha",
"Justify Full": "Justificar",
"Ordered List": "Lista numerada",
"Bulleted List": "Lista no numerada",
"Decrease Indent": "Reducir sangría",
"Increase Indent": "Aumentar sangría",
"Font Color": "Color de la fuente",
"Background Color": "Color de fondo",
"Horizontal Rule": "Regla horizontal",
"Insert Web Link": "Insertar enlace web",
"Insert/Modify Image": "Insertar/modificar imagen",
"Insert Table": "Insertar una tabla",
"Toggle HTML Source": "Ver HTML",
"Enlarge Editor": "Editor a pantalla completa",
"About this editor": "Sobre este Editor",
"Help using editor": "Ayuda",
"Current style": "Estilo actual",
"Undoes your last action": "Deshacer",
"Redoes your last action": "Rehacer",
"Cut selection": "Cortar",
"Copy selection": "Copiar",
"Paste from clipboard": "Pegar desde el portapapeles",
"Direction left to right": "Dirección de izquierda a derecha",
"Direction right to left": "Dirección de derecha a izquierda",
"Remove formatting": "Borrar formato",
"Select all": "Seleccionar todo",
"Print document": "Imprimir documento",
"Clear MSOffice tags": "Borrar etiquetas de MSOffice",
"Clear Inline Font Specifications": "Borrar las etiquetas de fuente",
"Would you like to clear font typefaces?": "¿Desea eliminar las definiciaones de tipo de fuente?",
"Would you like to clear font sizes?": "¿Desea eliminar las definiciones de tamaño de fuente?",
"Would you like to clear font colours?": "¿Desea eliminar las definiciones de color de fuente?",
"Split Block": "Dividir el bloque",
"Toggle Borders": "Añadir/Quitar bordes",
"Save as": "Guardar como",
"Insert/Overwrite": "Insertar/Sobreescribir",
"&mdash; format &mdash;": "&mdash; formato &mdash;",
"&mdash; font &mdash;": "&mdash; fuente &mdash;",
"&mdash; size &mdash;": "&mdash; tamaño &mdash;",
"Heading 1": "Cabecera 1",
"Heading 2": "Cabecera 2",
"Heading 3": "Cabecera 3",
"Heading 4": "Cabecera 4",
"Heading 5": "Cabecera 5",
"Heading 6": "Cabecera 6",
"Normal": "Normal",
"Address": "Dirección",
"Formatted": "Formateado",
HTMLArea.I18N = {
//dialogs
"OK": "Aceptar",
"Cancel": "Cancelar",
"Path": "Ruta",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Se encuentra en MODO TEXTO. Use el botón [<>] para cambiar de nuevo al modo WYSIWYG",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "El botón de pegar no funciona en los navegadores de Mozilla por motivos de seguridad. Presione CTRL-V en su teclado para pegarlo directamente",
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "es",
"You need to select some text before create a link": "Necesita seleccionar algún texto antes de crear un link",
"Your Document is not well formed. Check JavaScript console for details.": "Su documento no está bien formado. Compruebe la consola de JavaScript para obtener más detalles",
tooltips: {
bold: "Negrita",
italic: "Cursiva",
underline: "Subrayado",
strikethrough: "Tachado",
subscript: "Sub<75>ndice",
superscript: "Super<65>ndice",
justifyleft: "Alinear a la Izquierda",
justifycenter: "Centrar",
justifyright: "Alinear a la Derecha",
justifyfull: "Justificar",
orderedlist: "Lista Ordenada",
unorderedlist: "Lista No Ordenada",
outdent: "Aumentar Sangr<67>a",
indent: "Disminuir Sangr<67>a",
forecolor: "Color del Texto",
hilitecolor: "Color del Fondo",
inserthorizontalrule: "L<>nea Horizontal",
createlink: "Insertar Enlace",
insertimage: "Insertar Imagen",
inserttable: "Insertar Tabla",
htmlmode: "Ver Documento en HTML",
popupeditor: "Ampliar Editor",
about: "Acerca del Editor",
showhelp: "Ayuda",
textindicator: "Estilo Actual",
undo: "Deshacer",
redo: "Rehacer",
cut: "Cortar selecci<63>n",
copy: "Copiar selecci<63>n",
paste: "Pegar desde el portapapeles"
},
"Alignment:": "Alineación:",
"Not set": "No definido",
"Left": "Izquierda",
"Right": "Derecha",
"Texttop": "Texto Superior",
"Absmiddle": "Medio Absoluto",
"Baseline": "Línea base",
"Absbottom": "Inferior absoluto",
"Bottom": "Inferior",
"Middle": "Medio",
"Top": "Superior",
buttons: {
"ok": "Aceptar",
"cancel": "Cancelar"
},
"Layout": "Distribución",
"Spacing": "Espaciado",
"Horizontal:": "horizontal:",
"Horizontal padding": "Relleno horizontal",
"Vertical:": "Vertical:",
"Vertical padding": "Relleno Vertical",
"Border thickness:": "Tamaño del borde:",
"Leave empty for no border": "Vacío si no desea ningún borde",
msg: {
"Path": "Ruta",
"TEXT_MODE": "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG",
}
};
//Insert Link
"Insert/Modify Link": "Insertar/Modificar un enlace",
"None (use implicit)": "Vacío ( usar implícito )",
"New window (_blank)": "Nueva ventana (_blank)",
"Same frame (_self)": "Mismo marco (_self)",
"Top frame (_top)": "Marco superior (_top)",
"Other": "Otro",
"Target:": "Destino:",
"Title (tooltip):": "Título (Tooltip):",
"URL:": "URL:",
"You must enter the URL where this link points to": "Debe introducir la URL a donde apunta este enlace",
// Insert Table
"Insert Table": "Añadir una tabla",
"Rows:": "Filas:",
"Number of rows": "Número de filas",
"Cols:": "Columnas:",
"Number of columns": "Número de columnas",
"Width:": "Ancho:",
"Width of the table": "Ancho de la tabla",
"Percent": "Porcentaje",
"Pixels": "Pixels",
"Em": "Em",
"Width unit": "Unidad de anchura",
"Fixed width columns": "Columnas de ancho fijo",
"Positioning of this table": "Posición de esta tabla",
"Cell spacing:": "Espaciado entre celdas:",
"Space between adjacent cells": "Espaciado entre celdas adyacentes",
"Cell padding:": "Relleno de celdas:",
"Space between content and border in cell": "Escapcio entre el contenido y el borde de la celda",
"You must enter a number of rows": "Debe introducir un número de filas",
"You must enter a number of columns": "Debe introducir un número de columnas",
// Insert Image
"Insert Image": "Insertar una imagen",
"Image URL:": "Imagen URL:",
"Enter the image URL here": "",
"Preview": "Previsualizar",
"Preview the image in a new window": "Previsualizar en una nueva ventana",
"Alternate text:": "Texto alternativo:",
"For browsers that don't support images": "Para navegadores que no soportan imágenes",
"Positioning of this image": "Posición de la imagen",
"Image Preview:": "Previsualización de la imagen:",
"You must enter the URL": "Debe introducir la URL",
// Editor Help
"Keyboard shortcuts": "Atajos de teclado",
"The editor provides the following key combinations:": "El editor proporciona las siguientes combinaciones:",
"new paragraph": "Nuevo parrafo",
"insert linebreak": "Insertar salto de línea",
"Set format to paragraph": "EStablecer el formato a parrafo",
"Clean content pasted from Word": "Limpiar el contenido pegado desde Word",
"Headings": "Cabeceras",
"Close": "Cerrar",
// Loading messages
"Loading in progress. Please wait!": "Carga en proceso. Por favor espere.",
"Loading plugin $plugin" : "Cargando el plugin $plugin",
"Register plugin $plugin" : "Registro de plugin $plugin",
"Constructing object": "Construyendo objeto",
"Generate Xinha framework": "Generar Xinha framework",
"Init editor size":"Iniciar el tamaño del editor",
"Create Toolbar": "Crear barra de herramientas",
"Create Statusbar" : "Crear barra de estado",
"Register right panel" : "Registrar panel derecho",
"Register left panel" : "Registrar panel izquierdo",
"Register bottom panel" : "Registar panel inferior",
"Register top panel" : "Registar panel superior",
"Finishing" : "Finalizando",
// ColorPicker
"Click a color..." : "Seleccione un color...",
"Sample" : "Muestra",
"Web Safe: " : "Color web: ",
"Color: " : "Color: "
}

169
htmlarea/lang/eu.js Normal file
View File

@ -0,0 +1,169 @@
// I18N constants
// LANG: "eu", ENCODING: UTF-8
{
"Bold": "Lodia",
"Italic": "Etzana",
"Underline": "Azpimarratua",
"Strikethrough": "Marratua",
"Subscript": "Azpindizea",
"Superscript": "Goi-indizea",
"Justify Left": "Ezkerretara lerrokatu",
"Justify Center": "Zentratu",
"Justify Right": "Eskuinetara lerrokatu",
"Justify Full": "Justifikatu",
"Ordered List": "Zerrenda ordenatua",
"Bulleted List": "Zerrenda ez ordenatua",
"Decrease Indent": "Koska handitu",
"Increase Indent": "Koska txikitu",
"Font Color": "Testu-kolorea",
"Background Color": "Atzeko kolorea",
"Horizontal Rule": "Marra horizontala",
"Insert Web Link": "Lotura txertatu",
"Insert/Modify Image": "Irudia txertatu",
"Insert Table": "Taula txertatu",
"Toggle HTML Source": "Ikusi dokumentua HTML-n",
"Enlarge Editor": "Editorea handitu",
"About this editor": "Editoreari buruz...",
"Help using editor": "Laguntza",
"Current style": "Uneko estiloa",
"Undoes your last action": "Desegin",
"Redoes your last action": "Berregin",
"Cut selection": "Ebaki hautaketa",
"Copy selection": "Kopiatu hautaketa",
"Paste from clipboard": "Itsatsi arbelean dagoena",
"Direction left to right": "Ezkerretik eskuinetarako norabidea",
"Direction right to left": "Eskuinetik ezkerretarako norabidea",
"Remove formatting": "Formatoa kendu",
"Select all": "Dena aukeratu",
"Print document": "Dokumentua inprimatu",
"Clear MSOffice tags": "MSOffice etiketak ezabatu",
"Clear Inline Font Specifications": "Ezabatu testuaren ezaugarriak",
"Would you like to clear font typefaces?": "Letra-tipoak ezabatu nahi al dituzu?",
"Would you like to clear font sizes?": "Letra-tipoen neurriak ezabatu nahi al dituzu?",
"Would you like to clear font colours?": "Letra-tipoen koloreak ezabatu nahi al dituzu?",
"Split Block": "Blokea zatitu",
"Toggle Borders": "Ertzak trukatu",
"Save as": "Gorde honela:",
"Insert/Overwrite": "Txertatu/Gainidatzi",
"&mdash; format &mdash;": "&mdash; Formatua &mdash;",
"Heading 1": "Goiburua 1",
"Heading 2": "Goiburua 2",
"Heading 3": "Goiburua 3",
"Heading 4": "Goiburua 4",
"Heading 5": "Goiburua 5",
"Heading 6": "Goiburua 6",
"Normal": "Normala",
"Address": "Helbidea",
"Formatted": "Formateatua",
//dialogs
"OK": "Ados",
"Cancel": "Utzi",
"Path": "Bidea",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "TESTU eran ari zara. Erabil ezazu [<>] botoia WYSIWIG erara itzultzeko.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Itsatsi botoia ez dabil Mozillan oinarritutako nabigatzaileetan (arrazoi teknikoengatik). Sacatu CTRL-V zure teklatuan, zuzenean itsasteko.",
"You need to select some text before create a link": "Testu-atal bat aukeratu behar duzu lehendabizi, lotura bat sortzeko",
"Your Document is not well formed. Check JavaScript console for details.": "Zure dokumentuak ez du formatu zuzena. Begira ezazu JavaScript kontsola xehetasunetarako.",
"Alignment:": "Lerrokatzea:",
"Not set": "Ez gaitua",
"Left": "Ezkerretara",
"Right": "Eskuinetara",
"Texttop": "Irudiaren goialdean",
"Absmiddle": "Irudiaren erdian",
"Baseline": "Irudiaren oinean",
"Absbottom": "Irudiaren behekaldean",
"Bottom": "Behean",
"Middle": "Erdian",
"Top": "Goian",
"Layout": "Diseinua",
"Spacing": "Tartea",
"Horizontal:": "Horizontala:",
"Horizontal padding": "Betegarri horizontala",
"Vertical:": "Bertikala:",
"Vertical padding": "Betegarri bertikala",
"Border thickness:": "Ertzaren lodiera:",
"Leave empty for no border": "Uztazu hutsik ertzik ez sortzeko",
//Insert Link
"Insert/Modify Link": "Lotura txertatu/aldatu",
"None (use implicit)": "Bat ere ez (implizituki erabili)",
"New window (_blank)": "Lehio berrian (_blank)",
"Same frame (_self)": "Frame berean (_self)",
"Top frame (_top)": "Goiko frame-an (_top)",
"Other": "Beste bat",
"Target:": "Helburua:",
"Title (tooltip):": "Izenburua (argibidea):",
"URL:": "URL-a:",
"You must enter the URL where this link points to": "Loturaren helburu den URL-a idatzi behar duzu",
// Insert Table
"Insert Table": "Taula txertatu",
"Rows:": "Lerroak:",
"Number of rows": "Lerro-kopurua",
"Cols:": "Zutabeak:",
"Number of columns": "Zutabe-kopurua",
"Width:": "Zabalera:",
"Width of the table": "Taularen zabalera",
"Percent": "Portzentaia",
"Pixels": "Pixelak",
"Em": "Em",
"Width unit": "Zabalera-unitatea",
"Fixed width columns": "Zabalera finkodun zutabeak",
"Positioning of this table": "Taula honen kokapena",
"Cell spacing:": "Gelaxka-tartea:",
"Space between adjacent cells": "Gelaxka auzokideen arteko tartea",
"Cell padding:": "Gelaxkaren betegarria:",
"Space between content and border in cell": "Gelaxkaren edukia eta ertzaren arteko tartea",
"You must enter a number of rows": "Lerro-kopurua idatzi behar duzu",
"You must enter a number of columns": "Zutabe-kopurua idatzi behar duzu",
// Insert Image
"Insert Image": "Irudia txertatu",
"Image URL:": "Irudiaren URL-a:",
"Enter the image URL here": "Idatz ezazu irudiaren URL-a hemen",
"Preview": "Aurrebista",
"Preview the image in a new window": "Aurreikusi irudia beste lehio batean",
"Alternate text:": "Testu alternatiboa:",
"For browsers that don't support images": "Irudirik onartzen ez duten nabigatzaileentzat",
"Positioning of this image": "Irudiaren kokapena",
"Image Preview:": "Irudiaren aurrebista:",
"You must enter the URL": "URL-a idatzi behar duzu",
"button_bold": "de/bold.gif",
"button_italic": "de/italic.gif",
"button_underline": "de/underline.gif",
// Editor Help
"Keyboard shortcuts": "Laster-teklak",
"The editor provides the following key combinations:": "Editoreak ondorengo tekla-konbinazioak eskaintzen ditu:",
"new paragraph": "Paragrafo berria",
"insert linebreak": "Lerro-jauzia txertatu",
"Set format to paragraph": "Formatua ezarri paragrafoari",
"Clean content pasted from Word": "Word-etik itsatsitako edukia ezabatu",
"Headings": "Goiburuak",
"Close": "Itxi",
// Loading messages
"Loading in progress. Please wait!": "Kargatzen. Itxaron mesedez",
"Loading plugin $plugin" : "$plugin plugina kargatzen",
"Register plugin $plugin" : "$plugin plugina erregistratu",
"Constructing object": "Objektua eraikitzen",
"Generate Xinha framework": "Xinha Framework sortzen",
"Init editor size":"Editorearen hasierako neurria",
"Create Toolbar": "Tresna-barra sortu",
"Create Statusbar" : "Egoera-barra sortu",
"Register right panel" : "Eskuin-panela erregistratu",
"Register left panel" : "Ezker-panela erregistratu",
"Register bottom panel" : "Beheko panela erregistratu",
"Register top panel" : "Goiko panela erregistratu",
"Finishing" : "Bukatzen",
// ColorPicker
"Click a color..." : "Kolore bat aukeratu...",
"Sample" : "Lagina",
"Web Safe: " : "Web Safe: ",
"Color: " : "Kolorea: "
};

169
htmlarea/lang/fa.js Normal file
View File

@ -0,0 +1,169 @@
// I18N constants
// LANG: "fa", ENCODING: UTF-8
{
"Bold": "ضخیم",
"Italic": "مورب",
"Underline": "زیر خط",
"Strikethrough": "رو خط",
"Subscript": "زیروند",
"Superscript": "بالاوند",
"Justify Left": "تراز از چپ",
"Justify Center": "تراز در وسط",
"Justify Right": "تراز در راست",
"Justify Full": "تراز از چپ و راست",
"Ordered List": "فهرست مرتب",
"Bulleted List": "فهرست گلوله ای",
"Decrease Indent": "کاهش سر خط",
"Increase Indent": "افزایش سر خط",
"Font Color": "رنگ فلم",
"Background Color": "رنگ پس زمینه",
"Horizontal Rule": "خط افقی",
"Insert Web Link": "افزودن لینک وب",
"Insert/Modify Image": "افزودن یا ویرایش تصویر",
"Insert Table": "افزودن جدول",
"Toggle HTML Source": "مشاهده یا عدم مشاهده متن در قالب HTML",
"Enlarge Editor": "بزرگ کردن ویرایش گر",
"About this editor": "درباره این ویرایش گر",
"Help using editor": "راهنمای استفاده ویرایش گر",
"Current style": "شیوه کنونی",
"Undoes your last action": "برگرداندن آخرین عمل",
"Redoes your last action": "انجام مجدد آخرین عمل",
"Cut selection": "بریدن انتخاب شده",
"Copy selection": "کپی انتخاب شده",
"Paste from clipboard": "چسباندن از تخته کار",
"Direction left to right": "جهت از چپ به راست",
"Direction right to left": "جهت از راست به چپ",
"Remove formatting": "حذف فرمت بندی",
"Select all": "انتخاب همه",
"Print document": "چاپ سند",
"Clear MSOffice tags": "پاک کردن متن از برچسب های MSOffice",
"Clear Inline Font Specifications": "پاک کردن متن از مشخصات فونت",
"Would you like to clear font typefaces?": "آیا تمایل دارید ظاهر فلم را پاک کنید؟",
"Would you like to clear font sizes?": "آیا تمایل دارید اندازه قلم را پاک کنید",
"Would you like to clear font colours?": "آیا تمایل دارید رنگ قلم را پاک کنید؟",
"Split Block": "بلاک جداسازی",
"Toggle Borders": "فعال/غیر فعال کردن لبه ها",
"Save as": "ذخیره مانند...",
"Insert/Overwrite": "افزودن/جانویسی",
"&mdash; format &mdash;": "&mdash; قالب &mdash;",
"Heading 1": "تیتر 1",
"Heading 2": "تیتر 2",
"Heading 3": "تیتر 3",
"Heading 4": "تیتر 4",
"Heading 5": "تیتر 5",
"Heading 6": "تیتر 6",
"Normal": "معمولی",
"Address": "آدرس",
"Formatted": "قالب بندی شده",
//dialogs
"OK": "بله",
"Cancel": "انصراف",
"Path": "مسیر",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "در مد متنی هستید. از دکمه [<>] استفاده نمایید تا به مد WYSIWYG برگردید.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "دکمه چسباندن در مرورگرهای سری Mozilla کار نمی کند (به دلایل فنی امنیتی).برای چسباندن مستقیم ، دکمه CTRL-V را در صفحه کلید بزنید.",
"Your Document is not well formed. Check JavaScript console for details.": "سند شما بدرستی قالب بندی نشده است. برای اطلاعات بیشتر پایانه نمایش جاوااسکریپت را بررسی کنید.",
"Alignment:": "تراز بندی",
"Not set": "تنظیم نشده",
"Left": "چپ",
"Right": "راست",
"Texttop": "بالای متن",
"Absmiddle": "دقیقا وسط",
"Baseline": "ابتدای خط",
"Absbottom": "دقیقا پایین",
"Bottom": "پایین",
"Middle": "وسط",
"Top": "بالا",
"Layout": "لایه",
"Spacing": "فاصله گذاری",
"Horizontal:": "افقی",
"Horizontal padding": "پرکننده افقی",
"Vertical:": "عمودی",
"Vertical padding": "پرکننده عمودی",
"Border thickness:": "ضخامت لبه",
"Leave empty for no border": "برای بدون لبه خالی رها کن",
//Insert Link
"Insert/Modify Link": "افزودن / ویرایش لینک",
"None (use implicit)": "هیچکدام (استفاده از بدون شرط)",
"New window (_blank)": "پنجره جدید (_blank)",
"Same frame (_self)": "فریم یکسان (_self)",
"Top frame (_top)": "فریم بالایی (_top)",
"Other": "سایر",
"Target:": "هدف",
"Title (tooltip):": "عنوان (راهنمای یک خطی)",
"URL:": "URL:",
"You must enter the URL where this link points to": "باید URLی که این لینک به آن اشاره دارد را وارد کنید",
"You need to select some text before creating a link": "باید قبل از ساخت لینک ، متنی را انتخاب نمایید",
// Insert Table
"Insert Table": "افزودن جدول",
"Rows:": "ردیف ها",
"Number of rows": "تعداد ردیف ها",
"Cols:": "ستون ها",
"Number of columns": "تعداد ستون ها",
"Width:": "طول",
"Width of the table": "طول جدول",
"Percent": "درصد",
"Pixels": "پیکسل ها",
"Em": "Em",
"Width unit": "واحد طول",
"Fixed width columns": "ستون های طول ثابت",
"Positioning of this table": "موقعیت یابی این جدول",
"Cell spacing:": "فاصله سلول ها",
"Space between adjacent cells": "فاصله بین سلول های همجوار",
"Cell padding:": "پر کننده سلول",
"Space between content and border in cell": "فاصله بین محتوا و لبه در سلول",
"You must enter a number of rows": "باید تعداد ردیف ها را وارد کنید",
"You must enter a number of columns": "باید تعداد ستون ها را وارد کنید",
// Insert Image
"Insert Image": "افزودن تصویر",
"Image URL:": "URL تصویر",
"Enter the image URL here": "URL تصویر را اینجا وارد کنید",
"Preview": "پیش نمایش",
"Preview the image in a new window": "پیش نمایش تصویر در پنجره ای جدید",
"Alternate text:": "متن جایگزین",
"For browsers that don't support images": "برای مرورگرهایی که از تصاویر پشتیبانی نمی کنند",
"Positioning of this image": "موقعیت یابی تصویر",
"Image Preview:": "پیش نمایش تصویر",
"You must enter the URL": "شما باید URL را وارد کنید",
// toolbar
/*
"button_bold": "fr/bold.gif",
"button_underline": "fr/underline.gif",
"button_strikethrough": "fr/strikethrough.gif",
*/
// Editor Help
"Xinha Help": "راهنمای Xinha",
"Editor Help": "راهنمای ویرایشگر",
"Keyboard shortcuts": "میانبرهای صفحه کلید",
"The editor provides the following key combinations:": "ویرایشگر استفاده از کلید های گروهی زیر را مسیر می سازد :",
"ENTER": "ENTREE",
"new paragraph": "پاراگراف جدید",
"SHIFT-ENTER": "SHIFT+ENTREE",
"insert linebreak": "افزودن جدا کننده خط",
"Set format to paragraph": "تغییر قالب به پاراگراف",
"Clean content pasted from Word": "تمیز کردن محتوای چسبانده شده از Word",
"Headings": "عنوان گذاری",
"Close": "بستن",
// Loading messages
"Loading in progress. Please wait !": "بارگذاری در حال انجام است. لطفا صبر کنید !",
"Constructing main object": "ساختن شیء اصلی",
"Constructing object": "ساختن شیء",
"Register panel right": "ثبت قاب راست",
"Register panel left": "ثبت قاب چپ",
"Register panel top": "ثبت قاب بالا",
"Register panel bottom": "ثبت قاب پایین",
"Create Toolbar": "ساخت نوار ابزار",
"Create StatusBar": "ساخت نوار وضعیت",
"Generate Xinha object": "تولید شیء Xinha",
"Init editor size": "مقدار دهی اندازه ویرایشگر",
"Init IFrame": "مقدار دهی IFrame",
"Register plugin $plugin": "ثبت پلاگین $plugin"
};

View File

@ -1,47 +1,38 @@
// I18N constants
// UTF-8 encoding.
HTMLArea.I18N = {
// LANG: "en", ENCODING: UTF-8
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "en",
tooltips: {
bold: "Lihavoitu",
italic: "Kursivoitu",
underline: "Alleviivattu",
strikethrough: "Yliviivattu",
subscript: "Alaindeksi",
superscript: "Yläindeksi",
justifyleft: "Tasaa vasemmat reunat",
justifycenter: "Keskitä",
justifyright: "Tasaa oikeat reunat",
justifyfull: "Tasaa molemmat reunat",
orderedlist: "Numerointi",
unorderedlist: "Luettelomerkit",
outdent: "Lisää sisennystä",
indent: "Pienennä sisennystä",
forecolor: "Fontin väri",
hilitecolor: "Taustaväri",
inserthorizontalrule: "Vaakaviiva",
createlink: "Lisää Linkki",
insertimage: "Lisää Kuva",
inserttable: "Lisää Taulu",
htmlmode: "HTML Lähdekoodi vs WYSIWYG",
popupeditor: "Suurenna Editori",
about: "Tietoja Editorista",
showhelp: "Näytä Ohje",
textindicator: "Nykyinen tyyli",
undo: "Peruuta viimeinen toiminto",
redo: "Palauta viimeinen toiminto",
cut: "Leikkaa maalattu",
copy: "Kopioi maalattu",
paste: "Liitä leikepyödältä"
},
buttons: {
"ok": "Hyväksy",
"cancel": "Peruuta"
}
};
{
"Bold": "Lihavoitu",
"Italic": "Kursivoitu",
"Underline": "Alleviivattu",
"Strikethrough": "Yliviivattu",
"Subscript": "Alaindeksi",
"Superscript": "Yläindeksi",
"Justify Left": "Tasaa vasemmat reunat",
"Justify Center": "Keskitä",
"Justify Right": "Tasaa oikeat reunat",
"Justify Full": "Tasaa molemmat reunat",
"Ordered List": "Numerointi",
"Bulleted List": "Luettelomerkit",
"Decrease Indent": "Pienennä sisennystä",
"Increase Indent": "Lisää sisennystä",
"Font Color": "Fontin väri",
"Background Color": "Taustaväri",
"Horizontal Rule": "Vaakaviiva",
"Insert Web Link": "Lisää linkki",
"Insert/Modify Image": "Lisää kuva",
"Insert Table": "Lisää taulukko",
"Toggle HTML Source": "HTML-lähdekoodi vs WYSIWYG",
"Enlarge Editor": "Suurenna editori",
"About this editor": "Tietoja editorista",
"Help using editor": "Näytä ohje",
"Current style": "Nykyinen tyyli",
"Undoes your last action": "Peruuta viimeinen toiminto",
"Redoes your last action": "Palauta viimeinen toiminto",
"Cut selection": "Leikkaa maalattu",
"Copy selection": "Kopioi maalattu",
"Paste from clipboard": "Liitä leikepyödältä",
"OK": "Hyväksy",
"Cancel": "Peruuta"
}

View File

@ -1,97 +0,0 @@
// I18N constants
// LANG: "fr", ENCODING: UTF-8 | ISO-8859-1
// Author: Simon Richard, s.rich@sympatico.ca
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
// All technical terms used in this document are the ones approved
// by the Office québécois de la langue française.
// Tous les termes techniques utilisés dans ce document sont ceux
// approuvés par l'Office québécois de la langue française.
// http://www.oqlf.gouv.qc.ca/
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "fr",
tooltips: {
bold: "Gras",
italic: "Italique",
underline: "Souligné",
strikethrough: "Barré",
subscript: "Indice",
superscript: "Exposant",
justifyleft: "Aligné à gauche",
justifycenter: "Centré",
justifyright: "Aligné à droite",
justifyfull: "Justifier",
orderedlist: "Numérotation",
unorderedlist: "Puces",
outdent: "Diminuer le retrait",
indent: "Augmenter le retrait",
forecolor: "Couleur de police",
hilitecolor: "Surlignage",
horizontalrule: "Ligne horizontale",
createlink: "Insérer un hyperlien",
insertimage: "Insérer/Modifier une image",
inserttable: "Insérer un tableau",
htmlmode: "Passer au code source",
popupeditor: "Agrandir l'éditeur",
about: "À propos de cet éditeur",
showhelp: "Aide sur l'éditeur",
textindicator: "Style courant",
undo: "Annuler la dernière action",
redo: "Répéter la dernière action",
cut: "Couper la sélection",
copy: "Copier la sélection",
paste: "Coller depuis le presse-papier",
lefttoright: "Direction de gauche à droite",
righttoleft: "Direction de droite à gauche"
},
buttons: {
"ok": "OK",
"cancel": "Annuler"
},
msg: {
"Path": "Chemin",
"TEXT_MODE": "Vous êtes en MODE TEXTE. Appuyez sur le bouton [<>] pour retourner au mode tel-tel.",
"IE-sucks-full-screen" :
// translate here
"Le mode plein écran peut causer des problèmes sous Internet Explorer, " +
"ceci dû à des bogues du navigateur qui ont été impossible à contourner. " +
"Les différents symptômes peuvent être un affichage déficient, le manque de " +
"fonctions dans l'éditeur et/ou pannes aléatoires du navigateur. Si votre " +
"système est Windows 9x, il est possible que vous subissiez une erreur de type " +
"«General Protection Fault» et que vous ayez à redémarrer votre ordinateur." +
"\n\nConsidérez-vous comme ayant été avisé. Appuyez sur OK si vous désirez tout " +
"de même essayer le mode plein écran de l'éditeur."
},
dialogs: {
"Cancel" : "Annuler",
"Insert/Modify Link" : "Insérer/Modifier Lien",
"New window (_blank)" : "Nouvelle fenêtre (_blank)",
"None (use implicit)" : "Aucun (par défaut)",
"OK" : "OK",
"Other" : "Autre",
"Same frame (_self)" : "Même cadre (_self)",
"Target:" : "Cible:",
"Title (tooltip):" : "Titre (infobulle):",
"Top frame (_top)" : "Cadre du haut (_top)",
"URL:" : "Adresse Web:",
"You must enter the URL where this link points to" : "Vous devez entrer l'adresse Web du lien"
}
};

View File

@ -1,97 +1,169 @@
// I18N constants
// LANG: "fr", ENCODING: UTF-8
{
"Bold": "Gras",
"Italic": "Italique",
"Underline": "Souligné",
"Strikethrough": "Barré",
"Subscript": "Indice",
"Superscript": "Exposant",
"Justify Left": "Aligner à gauche",
"Justify Center": "Centrer",
"Justify Right": "Aligner à droite",
"Justify Full": "Justifier",
"Ordered List": "Liste numérotée",
"Bulleted List": "Liste à puces",
"Decrease Indent": "Diminuer le retrait",
"Increase Indent": "Augmenter le retrait",
"Font Color": "Couleur de police",
"Background Color": "Surlignage",
"Horizontal Rule": "Ligne horizontale",
"Insert Web Link": "Insérer un lien",
"Insert/Modify Image": "Insérer / Modifier une image",
"Insert Table": "Insérer un tableau",
"Toggle HTML Source": "Afficher / Masquer code source",
"Enlarge Editor": "Agrandir l'éditeur",
"About this editor": "A propos",
"Help using editor": "Aide",
"Current style": "Style courant",
"Undoes your last action": "Annuler la dernière action",
"Redoes your last action": "Répéter la dernière action",
"Cut selection": "Couper la sélection",
"Copy selection": "Copier la sélection",
"Paste from clipboard": "Coller depuis le presse-papier",
"Direction left to right": "Direction de gauche à droite",
"Direction right to left": "Direction de droite à gauche",
"Remove formatting": "Supprimer mise en forme",
"Select all": "Tout sélectionner",
"Print document": "Imprimer document",
"Clear MSOffice tags": "Supprimer tags MSOffice",
"Clear Inline Font Specifications": "Supprimer paramètres inline de la police",
"Would you like to clear font typefaces?": "Voulez-vous supprimer les types ?",
"Would you like to clear font sizes?": "Voulez-vous supprimer les tailles ?",
"Would you like to clear font colours?": "Voulez-vous supprimer les couleurs ?",
"Split Block": "Séparer les blocs",
"Toggle Borders": "Afficher / Masquer les bordures",
"Save as": "Enregistrer sous",
"Insert/Overwrite": "Insertion / Remplacement",
"&mdash; format &mdash;": "&mdash; Format &mdash;",
"Heading 1": "Titre 1",
"Heading 2": "Titre 2",
"Heading 3": "Titre 3",
"Heading 4": "Titre 4",
"Heading 5": "Titre 5",
"Heading 6": "Titre 6",
"Normal": "Normal",
"Address": "Adresse",
"Formatted": "Formaté",
// LANG: "fr", ENCODING: UTF-8 | ISO-8859-1
// Author: Simon Richard, s.rich@sympatico.ca
//dialogs
"OK": "OK",
"Cancel": "Annuler",
"Path": "Chemin",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Vous êtes en MODE TEXTE. Appuyez sur le bouton [<>] pour retourner au mode WYSIWYG.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Le bouton Coller ne fonctionne pas sur les navigateurs basés sur Mozilla (pour des raisons de sécurité). Pressez CTRL-V au clavier pour coller directement.",
"Your Document is not well formed. Check JavaScript console for details.": "Le document est mal formé. Vérifiez la console JavaScript pour plus de détails.",
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
"Alignment:": "Alignement",
"Not set": "Indéfini",
"Left": "Gauche",
"Right": "Droite",
"Texttop": "Texttop",
"Absmiddle": "Absmiddle",
"Baseline": "Baseline",
"Absbottom": "Absbottom",
"Bottom": "Bas",
"Middle": "Milieu",
"Top": "Haut",
// All technical terms used in this document are the ones approved
// by the Office qu<71>b<EFBFBD>cois de la langue fran<61>aise.
// Tous les termes techniques utilis<69>s dans ce document sont ceux
// approuv<75>s par l'Office qu<71>b<EFBFBD>cois de la langue fran<61>aise.
// http://www.oqlf.gouv.qc.ca/
"Layout": "Mise en page",
"Spacing": "Espacement",
"Horizontal:": "Horizontal",
"Horizontal padding": "Marge horizontale interne",
"Vertical:": "Vertical",
"Vertical padding": "Marge verticale interne",
"Border thickness:": "Epaisseur de bordure",
"Leave empty for no border": "Laisser vide pour pas de bordure",
HTMLArea.I18N = {
//Insert Link
"Insert/Modify Link": "Insérer / Modifier un lien",
"None (use implicit)": "Aucune (implicite)",
"New window (_blank)": "Nouvelle fenêtre (_blank)",
"Same frame (_self)": "Même frame (_self)",
"Top frame (_top)": "Frame principale (_top)",
"Other": "Autre",
"Target:": "Cible",
"Title (tooltip):": "Texte alternatif",
"URL:": "URL:",
"You must enter the URL where this link points to": "Vous devez entrer l'URL de ce lien",
"You need to select some text before creating a link": "Vous devez sélectionner du texte avant de créer un lien",
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "fr",
// Insert Table
"Insert Table": "Insérer un tableau",
"Rows:": "Lignes",
"Number of rows": "Nombre de lignes",
"Cols:": "Colonnes",
"Number of columns": "Nombre de colonnes",
"Width:": "Largeur",
"Width of the table": "Largeur du tableau",
"Percent": "Pourcent",
"Pixels": "Pixels",
"Em": "Em",
"Width unit": "Unités de largeur",
"Fixed width columns": "Colonnes à taille fixe",
"Positioning of this table": "Position du tableau",
"Cell spacing:": "Espacement",
"Space between adjacent cells": "Espace entre les cellules adjacentes",
"Cell padding:": "Marge interne",
"Space between content and border in cell": "Espace entre le contenu et la bordure d'une cellule",
"You must enter a number of rows": "Vous devez entrer le nombre de lignes",
"You must enter a number of columns": "Vous devez entrer le nombre de colonnes",
tooltips: {
bold: "Gras",
italic: "Italique",
underline: "Soulign<67>",
strikethrough: "Barr<EFBFBD>",
subscript: "Indice",
superscript: "Exposant",
justifyleft: "Align<67> <20> gauche",
justifycenter: "Centr<EFBFBD>",
justifyright: "Align<67> <20> droite",
justifyfull: "Justifier",
orderedlist: "Num<75>rotation",
unorderedlist: "Puces",
outdent: "Diminuer le retrait",
indent: "Augmenter le retrait",
forecolor: "Couleur de police",
hilitecolor: "Surlignage",
horizontalrule: "Ligne horizontale",
createlink: "Ins<6E>rer un hyperlien",
insertimage: "Ins<6E>rer/Modifier une image",
inserttable: "Ins<6E>rer un tableau",
htmlmode: "Passer au code source",
popupeditor: "Agrandir l'<27>diteur",
about: "<22> propos de cet <20>diteur",
showhelp: "Aide sur l'<27>diteur",
textindicator: "Style courant",
undo: "Annuler la derni<6E>re action",
redo: "R<>p<EFBFBD>ter la derni<6E>re action",
cut: "Couper la s<>lection",
copy: "Copier la s<>lection",
paste: "Coller depuis le presse-papier",
lefttoright: "Direction de gauche <20> droite",
righttoleft: "Direction de droite <20> gauche"
},
// Insert Image
"Insert Image": "Insérer une image",
"Image URL:": "URL image",
"Enter the image URL here": "Entrer l'URL de l'image ici",
"Preview": "Prévisualiser",
"Preview the image in a new window": "Prévisualiser l'image dans une nouvelle fenêtre",
"Alternate text:": "Texte alternatif",
"For browsers that don't support images": "Pour les navigateurs qui ne supportent pas les images",
"Positioning of this image": "Position de l'image",
"Image Preview:": "Prévisualisation",
"You must enter the URL": "Vous devez entrer l'URL",
buttons: {
"ok": "OK",
"cancel": "Annuler"
},
// toolbar
"button_bold": "fr/bold.gif",
"button_underline": "fr/underline.gif",
"button_strikethrough": "fr/strikethrough.gif",
msg: {
"Path": "Chemin",
"TEXT_MODE": "Vous <20>tes en MODE TEXTE. Appuyez sur le bouton [<>] pour retourner au mode tel-tel.",
// Editor Help
"Xinha Help": "Aide Xinha",
"Editor Help": "Aide de l'éditeur",
"Keyboard shortcuts": "Raccourcis clavier",
"The editor provides the following key combinations:": "L'éditeur fournit les combinaisons de touches suivantes :",
"ENTER": "ENTREE",
"new paragraph": "Nouveau paragraphe",
"SHIFT-ENTER": "SHIFT+ENTREE",
"insert linebreak": "Insère un saut de ligne",
"Set format to paragraph": "Applique le format paragraphe",
"Clean content pasted from Word": "Nettoyage du contenu copié depuis Word",
"Headings": "Titres",
"Close": "Fermer",
"IE-sucks-full-screen" :
// translate here
"Le mode plein <20>cran peut causer des probl<62>mes sous Internet Explorer, " +
"ceci d<> <20> des bogues du navigateur qui ont <20>t<EFBFBD> impossible <20> contourner. " +
"Les diff<66>rents sympt<70>mes peuvent <20>tre un affichage d<>ficient, le manque de " +
"fonctions dans l'<27>diteur et/ou pannes al<61>atoires du navigateur. Si votre " +
"syst<73>me est Windows 9x, il est possible que vous subissiez une erreur de type " +
"<22>General Protection Fault<6C> et que vous ayez <20> red<65>marrer votre ordinateur." +
"\n\nConsid<69>rez-vous comme ayant <20>t<EFBFBD> avis<69>. Appuyez sur OK si vous d<>sirez tout " +
"de m<>me essayer le mode plein <20>cran de l'<27>diteur."
},
// Loading messages
"Loading in progress. Please wait!": "Chargement en cours. Veuillez patienter!",
"Finishing" : "Chargement bientôt terminé",
"Constructing object": "Construction de l'objet",
"Create Toolbar": "Construction de la barre d'icones",
"Create Statusbar": "Construction de la barre de status",
"Register right panel" : "Enregistrement du panneau droit",
"Register left panel" : "Enregistrement du panneau gauche",
"Register bottom panel" : "Enregistrement du panneau supérieur",
"Register top panel" : "Enregistrement du panneau inférieur",
"Generate Xinha framework": "Génération de Xinha",
"Init editor size": "Initialisation de la taille d'édition",
"Init IFrame": "Initialisation de l'iframe",
"Register plugin $plugin": "Enregistrement du plugin $plugin",
"Loading plugin $plugin" : "Chargement du plugin $plugin"
dialogs: {
"Cancel" : "Annuler",
"Insert/Modify Link" : "Ins<6E>rer/Modifier Lien",
"New window (_blank)" : "Nouvelle fen<65>tre (_blank)",
"None (use implicit)" : "Aucun (par d<>faut)",
"OK" : "OK",
"Other" : "Autre",
"Same frame (_self)" : "M<>me cadre (_self)",
"Target:" : "Cible:",
"Title (tooltip):" : "Titre (infobulle):",
"Top frame (_top)" : "Cadre du haut (_top)",
"URL:" : "Adresse Web:",
"You must enter the URL where this link points to" : "Vous devez entrer l'adresse Web du lien"
}
};
};

View File

@ -1,36 +1,29 @@
// I18N constants -- Chinese GB
// by Dave Lo -- dlo@interactivetools.com
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "gb",
tooltips: {
bold: "<22><><EFBFBD><EFBFBD>",
italic: "б<><D0B1>",
underline: "<22><><EFBFBD><EFBFBD>",
strikethrough: "ɾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
subscript: "<22>±<EFBFBD>",
superscript: "<22>ϱ<EFBFBD>",
justifyleft: <>ÿ<EFBFBD><C3BF><EFBFBD>",
justifycenter: "λ<EFBFBD>þ<EFBFBD><EFBFBD><EFBFBD>",
justifyright: <>ÿ<EFBFBD><C3BF><EFBFBD>",
justifyfull: <><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƽ<EFBFBD><C6BD>",
orderedlist: <><CBB3><EFBFBD>",
unorderedlist: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
outdent: "<22><>С<EFBFBD><D0A1>ǰ<EFBFBD>հ<EFBFBD>",
indent: "<22>ӿ<EFBFBD><D3BF><EFBFBD>ǰ<EFBFBD>հ<EFBFBD>",
forecolor: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ",
backcolor: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ",
horizontalrule: ƽ<CBAE><C6BD>",
createlink: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
insertimage: "<22><><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC>",
inserttable: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
htmlmode: "<22>л<EFBFBD>HTMLԭʼ<D4AD><CABC>",
popupeditor: "<22>Ŵ<EFBFBD>",
about: "<22><><EFBFBD><EFBFBD> HTMLArea",
help: <><CBB5>",
textindicator: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
}
};
{
"Bold": "粗体",
"Italic": "斜体",
"Underline": "底线",
"Strikethrough": "删除线",
"Subscript": "下标",
"Superscript": "上标",
"Justify Left": "位置靠左",
"Justify Center": "位置居中",
"Justify Right": "位置靠右",
"Justify Full": "位置左右平等",
"Ordered List": "顺序清单",
"Bulleted List": "无序清单",
"Decrease Indent": "减小行前空白",
"Increase Indent": "加宽行前空白",
"Font Color": "文字颜色",
"Background Color": "背景颜色",
"Horizontal Rule": "水平线",
"Insert Web Link": "插入连结",
"Insert/Modify Image": "插入图形",
"Insert Table": "插入表格",
"Toggle HTML Source": "切换HTML原始码",
"Enlarge Editor": "放大",
"About this editor": "关於 Xinha",
"Help using editor": "说明",
"Current style": "字体例子"
}

View File

@ -12,78 +12,53 @@
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "he",
tooltips: {
bold: "מודגש",
italic: "נטוי",
underline: "קו תחתי",
strikethrough: "קו אמצע",
subscript: "כתב עילי",
superscript: "כתב תחתי",
justifyleft: " ישור לשמאל",
justifycenter: "ישור למרכז",
justifyright: "ישור לימין",
justifyfull: "ישור לשורה מלאה",
orderedlist: "רשימה ממוספרת",
unorderedlist: "רשימה לא ממוספרת",
outdent: "הקטן כניסה",
indent: "הגדל כניסה",
forecolor: "צבע גופן",
hilitecolor: "צבע רקע",
horizontalrule: "קו אנכי",
createlink: "הכנס היפר-קישור",
insertimage: "הכנס/שנה תמונה",
inserttable: "הכנס טבלה",
htmlmode: "שנה מצב קוד HTML",
popupeditor: "הגדל את העורך",
about: "אודות עורך זה",
showhelp: "עזרה לשימוש בעורך",
textindicator: "סגנון נוכחי",
undo: "מבטל את פעולתך האחרונה",
redo: "מבצע מחדש את הפעולה האחרונה שביטלת",
cut: "גזור בחירה",
copy: "העתק בחירה",
paste: "הדבק מהלוח",
lefttoright: "כיוון משמאל לימין",
righttoleft: "כיוון מימין לשמאל"
},
buttons: {
"ok": "אישור",
"cancel": "ביטול"
},
msg: {
"Path": "נתיב עיצוב",
"TEXT_MODE": "אתה במצב טקסט נקי (קוד). השתמש בכפתור [<>] כדי לחזור למצב WYSIWYG (תצוגת עיצוב).",
"IE-sucks-full-screen" :
// translate here
"מצב מסך מלא יוצר בעיות בדפדפן Internet Explorer, " +
"עקב באגים בדפדפן לא יכולנו לפתור את זה. את/ה עלול/ה לחוות תצוגת זבל, " +
"בעיות בתפקוד העורך ו/או קריסה של הדפדפן. אם המערכת שלך היא Windows 9x " +
"סביר להניח שתקבל/י 'General Protection Fault' ותאלצ/י לאתחל את המחשב.\n\n" +
"ראה/י הוזהרת. אנא לחץ/י אישור אם את/ה עדיין רוצה לנסות את העורך במסך מלא."
},
dialogs: {
"Cancel" : "ביטול",
"Insert/Modify Link" : "הוסף/שנה קישור",
"New window (_blank)" : "חלון חדש (_blank)",
"None (use implicit)" : "ללא (השתמש ב-frame הקיים)",
"OK" : "OK",
"Other" : "אחר",
"Same frame (_self)" : "אותו frame (_self)",
"Target:" : "יעד:",
"Title (tooltip):" : "כותרת (tooltip):",
"Top frame (_top)" : "Frame עליון (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "חובה לכתוב URL שאליו קישור זה מצביע"
}
};
{
"Bold": "מודגש",
"Italic": "נטוי",
"Underline": "קו תחתי",
"Strikethrough": "קו אמצע",
"Subscript": "כתב עילי",
"Superscript": "כתב תחתי",
"Justify Left": " ישור לשמאל",
"Justify Center": "ישור למרכז",
"Justify Right": "ישור לימין",
"Justify Full": "ישור לשורה מלאה",
"Ordered List": "רשימה ממוספרת",
"Bulleted List": "רשימה לא ממוספרת",
"Decrease Indent": "הקטן כניסה",
"Increase Indent": "הגדל כניסה",
"Font Color": "צבע גופן",
"Background Color": "צבע רקע",
"Horizontal Rule": "קו אנכי",
"Insert Web Link": "הכנס היפר-קישור",
"Insert/Modify Image": "הכנס/שנה תמונה",
"Insert Table": "הכנס טבלה",
"Toggle HTML Source": "שנה מצב קוד HTML",
"Enlarge Editor": "הגדל את העורך",
"About this editor": "אודות עורך זה",
"Help using editor": "עזרה לשימוש בעורך",
"Current style": "סגנון נוכחי",
"Undoes your last action": "מבטל את פעולתך האחרונה",
"Redoes your last action": "מבצע מחדש את הפעולה האחרונה שביטלת",
"Cut selection": "גזור בחירה",
"Copy selection": "העתק בחירה",
"Paste from clipboard": "הדבק מהלוח",
"Direction left to right": "כיוון משמאל לימין",
"Direction right to left": "כיוון מימין לשמאל",
"OK": "אישור",
"Cancel": "ביטול",
"Path": "נתיב עיצוב",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "אתה במצב טקסט נקי (קוד). השתמש בכפתור [<>] כדי לחזור למצב WYSIWYG (תצוגת עיצוב).",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "מצב מסך מלא יוצר בעיות בדפדפן Internet Explorer, עקב באגים בדפדפן לא יכולנו לפתור את זה. את/ה עלול/ה לחוות תצוגת זבל, בעיות בתפקוד העורך ו/או קריסה של הדפדפן. אם המערכת שלך היא Windows 9x סביר להניח שתקבל/י ",
"Cancel": "ביטול",
"Insert/Modify Link": "הוסף/שנה קישור",
"New window (_blank)": "חלון חדש (_blank)",
"None (use implicit)": "ללא (השתמש ב-frame הקיים)",
"Other": "אחר",
"Same frame (_self)": "אותו frame (_self)",
"Target:": "יעד:",
"Title (tooltip):": "כותרת (tooltip):",
"Top frame (_top)": "Frame עליון (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "חובה לכתוב URL שאליו קישור זה מצביע"
}

View File

@ -12,79 +12,53 @@
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "hu",
tooltips: {
bold: "Félkövér",
italic: "Dőlt",
underline: "Aláhúzott",
strikethrough: "Áthúzott",
subscript: "Alsó index",
superscript: "Felső index",
justifyleft: "Balra zárt",
justifycenter: "Középre zárt",
justifyright: "Jobbra zárt",
justifyfull: "Sorkizárt",
orderedlist: "Számozott lista",
unorderedlist: "Számozatlan lista",
outdent: "Behúzás csökkentése",
indent: "Behúzás növelése",
forecolor: "Karakterszín",
hilitecolor: "Háttérszín",
horizontalrule: "Elválasztó vonal",
createlink: "Hiperhivatkozás beszúrása",
insertimage: "Kép beszúrása",
inserttable: "Táblázat beszúrása",
htmlmode: "HTML forrás be/ki",
popupeditor: "Szerkesztő külön ablakban",
about: "Névjegy",
showhelp: "Súgó",
textindicator: "Aktuális stílus",
undo: "Visszavonás",
redo: "Újra végrehajtás",
cut: "Kivágás",
copy: "Másolás",
paste: "Beillesztés",
lefttoright: "Irány balról jobbra",
righttoleft: "Irány jobbról balra"
},
buttons: {
"ok": "Rendben",
"cancel": "Mégsem"
},
msg: {
"Path": "Hierarchia",
"TEXT_MODE": "Forrás mód. Visszaváltás [<>] gomb",
"IE-sucks-full-screen" :
// translate here
"A teljesképrenyős szerkesztés hibát okozhat Internet Explorer használata esetén, " +
"ez a böngésző a hibája, amit nem tudunk kikerülni. Szemetet észlelhet a képrenyőn, " +
"illetve néhány funkció hiányozhat és/vagy véletlenszerűen lefagyhat a böngésző. " +
"Windows 9x operaciós futtatása esetén elég valószínű, hogy 'General Protection Fault' " +
"hibát okoz és újra kell indítania a számítógépet.\n\n" +
"Figyelmeztettük. Kérjük nyomja meg a Rendben gombot, ha mégis szeretné megnyitni a " +
"szerkesztőt külön ablakban."
},
dialogs: {
"Cancel" : "Mégsem",
"Insert/Modify Link" : "Hivatkozás Beszúrása/Módosítása",
"New window (_blank)" : "Új ablak (_blank)",
"None (use implicit)" : "Nincs (use implicit)",
"OK" : "OK",
"Other" : "Más",
"Same frame (_self)" : "Ugyanabba a keretbe (_self)",
"Target:" : "Cél:",
"Title (tooltip):" : "Cím (tooltip):",
"Top frame (_top)" : "Felső keret (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Be kell írnia az URL-t, ahova a hivatkozás mutasson"
}
};
{
"Bold": "Félkövér",
"Italic": "Dőlt",
"Underline": "Aláhúzott",
"Strikethrough": "Áthúzott",
"Subscript": "Alsó index",
"Superscript": "Felső index",
"Justify Left": "Balra zárt",
"Justify Center": "Középre zárt",
"Justify Right": "Jobbra zárt",
"Justify Full": "Sorkizárt",
"Ordered List": "Számozott lista",
"Bulleted List": "Számozatlan lista",
"Decrease Indent": "Behúzás csökkentése",
"Increase Indent": "Behúzás növelése",
"Font Color": "Karakterszín",
"Background Color": "Háttérszín",
"Horizontal Rule": "Elválasztó vonal",
"Insert Web Link": "Hiperhivatkozás beszúrása",
"Insert/Modify Image": "Kép beszúrása",
"Insert Table": "Táblázat beszúrása",
"Toggle HTML Source": "HTML forrás be/ki",
"Enlarge Editor": "Szerkesztő külön ablakban",
"About this editor": "Névjegy",
"Help using editor": "Súgó",
"Current style": "Aktuális stílus",
"Undoes your last action": "Visszavonás",
"Redoes your last action": "Újra végrehajtás",
"Cut selection": "Kivágás",
"Copy selection": "Másolás",
"Paste from clipboard": "Beillesztés",
"Direction left to right": "Irány balról jobbra",
"Direction right to left": "Irány jobbról balra",
"OK": "Rendben",
"Cancel": "Mégsem",
"Path": "Hierarchia",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Forrás mód. Visszaváltás [<>] gomb",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "A teljesképrenyős szerkesztés hibát okozhat Internet Explorer használata esetén, ez a böngésző a hibája, amit nem tudunk kikerülni. Szemetet észlelhet a képrenyőn, illetve néhány funkció hiányozhat és/vagy véletlenszerűen lefagyhat a böngésző. Windows 9x operaciós futtatása esetén elég valószínű, hogy ",
"Cancel": "Mégsem",
"Insert/Modify Link": "Hivatkozás Beszúrása/Módosítása",
"New window (_blank)": "Új ablak (_blank)",
"None (use implicit)": "Nincs (use implicit)",
"Other": "Más",
"Same frame (_self)": "Ugyanabba a keretbe (_self)",
"Target:": "Cél:",
"Title (tooltip):": "Cím (tooltip):",
"Top frame (_top)": "Felső keret (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "Be kell írnia az URL-t, ahova a hivatkozás mutasson"
}

View File

@ -1,79 +0,0 @@
// I18N constants
// LANG: "it", ENCODING: UTF-8 | ISO-8859-1
// Author: Fabio Rotondo <fabio@rotondo.it>
// Update for 3.0 rc1: Giovanni Premuda <gpremuda@softwerk.it>
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "it",
tooltips: {
bold: "Grassetto",
italic: "Corsivo",
underline: "Sottolineato",
strikethrough: "Barrato",
subscript: "Pedice",
superscript: "Apice",
justifyleft: "Allinea a sinistra",
justifycenter: "Allinea in centro",
justifyright: "Allinea a destra",
justifyfull: "Giustifica",
insertorderedlist: "Lista ordinata",
insertunorderedlist: "Lista puntata",
outdent: "Decrementa indentazione",
indent: "Incrementa indentazione",
forecolor: "Colore del carattere",
hilitecolor: "Colore di sfondo",
inserthorizontalrule: "Linea orizzontale",
createlink: "Inserisci un link",
insertimage: "Inserisci un'immagine",
inserttable: "Inserisci una tabella",
htmlmode: "Visualizzazione HTML",
popupeditor: "Editor a pieno schermo",
about: "Info sull'editor",
showhelp: "Aiuto sull'editor",
textindicator: "Stile corrente",
undo: "Annulla",
redo: "Ripristina",
cut: "Taglia",
copy: "Copia",
paste: "Incolla",
lefttoright: "Scrivi da sinistra a destra",
righttoleft: "Scrivi da destra a sinistra"
},
buttons: {
"ok": "OK",
"cancel": "Annulla"
},
msg: {
"Path": "Percorso",
"TEXT_MODE": "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità 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."
},
dialogs: {
"Annulla" : "Cancel",
"Inserisci/modifica Link" : "Insert/Modify Link",
"Nuova finestra (_blank)" : "New window (_blank)",
"Nessuno (usa predefinito)" : "None (use implicit)",
"OK" : "OK",
"Altro" : "Other",
"Stessa finestra (_self)" : "Same frame (_self)",
"Target:" : "Target:",
"Title (suggerimento):" : "Title (tooltip):",
"Frame principale (_top)" : "Top frame (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Devi inserire un indirizzo per questo link"
}
};

View File

@ -1,79 +1,55 @@
// I18N constants
// LANG: "it", ENCODING: UTF-8 | ISO-8859-1
// Author: Fabio Rotondo <fabio@rotondo.it>
// Update for 3.0 rc1: Giovanni Premuda <gpremuda@softwerk.it>
// LANG: "it", ENCODING: UTF-8
// Author: Mattia Landoni, http://www.webpresident.org/
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "it",
tooltips: {
bold: "Grassetto",
italic: "Corsivo",
underline: "Sottolineato",
strikethrough: "Barrato",
subscript: "Pedice",
superscript: "Apice",
justifyleft: "Allinea a sinistra",
justifycenter: "Allinea in centro",
justifyright: "Allinea a destra",
justifyfull: "Giustifica",
insertorderedlist: "Lista ordinata",
insertunorderedlist: "Lista puntata",
outdent: "Decrementa indentazione",
indent: "Incrementa indentazione",
forecolor: "Colore del carattere",
hilitecolor: "Colore di sfondo",
inserthorizontalrule: "Linea orizzontale",
createlink: "Inserisci un link",
insertimage: "Inserisci un'immagine",
inserttable: "Inserisci una tabella",
htmlmode: "Visualizzazione HTML",
popupeditor: "Editor a pieno schermo",
about: "Info sull'editor",
showhelp: "Aiuto sull'editor",
textindicator: "Stile corrente",
undo: "Annulla",
redo: "Ripristina",
cut: "Taglia",
copy: "Copia",
paste: "Incolla",
lefttoright: "Scrivi da sinistra a destra",
righttoleft: "Scrivi da destra a sinistra"
},
buttons: {
"ok": "OK",
"cancel": "Annulla"
},
msg: {
"Path": "Percorso",
"TEXT_MODE": "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità 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."
},
dialogs: {
"Annulla" : "Cancel",
"Inserisci/modifica Link" : "Insert/Modify Link",
"Nuova finestra (_blank)" : "New window (_blank)",
"Nessuno (usa predefinito)" : "None (use implicit)",
"OK" : "OK",
"Altro" : "Other",
"Stessa finestra (_self)" : "Same frame (_self)",
"Target:" : "Target:",
"Title (suggerimento):" : "Title (tooltip):",
"Frame principale (_top)" : "Top frame (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Devi inserire un indirizzo per questo link"
}
};
{
"Bold": "Grassetto",
"Italic": "Corsivo",
"Underline": "Sottolineato",
"Strikethrough": "Barrato",
"Subscript": "Pedice",
"Superscript": "Apice",
"Justify Left": "Sinistra",
"Justify Center": "Centrato",
"Justify Right": "Destra",
"Justify Full": "Giustificato",
"Ordered List": "Lista numerata",
"Bulleted List": "Lista non numerata",
"Decrease Indent": "Diminuisci indentazione",
"Increase Indent": "Aumenta indentazione",
"Font Color": "Colore font",
"Background Color": "Colore sfondo",
"Horizontal Rule": "Righello orizzontale",
"Insert Web Link": "Inserisci link",
"Insert/Modify Image": "Inserisci/modifica Immagine",
"Insert Table": "Inserisci tabella",
"Toggle HTML Source": "Visualizza/nascondi sorgente HTML",
"Enlarge Editor": "Allarga editor",
"About this editor": "Informazioni su Xinha",
"Help using editor": "Aiuto",
"Current style": "Stile corrente",
"Undoes your last action": "Annulla ultima azione",
"Redoes your last action": "Ripeti ultima azione",
"Cut selection": "Taglia",
"Copy selection": "Copia",
"Paste from clipboard": "Incolla",
"Direction left to right": "Testo da sx a dx",
"Direction right to left": "Testo da dx a sx",
"OK": "OK",
"Cancel": "Annulla",
"Path": "Percorso",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Sei in MODALITA",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "E",
"Cancel": "Annulla",
"Insert/Modify Link": "Inserisci/modifica link",
"New window (_blank)": "Nuova finestra (_blank)",
"None (use implicit)": "Niente (usa implicito)",
"Other": "Altro",
"Same frame (_self)": "Stessa frame (_self)",
"Target:": "Target:",
"Title (tooltip):": "Title (suggerimento):",
"Top frame (_top)": "Pagina intera (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "Devi inserire l'indirizzo a cui punta il link"
}

175
htmlarea/lang/ja.js Normal file
View File

@ -0,0 +1,175 @@
// I18N constants
// LANG: "ja", ENCODING: UTF-8N
{
"Bold": "太字",
"Italic": "斜体",
"Underline": "下線",
"Strikethrough": "打ち消し線",
"Subscript": "下付き添え字",
"Superscript": "上付き添え字",
"Justify Left": "左寄せ",
"Justify Center": "中央寄せ",
"Justify Right": "右寄せ",
"Justify Full": "均等割付",
"Ordered List": "番号付き箇条書き",
"Bulleted List": "記号付き箇条書き",
"Decrease Indent": "インデント解除",
"Increase Indent": "インデント設定",
"Font Color": "文字色",
"Background Color": "背景色",
"Horizontal Rule": "水平線",
"Insert Web Link": "リンクの挿入",
"Insert/Modify Image": "画像の挿入/修正",
"Insert Table": "テーブルを挿入",
"Toggle HTML Source": "HTML編集モードを切替",
"Enlarge Editor": "エディタを最大化",
"About this editor": "バージョン情報",
"Help using editor": "ヘルプ",
"Current style": "現在のスタイル",
"Undoes your last action": "元に戻す",
"Redoes your last action": "やり直し",
"Cut selection": "切り取り",
"Copy selection": "コピー",
"Paste from clipboard": "貼り付け",
"Direction left to right": "左から右へ",
"Direction right to left": "右から左へ",
"Remove formatting": "書式削除",
"Select all": "すべて選択",
"Print document": "印刷",
"Clear MSOffice tags": "MSOfficeタグをクリア",
"Clear Inline Font Specifications": "インラインフォント指定をクリア",
"Would you like to clear font typefaces?": "フォント名をクリアしますか?",
"Would you like to clear font sizes?": "サイズをクリアしますか?",
"Would you like to clear font colours?": "色をクリアしますか?",
"Split Block": "領域分割",
"Toggle Borders": "境界線の切替",
"Save as": "名前をつけて保存",
"Insert/Overwrite": "挿入/上書き",
"&mdash; format &mdash;": "&mdash; 書式 &mdash;",
"Heading 1": "見出し1",
"Heading 2": "見出し2",
"Heading 3": "見出し3",
"Heading 4": "見出し4",
"Heading 5": "見出し5",
"Heading 6": "見出し6",
"Normal": "標準",
"Address": "アドレス",
"Formatted": "整形済み",
"&mdash; font &mdash;": "&mdash; フォント &mdash;",
"&mdash; size &mdash;": "&mdash; サイズ &mdash;",
//dialogs
"OK": "OK",
"Cancel": "中止",
"Path": "パス",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "テキストモードで操作しています。WYSIWYG編集に戻るには[<>]ボタンを使ってください。",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "MozillaベースのWebブラウザでは、貼り付けボタンは機能しません技術的なセキュリティ上の理由で。Ctrl+Vキーを押して直接貼り付けてください。",
"Your Document is not well formed. Check JavaScript console for details.": "この文書には構文的な問題があります。詳細はJavaScriptコンソールを参照してください。",
"You need to select some text before creating a link": "リンクを作成するにはテキストを選択する必要があります",
"Alignment:": "行揃え:",
"Not set": "なし",
"Left": "左",
"Right": "右",
"Texttop": "テキスト上部",
"Absmiddle": "中央(絶対的)",
"Baseline": "ベースライン",
"Absbottom": "下(絶対的)",
"Bottom": "下",
"Middle": "中央",
"Top": "上",
"Layout": "レイアウト",
"Spacing": "間隔",
"Horizontal:": "水平:",
"Horizontal padding": "水平余白",
"Vertical:": "垂直:",
"Vertical padding": "垂直余白",
"Border thickness:": "境界線の太さ:",
"Leave empty for no border": "境界線がない場合は空のままにする",
//Insert Link
"Insert/Modify Link": "リンクの挿入/修正",
"None (use implicit)": "なし (デフォルトに任せる)",
"New window (_blank)": "新しいウィンドウ (_blank)",
"Same frame (_self)": "自己フレーム内 (_self)",
"Top frame (_top)": "最上位フレーム (_top)",
"Other": "その他",
"Target:": "ターゲット:",
"Title (tooltip):": "タイトル:",
"URL:": "URL:",
"You must enter the URL where this link points to": "このリンクが指し示すURLを入力してください",
// Insert Table
"Insert Table": "テーブルの挿入",
"Rows:": "行:",
"Number of rows": "行数",
"Cols:": "列:",
"Number of columns": "列数",
"Width:": "幅:",
"Width of the table": "テーブルの幅",
"Percent": "パーセント(%)",
"Pixels": "ピクセル(px)",
"Em": "相対値(em)",
"Width unit": "幅の単位",
"Fixed width columns": "列の幅を固定",
"Positioning of this table": "このテーブルの配置",
"Cell spacing:": "セル間隔:",
"Space between adjacent cells": "隣接するセル間の距離",
"Cell padding:": "セル余白:",
"Space between content and border in cell": "セル内における内容と境界線との距離",
"You must enter a number of rows": "行数を入力してください",
"You must enter a number of columns": "列数を入力してください",
// Insert Image
"Insert Image": "画像の挿入",
"Image URL:": "画像URL:",
"Enter the image URL here": "画像のURLをここに入力します",
"Preview": "表示",
"Preview the image in a new window": "ウィンドウで画像を表示",
"Alternate text:": "代替テキスト:",
"For browsers that don't support images": "画像表示をサポートしないブラウザに必要です",
"Positioning of this image": "画像の配置",
"Image Preview:": "画像表示:",
"You must enter the URL": "URLを入力する必要があります",
//"button_bold": "fr/bold.gif",
//"button_underline": "fr/underline.gif",
//"button_strikethrough": "fr/strikethrough.gif",
// Editor Help
"Xinha Help": "ヘルプ",
"Editor Help": "エディタのヘルプ",
"Keyboard shortcuts": "キーボードショートカット",
"The editor provides the following key combinations:": "エディタは以下のキー操作を提供しています:",
"ENTER": "ENTER",
"new paragraph": "新規段落",
"SHIFT-ENTER": "SHIFT+ENTER",
"insert linebreak": "段落内改行の挿入",
"Set format to paragraph": "段落書式の設定",
"Clean content pasted from Word": "Wordから貼り付けられた内容の清書",
"Headings": "見出し",
"Close": "閉じる",
// Loading messages
"Loading in progress. Please wait!": "ロード中です。しばらくお待ちください",
"Loading plugin $plugin" : "ロード中プラグイン $plugin",
"Register plugin $plugin" : "登録中プラグイン $plugin",
"Constructing object": "オブジェクト構築中",
"Generate Xinha framework": "Xinhaフレームワーク生成中",
"Init editor size":"エディタサイズの初期化",
"Create Toolbar": "ツールバーの作成",
"Create Statusbar" : "ステータスバーの作成",
"Register right panel" : "登録 右パネル",
"Register left panel" : "登録 左パネル",
"Register bottom panel" : "登録 下パネル",
"Register top panel" : "登録 上パネル",
"Finishing" : "完了",
// ColorPicker
"Click a color..." : "色をクリック...",
"Sample" : "サンプル",
"Web Safe: " : "Webセーフ: ",
"Color: " : "色: "
};

View File

@ -3,75 +3,51 @@
// LANG: "lt", ENCODING: UTF-8
// Author: Jaroslav Šatkevič, <jaro@akl.lt>
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "en",
tooltips: {
bold: "Paryškinti",
italic: "Kursyvas",
underline: "Pabraukti",
strikethrough: "Perbraukti",
subscript: "Apatinis indeksas",
superscript: "Viršutinis indeksas",
justifyleft: "Lygiavimas pagal kairę",
justifycenter: "Lygiavimas pagal centrą",
justifyright: "Lygiavimas pagal dešinę",
justifyfull: "Lygiuoti pastraipą",
orderedlist: "Numeruotas sąrašas",
unorderedlist: "Suženklintas sąrašas",
outdent: "Sumažinti paraštę",
indent: "Padidinti paraštę",
forecolor: "Šrifto spalva",
hilitecolor: "Fono spalva",
horizontalrule: "Horizontali linija",
createlink: "Įterpti nuorodą",
insertimage: "Įterpti paveiksliu",
inserttable: "Įterpti lentelę",
htmlmode: "Perjungti į HTML/WYSIWYG",
popupeditor: "Išplėstas redagavimo ekranas/Enlarge Editor",
about: "Apie redaktorių",
showhelp: "Pagalba naudojant redaktorių",
textindicator: "Dabartinis stilius",
undo: "Atšaukia paskutini jūsų veiksmą",
redo: "Pakartoja paskutinį atšauktą jūsų veiksmą",
cut: "Iškirpti",
copy: "Kopijuoti",
paste: "Įterpti"
},
buttons: {
"ok": "OK",
"cancel": "Atšaukti"
},
msg: {
"Path": "Kelias",
"TEXT_MODE": "Jūs esete teksto režime. Naudokite [<>] mygtuką grįžimui į 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."
},
dialogs: {
"Cancel" : "Atšaukti",
"Insert/Modify Link" : "Idėti/Modifikuoti",
"New window (_blank)" : "Naujas langas (_blank)",
"None (use implicit)" : "None (use implicit)",
"OK" : "OK",
"Other" : "Kitas",
"Same frame (_self)" : "Same frame (_self)",
"Target:" : "Target:",
"Title (tooltip):" : "Pavadinimas (tooltip):",
"Top frame (_top)" : "Top frame (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Jus privalote nurodyti URL į kuri rodo šitą nuoroda"
}
};
{
"Bold": "Paryškinti",
"Italic": "Kursyvas",
"Underline": "Pabraukti",
"Strikethrough": "Perbraukti",
"Subscript": "Apatinis indeksas",
"Superscript": "Viršutinis indeksas",
"Justify Left": "Lygiavimas pagal kairę",
"Justify Center": "Lygiavimas pagal centrą",
"Justify Right": "Lygiavimas pagal dešinę",
"Justify Full": "Lygiuoti pastraipą",
"Ordered List": "Numeruotas sąrašas",
"Bulleted List": "Suženklintas sąrašas",
"Decrease Indent": "Sumažinti paraštę",
"Increase Indent": "Padidinti paraštę",
"Font Color": "Šrifto spalva",
"Background Color": "Fono spalva",
"Horizontal Rule": "Horizontali linija",
"Insert Web Link": "Įterpti nuorodą",
"Insert/Modify Image": "Įterpti paveiksliuką",
"Insert Table": "Įterpti lentelę",
"Toggle HTML Source": "Perjungti į HTML/WYSIWYG",
"Enlarge Editor": "Išplėstas redagavimo ekranas/Enlarge Editor",
"About this editor": "Apie redaktorių",
"Help using editor": "Pagalba naudojant redaktorių",
"Current style": "Dabartinis stilius",
"Undoes your last action": "Atšaukia paskutini jūsų veiksmą",
"Redoes your last action": "Pakartoja paskutinį atšauktą jūsų veiksmą",
"Cut selection": "Iškirpti",
"Copy selection": "Kopijuoti",
"Paste from clipboard": "Įterpti",
"OK": "OK",
"Cancel": "Atšaukti",
"Path": "Kelias",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Jūs esete teksto režime. Naudokite [<>] mygtuką grįžimui į WYSIWYG.",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren",
"Cancel": "Atšaukti",
"Insert/Modify Link": "Idėti/Modifikuoti",
"New window (_blank)": "Naujas langas (_blank)",
"None (use implicit)": "None (use implicit)",
"Other": "Kitas",
"Same frame (_self)": "Same frame (_self)",
"Target:": "Target:",
"Title (tooltip):": "Pavadinimas (tooltip):",
"Top frame (_top)": "Top frame (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "Jus privalote nurodyti URL į kuri rodo šitą nuoroda"
}

View File

@ -1,55 +1,42 @@
// I18N constants
// LANG: "lv", ENCODING: UTF-8 | ISO-8859-1
// LANG: "lv", ENCODING: UTF-8
// Author: Mihai Bazon, http://dynarch.com/mishoo
// Translated by: Janis Klavins, <janis.klavins@devia.lv>
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "lv",
tooltips: {
bold: "Trekniem burtiem",
italic: "Kurs<72>v<EFBFBD>",
underline: "Pasv<73>trots",
strikethrough: "P<EFBFBD>rsv<EFBFBD>trots",
subscript: "Novietot zem rindas",
superscript: "Novietot virs rindas",
justifyleft: "Izl<7A>dzin<69>t pa kreisi",
justifycenter: "Izl<EFBFBD>dzin<EFBFBD>t centr<74>",
justifyright: "Izl<7A>dzin<69>t pa labi",
justifyfull: "Izl<7A>dzin<69>t pa visu lapu",
orderedlist: "Numur<75>ts saraksts",
unorderedlist: "Saraksts",
outdent: "Samazin<69>t atk<74>pi",
indent: "Palielin<69>t atk<74>pi",
forecolor: "Burtu kr<6B>sa",
hilitecolor: "Fona kr<6B>sa",
horizontalrule: "Horizont<6E>la atdal<61>t<EFBFBD>jsv<73>tra",
createlink: "Ievietot hipersaiti",
insertimage: "Ievietot att<74>lu",
inserttable: "Ievietot tabulu",
htmlmode: "Skat<61>t HTML kodu",
popupeditor: "Palielin<69>t Redi<64><69>t<EFBFBD>ju",
about: "Par <20>o redi<64><69>t<EFBFBD>ju",
showhelp: "Redi<64><69>t<EFBFBD>ja pal<61>gs",
textindicator: "Patreiz<EFBFBD>jais stils",
undo: "Atcelt p<>d<EFBFBD>jo darb<72>bu",
redo: "Atk<74>rtot p<>d<EFBFBD>jo darb<72>bu",
cut: "Izgriezt iez<65>m<EFBFBD>to",
copy: "Kop<6F>t iez<65>m<EFBFBD>to",
paste: "Ievietot iez<65>m<EFBFBD>to"
},
buttons: {
"ok": "Labi",
"cancel": "Atcelt"
},
msg: {
"Path": "Ce<43><65>",
"TEXT_MODE": "J<>s patlaban darbojaties TEKSTA RE<52><45>M<EFBFBD>. Lai p<>rietu atpaka<6B> uz GRAFISKO RE<52><45>MU (WYSIWIG), lietojiet [<>] pogu."
}
};
{
"Bold": "Trekniem burtiem",
"Italic": "Kurs<72>v<EFBFBD>",
"Underline": "Pasv<73>trots",
"Strikethrough": "P<>rsv<73>trots",
"Subscript": "Novietot zem rindas",
"Superscript": "Novietot virs rindas",
"Justify Left": "Izl<7A>dzin<69>t pa kreisi",
"Justify Center": "Izl<7A>dzin<69>t centr<EFBFBD>",
"Justify Right": "Izl<7A>dzin<69>t pa labi",
"Justify Full": "Izl<EFBFBD>dzin<EFBFBD>t pa visu lapu",
"Ordered List": "Numur<75>ts saraksts",
"Bulleted List": "Saraksts",
"Decrease Indent": "Samazin<69>t atk<74>pi",
"Increase Indent": "Palielin<EFBFBD>t atk<74>pi",
"Font Color": "Burtu kr<6B>sa",
"Background Color": "Fona kr<6B>sa",
"Horizontal Rule": "Horizont<6E>la atdal<61>t<EFBFBD>jsv<73>tra",
"Insert Web Link": "Ievietot hipersaiti",
"Insert/Modify Image": "Ievietot att<74>lu",
"Insert Table": "Ievietot tabulu",
"Toggle HTML Source": "Skat<61>t HTML kodu",
"Enlarge Editor": "Palielin<69>t Redi<64><69>t<EFBFBD>ju",
"About this editor": "Par <20>o redi<64><69>t<EFBFBD>ju",
"Help using editor": "Redi<64><69>t<EFBFBD>ja pal<61>gs",
"Current style": "Patreiz<69>jais stils",
"Undoes your last action": "Atcelt p<>d<EFBFBD>jo darb<72>bu",
"Redoes your last action": "Atk<74>rtot p<>d<EFBFBD>jo darb<72>bu",
"Cut selection": "Izgriezt iez<65>m<EFBFBD>to",
"Copy selection": "Kop<6F>t iez<65>m<EFBFBD>to",
"Paste from clipboard": "Ievietot iez<65>m<EFBFBD>to",
"OK": "Labi",
"Cancel": "Atcelt",
"Path": "Ce<43><65>",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "J<>s patlaban darbojaties TEKSTA RE<52><45>M<EFBFBD>. Lai p<>rietu atpaka<6B> uz GRAFISKO RE<52><45>MU (WYSIWIG), lietojiet [<>] pogu."
}

View File

@ -1,36 +1,78 @@
// I18N constants
HTMLArea.I18N = {
// LANG: "nb", ENCODING: UTF-8
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "nb",
// - translated by ses<ses@online.no>
// Additional translations by Håvard Wigtil <havardw@extend.no>
// Additional translations by Kim Steinhaug <kim@steinhaug.com>
{
"Bold": "Fet",
"Italic": "Kursiv",
"Underline": "Understreket",
"Strikethrough": "Gjennomstreket",
"Subscript": "Nedsenket",
"Superscript": "Opphøyet",
"Justify Left": "Venstrejuster",
"Justify Center": "Midtjuster",
"Justify Right": "Høyrejuster",
"Justify Full": "Blokkjuster",
"Ordered List": "Nummerert liste",
"Bulleted List": "Punktliste",
"Decrease Indent": "Reduser innrykk",
"Increase Indent": "Øke innrykk",
"Font Color": "Tekstfarge",
"Background Color": "Bakgrundsfarge",
"Horizontal Rule": "Vannrett linje",
"Insert Web Link": "Lag lenke",
"Insert/Modify Image": "Sett inn bilde",
"Insert Table": "Sett inn tabell",
"Toggle HTML Source": "Vis kildekode",
"Enlarge Editor": "Vis i eget vindu",
"About this editor": "Om denne editor",
"Help using editor": "Hjelp",
"Current style": "Nåværende stil",
"Undoes your last action": "Angrer siste redigering",
"Redoes your last action": "Gjør om siste angring",
"Cut selection": "Klipp ut område",
"Copy selection": "Kopier område",
"Save as": "Lagre som",
"Paste from clipboard": "Lim inn",
"Remove formatting": "Fjern formattering",
"Direction left to right": "Fra venstre mot høyre",
"Direction right to left": "Fra høyre mot venstre",
"Insert/Overwrite": "Sett inn/Overskriv",
"OK": "OK",
"Cancel": "Avbryt",
"Path": "Tekstvelger",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Du er i tekstmodus Klikk på [<>] for å gå tilbake til WYSIWIG.",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "Visning i eget vindu har kjente problemer med Internet Explorer, på grunn av problemer med denne nettleseren. Mulige problemer er et uryddig skjermbilde, manglende editorfunksjoner og/eller at nettleseren crasher. Hvis du bruker Windows 95 eller Windows 98 er det også muligheter for at Windows will crashe.\n\nTrykk ",
"Cancel": "Avbryt",
"Insert/Modify Link": "Rediger lenke",
"New window (_blank)": "Eget vindu (_blank)",
"None (use implicit)": "Ingen (bruk standardinnstilling)",
"Other": "Annen",
"Same frame (_self)": "Samme ramme (_self)",
"Target:": "Mål:",
"Title (tooltip):": "Tittel (tooltip):",
"Top frame (_top)": "Toppramme (_top)",
"URL:": "Adresse:",
"You must enter the URL where this link points to": "Du må skrive inn en adresse som denne lenken skal peke til",
"Clear Inline Font Specifications": "Fjerne inline font spesifikasjoner",
"Would you like to clear font typefaces?": "Ønsker du å fjerne skrifttyper",
"Would you like to clear font sizes?": "Ønsker du å fjerne skrift størrelser",
"Would you like to clear font colours?": "Ønsker du å fjerne farger på skriften",
"Print document": "Skriv ut dokumentet",
"Split Block": "Seperasjonsblokk",
"Toggle Borders": "Skru av/på hjelpelinjer på tabeller",
"Select all": "Merk alt",
// Loading messages
"Loading in progress. Please wait !": "WYSIWYG laster, vennligst vent!",
"Constructing main object": "Vennligst vent",
"Create Toolbar": "Lag verktøylinje",
"Register panel right": "Registrer høyrepanel",
"Register panel left": "Registrer venstrepanel",
"Register panel top": "Registrer toppanel",
"Register panel bottom": "Registrer bunnpanel"
tooltips: {
bold: "Fet",
italic: "Kursiv",
underline: "Understreket",
strikethrough: "Gjennomstreket",
subscript: "Senket",
superscript: "Hevet",
justifyleft: "Venstrejuster",
justifycenter: "Midtjuster",
justifyright: "H<>yrejuster",
justifyfull: "Blokkjuster",
orderedlist: "Nummerert liste",
unorderedlist: "Punktmerket liste",
outdent: "<22>ke innrykk",
indent: "Reduser innrykk",
forecolor: "Skriftfarge",
backcolor: "Bakgrunnsfarge",
horizontalrule: "Horisontal linje",
createlink: "Sett inn lenke",
insertimage: "Sett inn bilde",
inserttable: "Sett inn tabell",
htmlmode: "Vis HTML kode",
popupeditor: "Forst<73>rr redigeringsvindu",
about: "Om..",
help: "Hjelp",
textindicator: "Gjeldende stil"
}
};

View File

@ -1,90 +0,0 @@
// I18N constants
// LANG: "nl", ENCODING: UTF-8 | ISO-8859-1
// Author: Michel Weegeerink (info@mmc-shop.nl), http://mmc-shop.nl
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "nl",
tooltips: {
bold: "Vet",
italic: "Cursief",
underline: "Onderstrepen",
strikethrough: "Doorhalen",
subscript: "Subscript",
superscript: "Superscript",
justifyleft: "Links uitlijnen",
justifycenter: "Centreren",
justifyright: "Rechts uitlijnen",
justifyfull: "Uitvullen",
orderedlist: "Nummering",
unorderedlist: "Opsommingstekens",
outdent: "Inspringing verkleinen",
indent: "Inspringing vergroten",
forecolor: "Tekstkleur",
hilitecolor: "Achtergrondkleur",
inserthorizontalrule: "Horizontale lijn",
createlink: "Hyperlink invoegen/aanpassen",
insertimage: "Afbeelding invoegen/aanpassen",
inserttable: "Tabel invoegen",
htmlmode: "HTML broncode",
popupeditor: "Vergroot Editor",
about: "Over deze editor",
showhelp: "HTMLArea help",
textindicator: "Huidige stijl",
undo: "Ongedaan maken",
redo: "Herhalen",
cut: "Knippen",
copy: "Kopiëren",
paste: "Plakken",
lefttoright: "Tekstrichting links naar rechts",
righttoleft: "Tekstrichting rechts naar links"
},
buttons: {
"ok": "OK",
"cancel": "Annuleren"
},
msg: {
"Path": "Pad",
"TEXT_MODE": "Je bent in TEKST-mode. Gebruik de [<>] knop om terug te keren naar WYSIWYG-mode.",
"IE-sucks-full-screen" :
// translate here
"Fullscreen-mode veroorzaakt problemen met Internet Explorer door bugs in de webbrowser " +
"die we niet kunnen omzeilen. Hierdoor kunnen de volgende effecten optreden: verknoeide teksten, " +
"een verlies aan editor-functionaliteit en/of willekeurig vastlopen van de webbrowser. " +
"Als u Windows 95 of 98 gebruikt, is het zeer waarschijnlijk dat u een algemene beschermingsfout " +
"('General Protection Fault') krijgt en de computer opnieuw zal moeten opstarten.\n\n" +
"U bent gewaarschuwd. Druk OK als u toch nog de Fullscreen-editor wil gebruiken."
},
dialogs: {
"Cancel" : "Annuleren",
"Insert/Modify Link" : "Hyperlink invoegen/aanpassen",
"New window (_blank)" : "Nieuw venster (_blank)",
"None (use implicit)" : "Geen",
"OK" : "OK",
"Other" : "Ander",
"Same frame (_self)" : "Zelfde frame (_self)",
"Target:" : "Doel:",
"Title (tooltip):" : "Titel (tooltip):",
"Top frame (_top)" : "Bovenste frame (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Geef de URL in waar de link naar verwijst"
}
};

View File

@ -1,6 +1,6 @@
// I18N constants
// LANG: "nl", ENCODING: UTF-8 | ISO-8859-1
// LANG: "nl", ENCODING: UTF-8
// Author: Michel Weegeerink (info@mmc-shop.nl), http://mmc-shop.nl
// FOR TRANSLATORS:
@ -12,79 +12,53 @@
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "nl",
tooltips: {
bold: "Vet",
italic: "Cursief",
underline: "Onderstrepen",
strikethrough: "Doorhalen",
subscript: "Subscript",
superscript: "Superscript",
justifyleft: "Links uitlijnen",
justifycenter: "Centreren",
justifyright: "Rechts uitlijnen",
justifyfull: "Uitvullen",
orderedlist: "Nummering",
unorderedlist: "Opsommingstekens",
outdent: "Inspringing verkleinen",
indent: "Inspringing vergroten",
forecolor: "Tekstkleur",
hilitecolor: "Achtergrondkleur",
inserthorizontalrule: "Horizontale lijn",
createlink: "Hyperlink invoegen/aanpassen",
insertimage: "Afbeelding invoegen/aanpassen",
inserttable: "Tabel invoegen",
htmlmode: "HTML broncode",
popupeditor: "Vergroot Editor",
about: "Over deze editor",
showhelp: "HTMLArea help",
textindicator: "Huidige stijl",
undo: "Ongedaan maken",
redo: "Herhalen",
cut: "Knippen",
copy: "Kopi<70>ren",
paste: "Plakken",
lefttoright: "Tekstrichting links naar rechts",
righttoleft: "Tekstrichting rechts naar links"
},
buttons: {
"ok": "OK",
"cancel": "Annuleren"
},
msg: {
"Path": "Pad",
"TEXT_MODE": "Je bent in TEKST-mode. Gebruik de [<>] knop om terug te keren naar WYSIWYG-mode.",
"IE-sucks-full-screen" :
// translate here
"Fullscreen-mode veroorzaakt problemen met Internet Explorer door bugs in de webbrowser " +
"die we niet kunnen omzeilen. Hierdoor kunnen de volgende effecten optreden: verknoeide teksten, " +
"een verlies aan editor-functionaliteit en/of willekeurig vastlopen van de webbrowser. " +
"Als u Windows 95 of 98 gebruikt, is het zeer waarschijnlijk dat u een algemene beschermingsfout " +
"('General Protection Fault') krijgt en de computer opnieuw zal moeten opstarten.\n\n" +
"U bent gewaarschuwd. Druk OK als u toch nog de Fullscreen-editor wil gebruiken."
},
dialogs: {
"Cancel" : "Annuleren",
"Insert/Modify Link" : "Hyperlink invoegen/aanpassen",
"New window (_blank)" : "Nieuw venster (_blank)",
"None (use implicit)" : "Geen",
"OK" : "OK",
"Other" : "Ander",
"Same frame (_self)" : "Zelfde frame (_self)",
"Target:" : "Doel:",
"Title (tooltip):" : "Titel (tooltip):",
"Top frame (_top)" : "Bovenste frame (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Geef de URL in waar de link naar verwijst"
}
};
{
"Bold": "Vet",
"Italic": "Cursief",
"Underline": "Onderstrepen",
"Strikethrough": "Doorhalen",
"Subscript": "Subscript",
"Superscript": "Superscript",
"Justify Left": "Links uitlijnen",
"Justify Center": "Centreren",
"Justify Right": "Rechts uitlijnen",
"Justify Full": "Uitvullen",
"Ordered List": "Nummering",
"Bulleted List": "Opsommingstekens",
"Decrease Indent": "Inspringing verkleinen",
"Increase Indent": "Inspringing vergroten",
"Font Color": "Tekstkleur",
"Background Color": "Achtergrondkleur",
"Horizontal Rule": "Horizontale lijn",
"Insert Web Link": "Hyperlink invoegen/aanpassen",
"Insert/Modify Image": "Afbeelding invoegen/aanpassen",
"Insert Table": "Tabel invoegen",
"Toggle HTML Source": "HTML broncode",
"Enlarge Editor": "Vergroot Editor",
"About this editor": "Over deze editor",
"Help using editor": "Xinha help",
"Current style": "Huidige stijl",
"Undoes your last action": "Ongedaan maken",
"Redoes your last action": "Herhalen",
"Cut selection": "Knippen",
"Copy selection": "Kopi?ren",
"Paste from clipboard": "Plakken",
"Direction left to right": "Tekstrichting links naar rechts",
"Direction right to left": "Tekstrichting rechts naar links",
"OK": "OK",
"Cancel": "Annuleren",
"Path": "Pad",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Je bent in TEKST-mode. Gebruik de [<>] knop om terug te keren naar WYSIWYG-mode.",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "Fullscreen-mode veroorzaakt problemen met Internet Explorer door bugs in de webbrowser die we niet kunnen omzeilen. Hierdoor kunnen de volgende effecten optreden: verknoeide teksten, een verlies aan editor-functionaliteit en/of willekeurig vastlopen van de webbrowser. Als u Windows 95 of 98 gebruikt, is het zeer waarschijnlijk dat u een algemene beschermingsfout (",
"Cancel": "Annuleren",
"Insert/Modify Link": "Hyperlink invoegen/aanpassen",
"New window (_blank)": "Nieuw venster (_blank)",
"None (use implicit)": "Geen",
"Other": "Ander",
"Same frame (_self)": "Zelfde frame (_self)",
"Target:": "Doel:",
"Title (tooltip):": "Titel (tooltip):",
"Top frame (_top)": "Bovenste frame (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "Geef de URL in waar de link naar verwijst"
}

View File

@ -1,79 +0,0 @@
// Norwegian version for htmlArea v3.0 - pre1
// - translated by ses<ses@online.no>
// Additional translations by Håvard Wigtil <havardw@extend.no>
// term´s and licenses are equal to htmlarea!
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "no",
tooltips: {
bold: "Fet",
italic: "Kursiv",
underline: "Understreket",
strikethrough: "Gjennomstreket",
subscript: "Nedsenket",
superscript: "Opphøyet",
justifyleft: "Venstrejuster",
justifycenter: "Midtjuster",
justifyright: "Høyrejuster",
justifyfull: "Blokkjuster",
orderedlist: "Nummerert liste",
unorderedlist: "Punktliste",
outdent: "Reduser innrykk",
indent: "Øke innrykk",
forecolor: "Tekstfarge",
hilitecolor: "Bakgrundsfarge",
inserthorizontalrule: "Vannrett linje",
createlink: "Lag lenke",
insertimage: "Sett inn bilde",
inserttable: "Sett inn tabell",
htmlmode: "Vis kildekode",
popupeditor: "Vis i eget vindu",
about: "Om denne editor",
showhelp: "Hjelp",
textindicator: "Nåværende stil",
undo: "Angrer siste redigering",
redo: "Gjør om siste angring",
cut: "Klipp ut område",
copy: "Kopier område",
paste: "Lim inn",
lefttoright: "Fra venstre mot høyre",
righttoleft: "Fra høyre mot venstre"
},
buttons: {
"ok": "OK",
"cancel": "Avbryt"
},
msg: {
"Path": "Tekstvelger",
"TEXT_MODE": "Du er i tekstmodus Klikk på [<>] for å gå tilbake til WYSIWIG.",
"IE-sucks-full-screen" :
// translate here
"Visning i eget vindu har kjente problemer med Internet Explorer, " +
"på grunn av problemer med denne nettleseren. Mulige problemer er et uryddig " +
"skjermbilde, manglende editorfunksjoner og/eller at nettleseren crasher. Hvis du bruker Windows 95 eller Windows 98 " +
"er det også muligheter for at Windows will crashe.\n\n" +
"Trykk 'OK' hvis du vil bruke visning i eget vindu på tross av denne advarselen."
},
dialogs: {
"Cancel" : "Avbryt",
"Insert/Modify Link" : "Rediger lenke",
"New window (_blank)" : "Eget vindu (_blank)",
"None (use implicit)" : "Ingen (bruk standardinnstilling)",
"OK" : "OK",
"Other" : "Annen",
"Same frame (_self)" : "Samme ramme (_self)",
"Target:" : "Mål:",
"Title (tooltip):" : "Tittel (tooltip):",
"Top frame (_top)" : "Toppramme (_top)",
"URL:" : "Adresse:",
"You must enter the URL where this link points to" : "Du må skrive inn en adresse som denne lenken skal peke til"
}
};

View File

@ -1,36 +1,125 @@
// I18N constants
HTMLArea.I18N = {
// I18N constants
// LANG: "pl", ENCODING: UTF-8
// translated: Krzysztof Kotowicz, http://www.eskot.krakow.pl/portfolio/, koto@webworkers.pl
{
"Bold": "Pogrubienie",
"Italic": "Pochylenie",
"Underline": "Podkreślenie",
"Strikethrough": "Przekreślenie",
"Subscript": "Indeks dolny",
"Superscript": "Indeks górny",
"Justify Left": "Wyrównaj do lewej",
"Justify Center": "Wyśrodkuj",
"Justify Right": "Wyrównaj do prawej",
"Justify Full": "Wyjustuj",
"Ordered List": "Numerowanie",
"Bulleted List": "Wypunktowanie",
"Decrease Indent": "Zmniejsz wcięcie",
"Increase Indent": "Zwiększ wcięcie",
"Font Color": "Kolor czcionki",
"Background Color": "Kolor tła",
"Horizontal Rule": "Linia pozioma",
"Insert Web Link": "Wstaw adres sieci Web",
"Insert/Modify Image": "Wstaw obraz",
"Insert Table": "Wstaw tabelę",
"Toggle HTML Source": "Edycja WYSIWYG/w źródle strony",
"Enlarge Editor": "Pełny ekran",
"About this editor": "Informacje o tym edytorze",
"Help using editor": "Pomoc",
"Current style": "Obecny styl",
"Undoes your last action": "Cofa ostatnio wykonane polecenie",
"Redoes your last action": "Ponawia ostatnio wykonane polecenie",
"Cut selection": "Wycina zaznaczenie do schowka",
"Copy selection": "Kopiuje zaznaczenie do schowka",
"Paste from clipboard": "Wkleja zawartość schowka",
"Direction left to right": "Kierunek tekstu lewo-prawo",
"Direction right to left": "Kierunek tekstu prawo-lewo",
"Remove formatting": "Usuń formatowanie",
"Select all": "Zaznacz wszystko",
"Print document": "Drukuj dokument",
"Clear MSOffice tags": "Wyczyść tagi MSOffice",
"Clear Inline Font Specifications": "Wycisz bezpośrednie przypisania czcionek",
"Split Block": "Podziel blok",
"Toggle Borders": "Włącz / wyłącz ramki",
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "pl",
"&mdash; format &mdash;": "&mdash; Format &mdash;",
"Heading 1": "Nagłówek 1",
"Heading 2": "Nagłówek 2",
"Heading 3": "Nagłówek 3",
"Heading 4": "Nagłówek 4",
"Heading 5": "Nagłówek 5",
"Heading 6": "Nagłówek 6",
"Normal": "Normalny",
"Address": "Adres",
"Formatted": "Preformatowany",
tooltips: {
bold: "Pogrubienie",
italic: "Pochylenie",
underline: "Podkre<72>lenie",
strikethrough: "Przekre<EFBFBD>lenie",
subscript: "Indeks dolny",
superscript: "Indeks g<>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<63>cie",
indent: "Zwi<77>ksz wci<63>cie",
forecolor: "Kolor czcionki",
backcolor: "Kolor t<>a",
horizontalrule: "Linia pozioma",
createlink: "Wstaw adres sieci Web",
insertimage: "Wstaw obraz",
inserttable: "Wstaw tabel<65>",
htmlmode: "Edycja WYSIWYG/w <20>r<EFBFBD>dle strony",
popupeditor: "Pe<50>ny ekran",
about: "Informacje o tym edytorze",
help: "Pomoc",
textindicator: "Obecny styl"
}
};
//dialogs
"OK": "OK",
"Cancel": "Anuluj",
"Path": "Ścieżka",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Jesteś w TRYBIE TEKSTOWYM. Użyj przycisku [<>], aby przełączyć się na tryb WYSIWYG.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Przycisk Wklej nie działa w przeglądarkach Mozilla z uwagi na ustawienia bezpieczeństwa. Naciśnij CRTL-V, aby wkleić zawartość schowka.",
"Alignment:": "Wyrównanie:",
"Not set": "Nie ustawione",
"Left": "Do lewej",
"Right": "Do prawej",
"Texttop": "Góra tekstu",
"Absmiddle": "Abs. środek",
"Baseline": "Linia bazowa",
"Absbottom": "Abs. dół",
"Bottom": "Dół",
"Middle": "Środek",
"Top": "Góra",
"Layout": "Layout",
"Spacing": "Spacjowanie",
"Horizontal:": "Poziome:",
"Horizontal padding": "Wcięcie poziome",
"Vertical:": "Pionowe:",
"Vertical padding": "Wcięcie pionowe",
"Border thickness:": "Grubość obramowania:",
"Leave empty for no border": "Bez ramek - zostaw puste",
//Insert Link
"Insert/Modify Link": "Wstaw/edytuj odnośnik",
"None (use implicit)": "Brak",
"New window (_blank)": "Nowe okno (_blank)",
"Same frame (_self)": "Ta sama ramka (_self)",
"Top frame (_top)": "Główna ramka (_top)",
"Other": "Inne",
"Target:": "Okno docelowe:",
"Title (tooltip):": "Tytuł (tooltip):",
"URL:": "URL:",
"You must enter the URL where this link points to": "Musisz podać URL, na jaki będzie wskazywał odnośnik",
// Insert Table
"Insert Table": "Wstaw tabelę",
"Rows:": "Wierszy:",
"Number of rows": "Liczba wierszy",
"Cols:": "Kolumn:",
"Number of columns": "Liczba kolumn",
"Width:": "Szerokość:",
"Width of the table": "Szerokość tabeli",
"Percent": "Procent",
"Pixels": "Pikseli",
"Em": "Em",
"Width unit": "Jednostka",
"Fixed width columns": "Kolumny o stałej szerokości",
"Positioning of this table": "Pozycjonowanie tabeli",
"Cell spacing:": "Odstęp komórek:",
"Space between adjacent cells": "Przestrzeń pomiędzy komórkami",
"Cell padding:": "Wcięcie komórek:",
"Space between content and border in cell": "Przestrzeń między krawędzią a zawartością komórki",
// Insert Image
"Insert Image": "Wstaw obrazek",
"Image URL:": "URL obrazka:",
"Enter the image URL here": "Podaj URL obrazka",
"Preview": "Podgląd",
"Preview the image in a new window": "Podgląd obrazka w nowym oknie",
"Alternate text:": "Tekst alternatywny:",
"For browsers that don't support images": "Dla przeglądarek, które nie obsługują obrazków",
"Positioning of this image": "Pozycjonowanie obrazka",
"Image Preview:": "Podgląd obrazka:"
}

View File

@ -1,144 +1,184 @@
// I18N constants
// LANG: "pt_br", ENCODING: UTF-8 | ISO-8859-1
// Author: Agner Olson, agner@agner.net for Portuguese brasilian
// Jo<4A>o P Matos, jmatos@math.ist.utl.pt for European Portuguese
// FOR TRANSLATORS:
// I18N constants
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
// LANG: "pt_br", ENCODING: UTF-8
// Portuguese Brazilian Translation
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "pt_br",
tooltips: {
bold: "Negrito",
italic: "It<49>lico",
underline: "Sublinhado",
strikethrough: "Riscado",
subscript: "Subscrito",
superscript: "Sobrescrito",
justifyleft: "Alinhado <20> esquerda",
justifycenter: "Centralizado",
justifyright: "Alinhado <20> direita",
justifyfull: "Justificado",
orderedlist: "Lista ordenada",
unorderedlist: "Lista n<>o ordenada",
outdent: "Diminuir a indenta<74><61>o",
indent: "Aumentar a indenta<74><61>o",
forecolor: "Cor do texto",
hilitecolor: "Cor de <20>nfase",
horizontalrule: "Linha horizontal",
createlink: "Inserir uma hiperliga<67><61>o",
insertimage: "Inserir/Modificar uma imagem",
inserttable: "Inserir uma tabela",
htmlmode: "Mostrar c<>digo fonte",
popupeditor: "Maximizar o editor",
about: "Sobre o editor",
showhelp: "Ajuda",
textindicator: "Estilo corrente",
undo: "Anular a <20>ltima a<><61>o",
redo: "Repetir a <20>ltima a<><61>o",
cut: "Cortar",
copy: "Copiar",
paste: "Colar",
lefttoright: "Da esquerda para a direita",
righttoleft: "Da direita para a esquerda"
},
buttons: {
"ok": "OK",
"cancel": "Cancelar"
},
msg: {
"Path": "Caminho",
"TEXT_MODE": "Est<73> em MODO TEXTO. Pressione o bot<6F>o [<>] para voltar ao modo gr<67>fico.",
"IE-sucks-full-screen" :
// translate here
"O modo <20>rea de trabalho completo pode causar problemas no IE, " +
"devido aos seus problemas que n<>o foi poss<73>vel de evitar. " +
"Os sintomas podem ser erros na <20>rea de trabalho ou falta de algumas" +
"fun<75><6E>es no editor ou falhas catastr<74>ficas do sistema operacional. Se o seu " +
"sistema <20> Windows 9x, <20> poss<73>vel o erro " +
"'General Protection Fault' aconte<74>a e que voc<6F> tenha de reiniciar o computador." +
"\n\nConsidere-se avisado. Pressione OK se deseja continuar mesmo assim " +
"testando o modo de tela cheia."
},
dialogs: {
"OK" : "OK",
"Cancel" : "Cancelar",
"Alignment:" : "Alinhamento:",
"Not set" : "N<>o definido",
"Left" : "Esquerda",
"Right" : "Direita",
"Texttop" : "Topo do texto",
"Absmiddle" : "Meio absoluto",
"Baseline" : "Linha base",
"Absbottom" : "Abaixo absoluto",
"Bottom" : "Fundo",
"Middle" : "Meio",
"Top" : "Topo",
"Layout" : "Formata<74><61>o",
"Spacing" : "Espa<70>amento",
"Horizontal:" : "Horizontal:",
"Horizontal padding" : "Enchimento horizontal",
"Vertical:" : "Vertical:",
"Vertical padding" : "Preenchimento vertical",
"Border thickness:" : "Espessura da borda:",
"Leave empty for no border" : "Deixar vazio para ficar sem borda",
// Insert Link
"Insert/Modify Link" : "Inserir/Modificar link",
"None (use implicit)" : "Nenhum (por omiss<73>o)",
"New window (_blank)" : "Nova janela (_blank)",
"Same frame (_self)" : "Mesmo frame (_self)",
"Top frame (_top)" : "Frame de cima (_top)",
"Other" : "Outro",
"Target:" : "Alvo:",
"Title (tooltip):" : "T<>tulo (tooltip):",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Voc<6F> deve digitar o link para o qual aponta",
// Insert Table
"Insert Table" : "Inserir Tabela",
"Rows:" : "Linhas:",
"Number of rows" : "N<>mero de linhas",
"Cols:" : "Colunas:",
"Number of columns" : "N<>mero de colunas",
"Width:" : "Largura:",
"Width of the table" : "Largura da tabela",
"Percent" : "Porcentagem",
"Pixels" : "Pixel",
"Em" : "Em",
"Width unit" : "Unidade de largura",
"Positioning of this table" : "Posicionamento da tabela",
"Cell spacing:" : "Espa<70>amento da c<>lula:",
"Space between adjacent cells" : "Espa<70>o entre c<>lulas adjacentes",
"Cell padding:" : "Preenchimento da c<>lula:",
"Space between content and border in cell" : "Espa<70>o entre o conte<74>do e a borda da c<>lula",
// Insert Image
"Insert Image" : "Inserir imagem",
"Image URL:" : "Endere<72>o da imagem:",
"Enter the image URL here" : "Informe o endere<72>o da imagem aqui",
"Preview" : "Previs<69>o",
"Preview the image in a new window" : "Previs<69>o da imagem numa nova janela",
"Alternate text:" : "Texto alternativo:",
"For browsers that don't support images" : "Para navegadores que n<>o suportam imagens",
"Positioning of this image" : "Posicionamento desta imagem",
"Image Preview:" : "Previs<69>o da imagem:"
}
};
// Initial basic work by Alex Piaz <webmaster@globalmap.com>
//
// Author: Marcio Barbosa, <marcio@mpg.com.br>
// MSN: tomarshall@msn.com - ICQ: 69419933
// Site: http://www.mpg.com.br
//
// Last revision: 06 september 2007
// Please don´t remove this information
// If you modify any source, please insert a comment with your name and e-mail
//
// Distributed under the same terms as HTMLArea itself.
// This notice MUST stay intact for use (see license.txt)
{
"About": "Sobre",
"About Xinha": "Sobre o Xinha",
"Absbottom": "Inferior absoluto",
"Absmiddle": "Meio absoluto",
"Alignment:": "Alinhamento",
"Alternate text:": "Texto alternativo",
"Baseline": "Linha base",
"Bold": "Negrito",
"Border thickness:": "Espessura da borda",
"Bottom": "Botão",
"CTRL-0 (zero)": "CTRL-0 (zero)",
"CTRL-1 .. CTRL-6": "CTRL-1 .. CTRL-6",
"CTRL-A": "CTRL-A",
"CTRL-B": "CTRL-B",
"CTRL-C": "CTRL-C",
"CTRL-E": "CTRL-E",
"CTRL-I": "CTRL-I",
"CTRL-J": "CTRL-J",
"CTRL-L": "CTRL-L",
"CTRL-N": "CTRL-N",
"CTRL-R": "CTRL-R",
"CTRL-S": "CTRL-S",
"CTRL-U": "CTRL-U",
"CTRL-V": "CTRL-V",
"CTRL-X": "CTRL-X",
"CTRL-Y": "CTRL-Y",
"CTRL-Z": "CTRL-Z",
"Cancel": "Cancelar",
"Cell padding:": "Espaçamento interno da célula:",
"Cell spacing:": "Espaçamento da célula:",
"Clean content pasted from Word": "Limpar conteúdo copiado do Word",
"Close": "Fechar",
"Collapse borders:": "Bordas fechadas:",
"Cols:": "Colunas:",
"Constructing object": "Construindo objeto",
"Copy selection": "Copiar seleção",
"Create Statusbar": "Criar barra de informação (statusbar)",
"Create Toolbar": "Criar Barra de Ferramentas",
"Current style": "Estilo Atual",
"Cut selection": "Recortar seleção",
"Developer": "Desenvolvedor",
"ENTER": "ENTRAR",
"Editor Help": "Ajuda do Editor",
"Em": "Em",
"Enter the image URL here": "Entre aqui com a URL da imagem",
"Finishing": "Terminando",
"Fixed width columns": "Colunas com largura fixa",
"For browsers that don't support images": "Para navegadores que não suportam imagens",
"Generate Xinha framework": "Gerar Área de Trabalho do Xinha",
"Headings": "Títulos",
"Horizontal padding": "Espaçamento interno horizontal",
"Horizontal:": "Horizontal:",
"Image Preview:": "Visualização da Imagem:",
"Image URL:": "URL da imagem:",
"Init editor size": "Iniciar tamanho do editor",
"Insert Image": "Inserir Imagem",
"Insert Table": "Inserir Tabela",
"Insert/Modify Link": "Inserir/Modificar Link",
"Italic": "Itálico",
"Justify Center": "Justificar Centralizado",
"Justify Full": "Justificar Completamente",
"Justify Left": "Justificar à Esquerda",
"Justify Right": "Justificar à Direita",
"Keyboard shortcuts": "Atalhos de Teclado",
"Layout": "Esquema",
"Leave empty for no border": "Deixe em branco para não ter bordas",
"Left": "Esquerda",
"License": "Licença",
"Loading in progress. Please wait!": "Carregamento em processo. Por favor, aguarde!",
"Middle": "Meio",
"Name": "Nome",
"New window (_blank)": "Nova janela (_blank)",
"None (use implicit)": "Nenhum (uso implicito)",
"Not set": "Não definido",
"Number of columns": "Número de colunas",
"Number of rows": "Número de linhas",
"OK": "OK",
"Paste from clipboard": "Colar da Área de Transferência",
"Path": "Caminho",
"Percent": "Porcentagem",
"Pixels": "Pixels",
"Plugins": "Plugins",
"Positioning of this image": "Posicionamento desta imagem",
"Positioning of this table": "Posicionamento desta tabela",
"Preview": "Visualização",
"Preview the image in a new window": "Visualizar a imagem em uma nova janela",
"Redoes your last action": "Refazer sua última ação",
"Right": "Direita",
"Rows:": "Linhas:",
"SHIFT-ENTER": "SHIFT-ENTER",
"Same frame (_self)": "Mesmo frame (_self)",
"Select Color": "Selecionar côr",
"Select all": "Selecionar tudo",
"Set format to paragraph": "Definir formato para o parágrafo",
"Space between adjacent cells": "Espaço entre células adjacentes",
"Space between content and border in cell": "Espaço entre conteúdo e borda na célula",
"Spacing": "Espaçamento",
"Sponsored by": "Patrocinado por",
"Strikethrough": "Tachado",
"Target:": "Destino:",
"Texttop": "Texto no topo",
"Thanks": "Agradecimentos",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "O botão Colar não funciona em navegadores baseado no Mozilla (por razões técnicas de segurança). Pressione CTRL-V no seu teclado para colar diretamente.",
"The editor provides the following key combinations:": "Este editor fornece a seguinte combinação de teclas:",
"Title (tooltip):": "Título (tooltip)",
"Top": "Topo",
"Top frame (_top)": "Frame no topo (_top)",
"URL:": "URL:",
"Underline": "Sublinhado",
"Undoes your last action": "Desfazer sua última ação",
"Version": "Versão",
"Vertical padding": "Espaçamento interno vertical",
"Vertical:": "Vertical:",
"Width of the table": "Larguran da tabela",
"Width unit": "Unidade de largura",
"Width:": "Largura:",
"Would you like to clear font colours?": "Deseja limpar as cores de fonte",
"Would you like to clear font sizes?": "Deseja limpar os tamanhos de fonte",
"Would you like to clear font typefaces?": "Deseja limpar os tipos de fonte",
"Xinha Help": "Ajuda do Xinha",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Você está no MODO TEXTO. Use o botão [<>] para mudar para o modo de Visualização (WYSIWYG)",
"Your Document is not well formed. Check JavaScript console for details.": "Seu Documento não está formatado corretamente. Verifique o console do JavaScript para maiores detalhes.",
"insert linebreak": "inserir quebra de linha",
"new paragraph": "novo parágrafo",
// not find with lc_parse_strings.php
"Subscript": "Subescrito",
"Superscript": "Sobrescrito",
"Direction left to right": "Da esquerda para direita",
"Direction right to left": "Da direita para esquerda",
"Remove formatting": "Remover formatação",
"Select all": "Selecionar tudo",
"Print document": "Imprimir documento",
"Clear MSOffice tags": "Limpar tags do MS Office",
"Clear Inline Font Specifications": "Limpar especificações de fontes inline",
"Split Block": "Dividir Bloco",
"Toggle Borders": "Mudar Bordas",
"Save as": "Salvar como",
"Insert/Overwrite": "Inserir/Sobrescrever",
"&mdash; format &mdash;": "&mdash; formato &mdash;",
"Heading 1": "Título 1",
"Heading 2": "Título 2",
"Heading 3": "Título 3",
"Heading 4": "Título 4",
"Heading 5": "Título 5",
"Heading 6": "Título 6",
"Normal": "Normal",
"Address": "Endereço",
"Formatted": "Formatado",
"&mdash; font &mdash;": "&mdash; fonte &mdash;",
"&mdash; size &mdash;": "&mdash; tamanho &mdash;",
"Ordered List": "Lista Numerada",
"Bulleted List": "Lista Marcadores",
"Decrease Indent": "Diminuir Indentação",
"Increase Indent": "Aumentar Indentação",
"Font Color": "Cor da Fonte",
"Background Color": "Cor do Fundo",
"Horizontal Rule": "Linha Horizontal",
"Insert Web Link": "Inserir Link",
"Insert/Modify Image": "Inserir/Modificar Imagem",
"Insert Table": "Inserir Tabela",
"Toggle HTML Source": "Ver Código-Fonte",
"Enlarge Editor": "Expandir Editor",
"About this editor": "Sobre este editor",
"Help using editor": "Ajuda - Usando o editor"
}

View File

@ -1,143 +0,0 @@
// I18N constants
// LANG: "pt_pt", ENCODING: UTF-8 | ISO-8859-1
// Author: João P Matos, jmatos@math.ist.utl.pt
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "pt_pt",
tooltips: {
bold: "Negrito",
italic: "Itálico",
underline: "Sublinhado",
strikethrough: "Riscado",
subscript: "Subscrito",
superscript: "Superescrito",
justifyleft: "Alinhado à esquerda",
justifycenter: "Centrado",
justifyright: "Alinhado à direita",
justifyfull: "Justificado",
orderedlist: "Lista ordenada",
unorderedlist: "Lista não ordenada",
outdent: "Diminuir a indentação",
indent: "Aumentar a indentação",
forecolor: "Cor do texto",
hilitecolor: "Cor de ênfase",
horizontalrule: "Linha horizontal",
createlink: "Inserir uma hiperligação",
insertimage: "Inserir/Modificar uma imagem",
inserttable: "Inserir uma tabela",
htmlmode: "Mostrar código fonte",
popupeditor: "Alargar o editor",
about: "A propósito do editor",
showhelp: "Ajuda do editor",
textindicator: "Estilo corrente",
undo: "Anular a última acção",
redo: "Repetir a última acção",
cut: "Cortar",
copy: "Copiar",
paste: "Colar",
lefttoright: "Da esquerda para a direita",
righttoleft: "Da direita para a esquerda"
},
buttons: {
"ok": "OK",
"cancel": "Cancelar"
},
msg: {
"Path": "Caminho",
"TEXT_MODE": "Está em MODO TEXTO. Premir o botão [<>] para regressar ao modo gráfico.",
"IE-sucks-full-screen" :
// translate here
"O modo de écrã completo pode causar problemas ao IE, " +
"devido a problemas deste que foram impossíveis de evitar. " +
"Os sintomas podem ser erros no écrã, a falta de " +
"funções no editor ou flahas catastróficas aletórias do sistema operativo. Se o seu " +
"sistema é Windows 9x, é possível que sofra um erro de tipo " +
"'General Protection Fault' e que tenha de recomeçar o seu computador." +
"\n\nConsidere-se avisado. Prima OK se deseja mesmo assim " +
"testar o modo de écrã."
},
dialogs: {
"OK" : "OK",
"Cancel" : "Cancelar",
"Alignment:" : "Alinhamento:",
"Not set" : "Não definido",
"Left" : "Esquerda",
"Right" : "Direita",
"Texttop" : "Topo do texto",
"Absmiddle" : "Absmiddle",
"Baseline" : "Linha base",
"Absbottom" : "Absbottom",
"Bottom" : "Fundo",
"Middle" : "Meio",
"Top" : "Topo",
"Layout" : "Formatação",
"Spacing" : "Espaçamento",
"Horizontal:" : "Horizontal:",
"Horizontal padding" : "Enchimento horizontal",
"Vertical:" : "Vertical:",
"Vertical padding" : "Enchimento vertical",
"Border thickness:" : "Espessura do bordo:",
"Leave empty for no border" : "Deixar vazio para ausência de bordo",
// Insert Link
"Insert/Modify Link" : "Inserir/Modificar ligação",
"None (use implicit)" : "Nenhum (por omissão)",
"New window (_blank)" : "Nova janela (_blank)",
"Same frame (_self)" : "Mesmo caixilho (_self)",
"Top frame (_top)" : "Caixilho de topo (_top)",
"Other" : "Outro",
"Target:" : "Alvo:",
"Title (tooltip):" : "Título (tooltip):",
"URL:" : "Endereço web:",
"You must enter the URL where this link points to" : "Deve introduzir o endereço da ligação",
// Insert Table
"Insert Table" : "Inserir Tabela",
"Rows:" : "Linhas:",
"Number of rows" : "Número de linhas",
"Cols:" : "Colunas:",
"Number of columns" : "Número de colunas",
"Width:" : "Largura:",
"Width of the table" : "Largura da tabela",
"Percent" : "Percentagem",
"Pixels" : "Pixéis",
"Em" : "Em",
"Width unit" : "Unidade de largura",
"Positioning of this table" : "Posicionamento da tabela",
"Cell spacing:" : "Espaçamento da célula:",
"Space between adjacent cells" : "Espaço entre células adjacentes",
"Cell padding:" : "Enchimento da célula:",
"Space between content and border in cell" : "Espaço entre conteúdo e bordo da célula",
// Insert Image
"Insert Image" : "Inserir imagem",
"Image URL:" : "Endereço da imagem:",
"Enter the image URL here" : "Introduza o endereço da imagem aqui",
"Preview" : "Previsão",
"Preview the image in a new window" : "Prever a imagem numa nova janela",
"Alternate text:" : "Texto alternativo:",
"For browsers that don't support images" : "Para navegadores que não suportam imagens",
"Positioning of this image" : "Posicionamento desta imagem",
"Image Preview:" : "Previsão da imagem:"
}
};

View File

@ -12,69 +12,52 @@
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "ro",
tooltips: {
bold: "Îngroşat",
italic: "Italic",
underline: "Subliniat",
strikethrough: "Tăiat",
subscript: "Indice jos",
superscript: "Indice sus",
justifyleft: "Aliniere la stânga",
justifycenter: "Aliniere pe centru",
justifyright: "Aliniere la dreapta",
justifyfull: "Aliniere în ambele părţi",
orderedlist: "Listă ordonată",
unorderedlist: "Listă marcată",
outdent: "Micşorează alineatul",
indent: "Măreşte alineatul",
forecolor: "Culoarea textului",
hilitecolor: "Culoare de fundal",
horizontalrule: "Linie orizontală",
createlink: "Inserează/modifică link",
insertimage: "Inserează/modifică imagine",
inserttable: "Inserează un tabel",
htmlmode: "Sursa HTML / WYSIWYG",
popupeditor: "Maximizează editorul",
about: "Despre editor",
showhelp: "Documentaţie (devel)",
textindicator: "Stilul curent",
undo: "Anulează ultima acţiune",
redo: "Reface ultima acţiune anulată",
cut: "Taie în clipboard",
copy: "Copie în clipboard",
paste: "Aduce din clipboard",
lefttoright: "Direcţia de scriere: stânga - dreapta",
righttoleft: "Direcţia de scriere: dreapta - stânga"
},
buttons: {
"ok": "OK",
"cancel": "Anulează"
},
msg: {
"Path": "Calea",
"TEXT_MODE": "Eşti în modul TEXT. Apasă butonul [<>] pentru a te întoarce în modul WYSIWYG."
},
dialogs: {
"Cancel" : "Renunţă",
"Insert/Modify Link" : "Inserează/modifcă link",
"New window (_blank)" : "Fereastră nouă (_blank)",
"None (use implicit)" : "Nimic (foloseşte ce-i implicit)",
"OK" : "Acceptă",
"Other" : "Alt target",
"Same frame (_self)" : "Aceeaşi fereastră (_self)",
"Target:" : "Ţinta:",
"Title (tooltip):" : "Titlul (tooltip):",
"Top frame (_top)" : "Fereastra principală (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Trebuie să introduceţi un URL"
}
};
{
"Bold": "Îngroşat",
"Italic": "Italic",
"Underline": "Subliniat",
"Strikethrough": "Tăiat",
"Subscript": "Indice jos",
"Superscript": "Indice sus",
"Justify Left": "Aliniere la stânga",
"Justify Center": "Aliniere pe centru",
"Justify Right": "Aliniere la dreapta",
"Justify Full": "Aliniere în ambele părţi",
"Ordered List": "Listă ordonată",
"Bulleted List": "Listă marcată",
"Decrease Indent": "Micşorează alineatul",
"Increase Indent": "Măreşte alineatul",
"Font Color": "Culoarea textului",
"Background Color": "Culoare de fundal",
"Horizontal Rule": "Linie orizontală",
"Insert Web Link": "Inserează/modifică link",
"Insert/Modify Image": "Inserează/modifică imagine",
"Insert Table": "Inserează un tabel",
"Toggle HTML Source": "Sursa HTML / WYSIWYG",
"Enlarge Editor": "Maximizează editorul",
"About this editor": "Despre editor",
"Help using editor": "Documentaţie (devel)",
"Current style": "Stilul curent",
"Undoes your last action": "Anulează ultima acţiune",
"Redoes your last action": "Reface ultima acţiune anulată",
"Cut selection": "Taie în clipboard",
"Copy selection": "Copie în clipboard",
"Paste from clipboard": "Aduce din clipboard",
"Direction left to right": "Direcţia de scriere: stânga - dreapta",
"Direction right to left": "Direcţia de scriere: dreapta - stânga",
"OK": "OK",
"Cancel": "Anulează",
"Path": "Calea",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Eşti în modul TEXT. Apasă butonul [<>] pentru a te întoarce în modul WYSIWYG.",
"Cancel": "Renunţă",
"Insert/Modify Link": "Inserează/modifcă link",
"New window (_blank)": "Fereastră nouă (_blank)",
"None (use implicit)": "Nimic (foloseşte ce-i implicit)",
"Other": "Alt target",
"Same frame (_self)": "Aceeaşi fereastră (_self)",
"Target:": "Ţinta:",
"Title (tooltip):": "Titlul (tooltip):",
"Top frame (_top)": "Fereastra principală (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "Trebuie să introduceţi un URL"
}

View File

@ -1,63 +1,185 @@
// I18N constants
// LANG: "ru", ENCODING: UTF-8 | ISO-8859-1
// Author: Yulya Shtyryakova, <yulya@vdcom.ru>
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "ru",
tooltips: {
bold: "Полужирный",
italic: "Наклонный",
underline: "Подчеркнутый",
strikethrough: "Перечеркнутый",
subscript: "Нижний индекс",
superscript: "Верхний индекс",
justifyleft: "По левому краю",
justifycenter: "По центру",
justifyright: "По правому краю",
justifyfull: "По ширине",
orderedlist: "Нумерованный лист",
unorderedlist: "Маркированный лист",
outdent: "Уменьшить отступ",
indent: "Увеличить отступ",
forecolor: "Цвет шрифта",
hilitecolor: "Цвет фона",
horizontalrule: "Горизонтальный разделитель",
createlink: "Вставить гиперссылку",
insertimage: "Вставить изображение",
inserttable: "Вставить таблицу",
htmlmode: "Показать Html-код",
popupeditor: "Увеличить редактор",
about: "О редакторе",
showhelp: "Помощь",
textindicator: "Текущий стиль",
undo: "Отменить",
redo: "Повторить",
cut: "Вырезать",
copy: "Копировать",
paste: "Вставить"
},
buttons: {
"ok": "OK",
"cancel": "Отмена"
},
msg: {
"Path": "Путь",
"TEXT_MODE": "Вы в режиме отображения Html-кода. нажмите кнопку [<>], чтобы переключиться в визуальный режим."
}
};
// I18N constants
// LANG: "ru", ENCODING: UTF-8
// Author: Yulya Shtyryakova, <yulya@vdcom.ru>
// Some additions by: Alexey Kirpichnikov, <alexkir@kiwistudio.ru>
// I took French version as a source of English phrases because French version was the most comprehensive
// (fr.js was the largest file, actually) %)
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
{
"Bold": "Полужирный",
"Italic": "Наклонный",
"Underline": "Подчеркнутый",
"Strikethrough": "Перечеркнутый",
"Subscript": "Нижний индекс",
"Superscript": "Верхний индекс",
"Justify Left": "По левому краю",
"Justify Center": "По центру",
"Justify Right": "По правому краю",
"Justify Full": "По ширине",
"Ordered List": "Нумерованный список",
"Bulleted List": "Маркированный список",
"Decrease Indent": "Уменьшить отступ",
"Increase Indent": "Увеличить отступ",
"Font Color": "Цвет шрифта",
"Background Color": "Цвет фона",
"Horizontal Rule": "Горизонтальный разделитель",
"Insert Web Link": "Вставить гиперссылку",
"Insert/Modify Image": "Вставить изображение",
"Insert Table": "Вставить таблицу",
"Toggle HTML Source": "Показать Html-код",
"Enlarge Editor": "Увеличить редактор",
"About this editor": "О редакторе",
"Help using editor": "Помощь",
"Current style": "Текущий стиль",
"Undoes your last action": "Отменить",
"Redoes your last action": "Повторить",
"Cut selection": "Вырезать",
"Copy selection": "Копировать",
"Paste from clipboard": "Вставить",
"Direction left to right": "Направление слева направо",
"Direction right to left": "Направление справа налево",
"Remove formatting": "Убрать форматирование",
"Select all": "Выделить все",
"Print document": "Печать",
"Clear MSOffice tags": "Удалить разметку MSOffice",
"Clear Inline Font Specifications": "Удалить непосредственное задание шрифтов",
"Would you like to clear font typefaces?": "Удалить типы шрифтов?",
"Would you like to clear font sizes?": "Удалить размеры шрифтов ?",
"Would you like to clear font colours?": "Удалить цвета шрифтов ?",
"Split Block": "Разделить блок",
"Toggle Borders": "Включить/выключить отображение границ",
"Save as": "Сохранить как",
"Insert/Overwrite": "Вставка/замена",
"&mdash; format &mdash;": "&mdash; форматирование &mdash;",
"Heading 1": "Заголовок 1",
"Heading 2": "Заголовок 2",
"Heading 3": "Заголовок 3",
"Heading 4": "Заголовок 4",
"Heading 5": "Заголовок 5",
"Heading 6": "Заголовок 6",
"Normal": "Обычный текст",
"Address": "Адрес",
"Formatted": "Отформатированный текст",
"&mdash; font &mdash;": "&mdash; шрифт &mdash;",
"&mdash; size &mdash;": "&mdash; размер &mdash;",
// Диалоги
"OK": "OK",
"Cancel": "Отмена",
"Path": "Путь",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Вы в режиме отображения Html-кода. нажмите кнопку [<>], чтобы переключиться в визуальный режим.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Кнопка Вставить не работает в браузерах на основе Mozilla (по техническим причинам, связанным с безопасностью). Нажмите Ctrl-V на клавиатуре, чтобы вставить.",
"Your Document is not well formed. Check JavaScript console for details.": "Ваш документ неправильно сформирован. Посмотрите Консоль JavaScript, чтобы узнать подробности.",
"Alignment:": "Выравнивание",
"Not set": "Не установлено",
"Left": "По левому краю",
"Right": "По правому краю",
"Texttop": "По верхней границе текста",
"Absmiddle": "По середине текста",
"Baseline": "По нижней границе текста",
"Absbottom": "По нижней границе",
"Bottom": "По нижнему краю",
"Middle": "Посредине",
"Top": "По верхнему краю",
"Layout": "Расположение",
"Spacing": "Поля",
"Horizontal:": "По горизонтали",
"Horizontal padding": "Горизонтальные поля",
"Vertical:": "По вертикали",
"Vertical padding": "Вертикальные поля",
"Border thickness:": "Толщина рамки",
"Leave empty for no border": "Оставьте пустым, чтобы убрать рамку",
//Insert Link
"Insert/Modify Link": "Вставка/изменение ссылки",
"None (use implicit)": "По умолчанию",
"New window (_blank)": "Новое окно (_blank)",
"Same frame (_self)": "То же окно (_self)",
"Top frame (_top)": "Родительское окно (_top)",
"Other": "Другое",
"Target:": "Открывать в окне:",
"Title (tooltip):": "Всплывающая подсказка",
"URL:": "URL:",
"You must enter the URL where this link points to": "Вы должны указать URL, на который будет указывать ссылка",
"You need to select some text before creating a link": "Вы должны выделить текст, который будет преобразован в ссылку",
// Insert Table
"Insert Table": "Вставка таблицы",
"Rows:": "Строки",
"Number of rows": "Количество строк",
"Cols:": "Столбцы",
"Number of columns": "Количество столбцов",
"Width:": "Ширина",
"Width of the table": "Ширина таблицы",
"Percent": "проценты",
"Pixels": "пикселы",
"Em": "em",
"Width unit": "Единицы измерения",
"Fixed width columns": "Столбцы фиксированной ширины",
"Positioning of this table": "Расположение таблицы",
"Cell spacing:": "Расстояние между ячейками",
"Space between adjacent cells": "Расстояние между соседними ячейками",
"Cell padding:": "Поля в ячейках",
"Space between content and border in cell": "Расстояние между границей ячейки и текстом",
"You must enter a number of rows": "Вы должны ввести количество строк",
"You must enter a number of columns": "Вы должны ввести количество столбцов",
// Insert Image
"Insert Image": "Вставка изображения",
"Image URL:": "URL изображения",
"Enter the image URL here": "Вставьте адрес изображения",
"Preview": "Предварительный просмотр",
"Preview the image in a new window": "Предварительный просмотр в отдельном окне",
"Alternate text:": "Альтернативный текст",
"For browsers that don't support images": "Для браузеров, которые не отображают картинки",
"Positioning of this image": "Расположение изображения",
"Image Preview:": "Предварительный просмотр",
"You must enter the URL": "Вы должны ввести URL",
// Editor Help
"Xinha Help": "Помощь",
"Editor Help": "Помощь",
"Keyboard shortcuts": "Горячие клавиши",
"The editor provides the following key combinations:": "Редактор поддерживает следующие комбинации клавиш:",
"ENTER": "ENTER",
"new paragraph": "новый абзац",
"SHIFT-ENTER": "SHIFT+ENTER",
"insert linebreak": "перенос строки",
"Set format to paragraph": "Отформатировать абзац",
"Clean content pasted from Word": "Очистить текст, вставленный из Word",
"Headings": "Заголовки",
"Close": "Закрыть",
// Loading messages
"Loading in progress. Please wait !": "Загрузка... Пожалуйста, подождите.",
"Constructing main object": "Создание главного объекта",
"Constructing object": "Создание объекта",
"Register panel right": "Регистрация правой панели",
"Register panel left": "Регистрация левой панели",
"Register panel top": "Регистрация верхней панели",
"Register panel bottom": "Регистрация нижней панели",
"Create Toolbar": "Создание панели инструментов",
"Create StatusBar": "Создание панели состояния",
"Generate Xinha object": "Создание объекта Xinha",
"Init editor size": "Инициализация размера редактора",
"Init IFrame": "инициализация iframe",
"Register plugin $plugin": "Регистрация $plugin"
};

View File

@ -1,79 +0,0 @@
// Norwegian version for htmlArea v3.0 - pre1
// - translated by ses<ses@online.no>
// Additional translations by Håvard Wigtil <havardw@extend.no>
// term´s and licenses are equal to htmlarea!
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "no",
tooltips: {
bold: "Fet",
italic: "Kursiv",
underline: "Understruket",
strikethrough: "Gjennomstruket",
subscript: "Nedsäknt",
superscript: "upphöjt",
justifyleft: "Vänsterställt",
justifycenter: "Mittställt",
justifyright: "Högerställt",
justifyfull: "Marginaler",
orderedlist: "Numrerad lista",
unorderedlist: "Punktlista",
outdent: "Reducera indrag",
indent: "Öka indrag",
forecolor: "Textfärg",
hilitecolor: "Bakgrundsfärg",
inserthorizontalrule: "Vågrätt linje",
createlink: "Skapa länk",
insertimage: "Infoga bilda",
inserttable: "Infoga tabell",
htmlmode: "Visa källkod",
popupeditor: "Visa i eget fönster",
about: "Om denna editor",
showhelp: "Hjälp",
textindicator: "Nuvarande stil",
undo: "Ångra sista redigering",
redo: "Gjör om sista ångring",
cut: "Klipp ut",
copy: "Kopiera",
paste: "Klistra in",
lefttoright: "Från vänster till höger",
righttoleft: "Från höger till vänster"
},
buttons: {
"ok": "OK",
"cancel": "Avbryt"
},
msg: {
"Path": "Tekstvelger",
"TEXT_MODE": "Du är i textläge Klicka på [<>] för att gå tilbaka till WYSIWIG.",
"IE-sucks-full-screen" :
// translate here
"Visning i eget vindu har kjente problemer med Internet Explorer, " +
"på grunn av problemer med denne nettleseren. Mulige problemer er et uryddig " +
"skjermbilde, manglende editorfunksjoner og/eller at nettleseren crasher. Hvis du bruker Windows 95 eller Windows 98 " +
"er det også muligheter for at Windows will crashe.\n\n" +
"Trykk 'OK' hvis du vil bruke visning i eget vindu på tross av denne advarselen."
},
dialogs: {
"Cancel" : "Avbryt",
"Insert/Modify Link" : "Redigera lenk",
"New window (_blank)" : "Eget fönster (_blank)",
"None (use implicit)" : "Ingen (använd standardinnställning)",
"OK" : "OK",
"Other" : "Annan",
"Same frame (_self)" : "Samma ram (_self)",
"Target:" : "Mål:",
"Title (tooltip):" : "Titel (tooltip):",
"Top frame (_top)" : "Toppramm (_top)",
"URL:" : "Adress:",
"You must enter the URL where this link points to" : "Du måste skriva in en adress som denna länken skall peka på"
}
};

140
htmlarea/lang/sh.js Normal file
View File

@ -0,0 +1,140 @@
// I18N constants
// LANG: "sh", ENCODING: UTF-8 | ISO-8859-2
// Author: Ljuba Ranković, http://www.rankovic.net/ljubar
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
{
"Bold": "Masno",
"Italic": "Kurziv",
"Underline": "Podvučeno",
"Strikethrough": "Precrtano",
"Subscript": "Indeks-tekst",
"Superscript": "Eksponent-tekst",
"Justify Left":"Ravnanje ulevo",
"Justify Center": "Ravnanje po simetrali",
"Justify Right": "Ravnanje udesno",
"Justify Full": "Puno ravnanje",
"Ordered List": "Lista sa rednim brojevima",
"Bulleted List": "Lista sa simbolima",
"Decrease Indent": "smanji uvlačenje",
"Increase Indent": "Povećaj uvlačenje",
"Font Color": "Boja slova",
"Background Color": "Boja pozadine",
"Horizontal Rule": "Horizontalna linija",
"Insert Web Link": "Dodaj web link",
"Insert/Modify Image": "Dodaj/promeni sliku",
"Insert Table": "Ubaci tabelu",
"Toggle HTML Source": "Prebaci na HTML kod",
"Enlarge Editor": "Povećaj editor",
"About this editor": "O ovom editoru",
"Help using editor": "Pomoć pri korišćenju editora",
"Current style": "Važeći stil",
"Undoes your last action": "Poništava poslednju radnju",
"Redoes your last action": "Vraća poslednju radnju",
"Cut selection": "Iseci izabrano",
"Copy selection": "Kopiraj izabrano",
"Paste from clipboard": "Zalepi iz klipborda",
"Direction left to right": "Pravac s leva na desno",
"Direction right to left": "Pravac s desna na levo",
"Remove formatting": "Ukoni formatiranje",
"Select all": "Izaberi sve",
"Print document": "Štampaj dokument",
"Clear MSOffice tags": "Obriši MSOffice tagove",
"Clear Inline Font Specifications": "Obriši dodeljene osobine fonta",
"Split Block": "Podeli blok",
"Toggle Borders": "Izmeni okvire",
"&mdash; format &mdash;": "&mdash; Format &mdash;",
"Heading 1": "Zaglavlje 1",
"Heading 2": "Zaglavlje 2",
"Heading 3": "Zaglavlje 3",
"Heading 4": "Zaglavlje 4",
"Heading 5": "Zaglavlje 5",
"Heading 6": "Zaglavlje 6",
"Normal": "Običan",
"Address": "Adresa",
"Formatted": "Formatiran",
// dialogs
"OK": "OK",
"Cancel": "Poništi",
"Path": "Putanja",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Nalazite se u TEXT režimu. Koristite [<>] dugme za povratak na WYSIWYG.",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "",
"Alignment:": "Ravnanje",
"Not set": "Nije postavljeno",
"Left": "Levo",
"Right": "Desno",
"Texttop": "Vrh teksta",
"Absmiddle": "Apsolutna sredina",
"Baseline": "Donja linija",
"Absbottom": "Apsolutno dno",
"Bottom": "Dno",
"Middle": "Sredina",
"Top": "Vrh",
"Layout": "Prelom",
"Spacing": "Razmak",
"Horizontal:": "Po horizontali",
"Horizontal padding": "Horizontalno odstojanje",
"Vertical:": "Po vertikali",
"Vertical padding": "Vertikalno odstojanje",
"Border thickness:": "Debljina okvira",
"Leave empty for no border": "Ostavi prazno kad nema okvira",
// Insert Link
"Insert/Modify Link": "Dodaj/promeni Link",
"None (use implicit)": "koristi podrazumevano",
"New window (_blank)": "Novom prozoru (_blank)",
"Same frame (_self)": "Isti frejm (_self)",
"Top frame (_top)": "Glavni frejm (_top)",
"Other": "Drugo",
"Target:": "Otvori u:",
"Title (tooltip):": "Naziv (tooltip):",
"URL:": "URL:",
"You must enter the URL where this link points to": "Morate uneti URL na koji vodi ovaj link",
// Insert Table
"Insert Table": "Ubaci tabelu",
"Rows:": "Redovi",
"Number of rows": "Broj redova",
"Cols:": "Kolone",
"Number of columns": "Broj kolona",
"Width:": "Širina",
"Width of the table": "Širina tabele",
"Percent": "Procenat",
"Pixels": "Pikseli",
"Em": "Em",
"Width unit": "Jedinica širine",
"Fixed width columns": "Fiksirana širina kolona",
"Positioning of this table": "Postavljanje ove tabele",
"Cell spacing:": "Rastojanje ćelija",
"Space between adjacent cells": "Rastojanje naspramnih ćelija",
"Cell padding:": "Unutrašnja odstojanja u ćeliji",
"Space between content and border in cell": "Rastojanje između sadržaja i okvira ćelije",
// Insert Image
"Insert Image": "Ubaci sliku",
"Image URL:": "URL slike",
"Enter the image URL here": "Unesite URL slike ovde",
"Preview": "Pregled",
"Preview the image in a new window": "Pregledaj sliku u novom prozoru",
"Alternate text:": "Alternativni tekst",
"For browsers that don't support images": "Za pretraživače koji ne podržavaju slike",
"Positioning of this image": "Postavljanje ove slike",
"Image Preview:": "Pregled slike",
// Select Color popup
"Select Color": "Izaberite boju"
};

View File

@ -1,63 +1,50 @@
// I18N constants
// LANG: "si", ENCODING: ISO-8859-2
// Author: Tomaz Kregar, x_tomo_x@email.si
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "si",
tooltips: {
bold: "Krepko",
italic: "Le<4C>e<EFBFBD>e",
underline: "Pod<6F>rtano",
strikethrough: "Pre<EFBFBD>rtano",
subscript: "Podpisano",
superscript: "Nadpisano",
justifyleft: "Poravnaj levo",
justifycenter: "Na sredino",
justifyright: "Poravnaj desno",
justifyfull: "Porazdeli vsebino",
orderedlist: "O<>tevil<69>evanje",
unorderedlist: "Ozna<EFBFBD>evanje",
outdent: "Zmanj<6E>aj zamik",
indent: "Pove<76>aj zamik",
forecolor: "Barva pisave",
hilitecolor: "Barva ozadja",
horizontalrule: "Vodoravna <20>rta",
createlink: "Vstavi hiperpovezavo",
insertimage: "Vstavi sliko",
inserttable: "Vstavi tabelo",
htmlmode: "Preklopi na HTML kodo",
popupeditor: "Pove<76>aj urejevalnik",
about: "Vizitka za urejevalnik",
showhelp: "Pomo<6D> za urejevalnik",
textindicator: "Trenutni slog",
undo: "Razveljavi zadnjo akcijo",
redo: "Uveljavi zadnjo akcijo",
cut: "Izre<72>i",
copy: "Kopiraj",
paste: "Prilepi"
},
buttons: {
"ok": "V redu",
"cancel": "Prekli<6C>i"
},
msg: {
"Path": "Pot",
"TEXT_MODE": "Si v tekstovnem na<6E>inu. Uporabi [<>] gumb za prklop nazaj na WYSIWYG."
}
};
// I18N constants
// LANG: "si", ENCODING: UTF-8
// Author: Tomaz Kregar, x_tomo_x@email.si
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
{
"Bold": "Krepko",
"Italic": "Ležeče",
"Underline": "Podčrtano",
"Strikethrough": "Prečrtano",
"Subscript": "Podpisano",
"Superscript": "Nadpisano",
"Justify Left": "Poravnaj levo",
"Justify Center": "Na sredino",
"Justify Right": "Poravnaj desno",
"Justify Full": "Porazdeli vsebino",
"Ordered List": "Oštevilčevanje",
"Bulleted List": "Označevanje",
"Decrease Indent": "Zmanjšaj zamik",
"Increase Indent": "Povečaj zamik",
"Font Color": "Barva pisave",
"Background Color": "Barva ozadja",
"Horizontal Rule": "Vodoravna črta",
"Insert Web Link": "Vstavi hiperpovezavo",
"Insert/Modify Image": "Vstavi sliko",
"Insert Table": "Vstavi tabelo",
"Toggle HTML Source": "Preklopi na HTML kodo",
"Enlarge Editor": "Povečaj urejevalnik",
"About this editor": "Vizitka za urejevalnik",
"Help using editor": "Pomoč za urejevalnik",
"Current style": "Trenutni slog",
"Undoes your last action": "Razveljavi zadnjo akcijo",
"Redoes your last action": "Uveljavi zadnjo akcijo",
"Cut selection": "Izreži",
"Copy selection": "Kopiraj",
"Paste from clipboard": "Prilepi",
"OK": "V redu",
"Cancel": "Prekliči",
"Path": "Pot",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Si v tekstovnem načinu. Uporabi [<>] gumb za prklop nazaj na WYSIWYG."
}

140
htmlarea/lang/sr.js Normal file
View File

@ -0,0 +1,140 @@
// I18N constants
// LANG: "sh", ENCODING: UTF-8 | ISO-8859-5
// Author: Ljuba Ranković, http://www.rankovic.net/ljubar
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
{
"Bold": "Масно",
"Italic": "Курзив",
"Underline": "Подвучено",
"Strikethrough": "Прецртано",
"Subscript": "Индекс-текст",
"Superscript": "Експонент-текст",
"Justify Left": "Равнање улево",
"Justify Center": "Равнање по симетрали",
"Justify Right": "Равнање удесно",
"Justify Full": "Пуно равнање",
"Ordered List": "Листа са редним бројевима",
"Bulleted List": "Листа са симболима",
"Decrease Indent": "Смањи увлачење",
"Increase Indent": "Повећај увлачење",
"Font Color": "Боја слова",
"Background Color": "Боја позадине",
"Horizontal Rule": "Хоризонтална линија",
"Insert Web Link": "додај веб линк",
"Insert/Modify Image": "додај/промени слику",
"Insert Table": "Убаци табелу",
"Toggle HTML Source": "Пребаци на приказ ХТМЛ кода",
"Enlarge Editor": "Повећај едитор",
"About this editor": "О овом едитору",
"Help using editor": "Помоћ при коришћењу едитора",
"Current style": "Важећи стил",
"Undoes your last action": "Поништава последњу радњу",
"Redoes your last action": "Враћа последњу радњу",
"Cut selection": "Исеци изабрано",
"Copy selection": "Копирај изабрано",
"Paste from clipboard": "Залепи из клипборда",
"Direction left to right": "Правац с лева на десно",
"Direction right to left": "Правац с десна на лево",
"Remove formatting": "Уклони форматирање",
"Select all": "Изабери све",
"Print document": "Штампај документ",
"Clear MSOffice tags": "Обриши MSOffice тагове",
"Clear Inline Font Specifications": "Обриши примењене особине фонта",
"Split Block": "Подели блок",
"Toggle Borders": "Пребаци оквирне линије",
"&mdash; format &mdash;": "&mdash; Format &mdash;",
"Heading 1": "Заглавље 1",
"Heading 2": "Заглавље 2",
"Heading 3": "Заглавље 3",
"Heading 4": "Заглавље 4",
"Heading 5": "Заглавље 5",
"Heading 6": "Заглавље 6",
"Normal": "обичан",
"Address": "адреса",
"Formatted": "форматиран",
// dialogs
"OK": "OK",
"Cancel": "Поништи",
"Path": "Путања",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Налазите се у ТЕКСТ режиму. Користите [<>] дугме за повратак на ШВТИД (WYSIWYG).",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Дугме 'залепи' не ради у претраживачима породице Mozilla (из разлога сигурности). Притисните CTRL-V на тастатури да директно залепите.",
"Alignment:": "Равнање",
"Not set": "Није постављено",
"Left": "Лево",
"Right": "Десно",
"Texttop": "Врх текста",
"Absmiddle": "Апсолутна средина",
"Baseline": "Доња линија",
"Absbottom": "Апсолутно дно",
"Bottom": "Дно",
"Middle": "Средина",
"Top": "Врх",
"Layout": "Прелом",
"Spacing": "Размак",
"Horizontal:": "По хоризонтали",
"Horizontal padding": "Хортизонтално одстојање",
"Vertical:": "По вертикали",
"Vertical padding": "Вертикално одстојање",
"Border thickness:": "Дебљина оквира",
"Leave empty for no border": "Остави празно кад нема оквира",
// Insert Link
"Insert/Modify Link": "додај/промени линк",
"None (use implicit)": "користи подразумевано",
"New window (_blank)": "Новом прозору (_blank)",
"Same frame (_self)": "Исти фрејм (_self)",
"Top frame (_top)": "Главни фрејм (_top)",
"Other": "Друго",
"Target:": "Отвори у:",
"Title (tooltip):": "Назив (tooltip):",
"URL:": "УРЛ:",
"You must enter the URL where this link points to": "Морате унети УРЛ на који води овај линк",
// Insert Table
"Insert Table": "Убаци табелу",
"Rows:": "Редови",
"Number of rows": "Број редова",
"Cols:": "Колоне",
"Number of columns": "Број колона",
"Width:": "Ширина",
"Width of the table": "Ширина табеле",
"Percent": "Процената",
"Pixels": "Пиксела",
"Em": "Ем",
"Width unit": "Јединица ширине",
"Fixed width columns": "Фиксирана ширина колоне",
"Positioning of this table": "Постављање ове табеле",
"Cell spacing:": "Размак између ћелија",
"Space between adjacent cells": "Размак између наспрамних ћелија",
"Cell padding:": "Унутрашња одстојања од ивица ћелије",
"Space between content and border in cell": "Растојање између садржаја у ћелији и њеног оквира",
// Insert Image
"Insert Image": "Убаци слику",
"Image URL:": "УРЛ слике",
"Enter the image URL here": "Унесите УРЛ слике овде",
"Preview": "Преглед",
"Preview the image in a new window": "Прегледај слику у новом прозору",
"Alternate text:": "алтернативни текст",
"For browsers that don't support images": "За претраживаче који не подржавају слике",
"Positioning of this image": "Постављање ове слике",
"Image Preview:": "Преглед слике",
// Select Color popup
"Select Color": "Изабери боју"
};

116
htmlarea/lang/sv.js Normal file
View File

@ -0,0 +1,116 @@
// I18N constants
// LANG: "sv", ENCODING: UTF-8
// Swedish version for htmlArea v3.0
// Initital translation by pat <pat@engvall.nu>
// Synced with additional contants in rev. 477 (Mar 2006) by Thomas Loo <tloo@saltstorm.net>
{
"Bold": "Fet",
"Italic": "Kursiv",
"Underline": "Understruken",
"Strikethrough": "Genomstruken",
"Subscript": "Nedsänkt",
"Superscript": "Upphöjd",
"Justify Left": "Vänsterjustera",
"Justify Center": "Centrera",
"Justify Right": "Högerjustera",
"Justify Full": "Marginaljustera",
"Ordered List": "Numrerad lista",
"Bulleted List": "Punktlista",
"Decrease Indent": "Minska indrag",
"Increase Indent": "Öka indrag",
"Font Color": "Textfärg",
"Background Color": "Bakgrundsfärg",
"Horizontal Rule": "Vågrät linje",
"Insert Web Link": "Infoga länk",
"Insert/Modify Image": "Infoga bild",
"Toggle HTML Source": "Visa källkod",
"Enlarge Editor": "Visa i eget fönster",
"About this editor": "Om denna editor",
"Help using editor": "Hjälp",
"Current style": "Nuvarande stil",
"Undoes your last action": "Ångra kommando",
"Redoes your last action": "Upprepa kommando",
"Select all": "Markera allt",
"Print document": "Skriv ut",
"Clear MSOffice tags": "Städa bort MS Office taggar",
"Clear Inline Font Specifications": "Rensa inbäddad typsnittsinformation",
"Remove formatting": "Rensa formattering",
"Toggle Borders": "Objektramar",
"Split Block": "Dela block",
"Direction left to right": "Vänster till höger",
"Direction right to left": "Höger till vänster",
"Insert/Overwrite": "Infoga/Skriv över",
"OK": "OK",
"Cancel": "Avbryt",
"Path": "Objekt",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Du befinner dig i texläge. Klicka på ikonen [<>] ovan för att växla tillbaka till WYSIWIG läge",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "Visning i fullskärmsläga fungerar dåligt i din webläsare. Möjliga problem resulterar i en ryckig editor, saknade editorfunktioner och/eller att webläsaren kraschar. Om du använder Windows 95/98 finns också möjligheten att Windows kraschar.\n\nTryck ",
"The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Denna knapp fungerar ej i Mozillabaserad webläsare, använd istället snabbtangenterna CTRL-V på tangentbordet för att klistra in.",
"Insert/Modify Link": "Redigera länk",
"New window (_blank)": "Nytt fönster (_blank)",
"None (use implicit)": "Ingen (använd standardinställing)",
"Other": "Annan",
"Same frame (_self)": "Samma ram (_self)",
"Target:": "Mål:",
"Title (tooltip):": "Titel (tooltip):",
"Top frame (_top)": "Toppram (_top)",
"URL:": "Sökväg:",
"You must enter the URL where this link points to": "Du måsta ange en adress till vilken länken skall peka på",
"Would you like to clear font typefaces?": "Radera alla typsnittsinformation ?",
"Would you like to clear font sizes?": "Radera alla fontstorlekar ?",
"Would you like to clear font colours?": "Ta bort all textfärger ?",
"You need to select some text before creating a link": "Du måsta markera ett objekt att applicera länken på!",
// Insert Table
"Insert Table": "Infoga tabell",
"Rows:": "Rader:",
"Number of rows": "Antal rader",
"Cols:": "Kolumner:",
"Number of columns": "Antal kolumner",
"Width:": "Bredd:",
"Width of the table": "Tabellbredd",
"Percent": "Procent",
"Pixels": "Pixlar",
"Em": "",
"Width unit": "Breddenheter",
"Fixed width columns": "Fixerad bredd",
"Alignment:": "Marginaljustering",
"Positioning of this table": "Tabellposition",
"Border thickness:": "Ramtjocklek",
"Leave empty for no border": "Lämna fältet tomt för att undvika ramar",
"Spacing": "Cellegenskaper",
"Cell spacing:": "Cellmarginaler:",
"Space between adjacent cells": "Utrymme mellan celler",
"Cell padding:": "Cellindrag:",
"Space between content and border in cell": "Utrymme mellan ram och cellinnehåll",
"You must enter a number of rows": "Ange ental rader",
"You must enter a number of columns": "Ange antal kolumner",
// Editor Help
"Keyboard shortcuts": "Snabbtangenter",
"The editor provides the following key combinations:": "Editorn nyttjar följande kombinationer:",
"new paragraph": "Ny paragraf ",
"insert linebreak": "Infoga radbrytning ",
"Set format to paragraph": "Aktivera paragrafläge",
"Clean content pasted from Word": "Rensa innehåll inklistrat från MS Word",
"Headings": "Skapa standardrubrik",
"Cut selection": "Klipp ut markering",
"Copy selection": "Kopiera markering",
"Paste from clipboard": "Klistra in",
"Close": "Stäng",
// Loading messages
"Loading in progress. Please wait !": "Editorn laddas. Vänta...",
"Constructing main object": "Skapar huvudobjekt",
"Create Toolbar": "Skapar verktygspanel",
"Register panel right": "Registerar panel höger",
"Register panel left": "Registerar panel vänster",
"Register panel top": "Registerar toppanel",
"Register panel bottom": "Registerar fotpanel"
}

50
htmlarea/lang/th.js Normal file
View File

@ -0,0 +1,50 @@
// I18N constants
// LANG: "th", ENCODING: UTF-8
// Author: Suchin Prasongbundit, <suchin@joolsoft.com>
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
{
"Bold": "ตัวหนา",
"Italic": "ตัวเอียง",
"Underline": "ขีดเส้นใต้",
"Strikethrough": "ขีดทับ",
"Subscript": "ตัวห้อย",
"Superscript": "ตัวยก",
"Justify Left": "จัดชิดซ้าย",
"Justify Center": "จัดกึ่งกลาง",
"Justify Right": "จัดชิดขวา",
"Justify Full": "จัดเต็มขอบ",
"Ordered List": "เลขลำดับ",
"Bulleted List": "ลำดับ",
"Decrease Indent": "ลดย่อหน้า",
"Increase Indent": "เพิ่มย่อหน้า",
"Font Color": "สีขอบแบบอักษร",
"Background Color": "สีพื้นหลัง",
"Horizontal Rule": "เส้นกึ่งกลาง",
"Insert Web Link": "ิเพิ่มลิ้งค์",
"Insert/Modify Image": "เพิ่ม/แก้ไขภาพ",
"Insert Table": "เพิ่มตาราง",
"Toggle HTML Source": "สลับการแสดงโค้ด HTML",
"Enlarge Editor": "ขยายให้เต็มจอ",
"About this editor": "เกี่ยวกับโปรแกรมนี้",
"Help using editor": "การใช้งานโปรแกรม",
"Current style": "รูปแบบปัจจุบัน",
"Undoes your last action": "ย้อนกลับ",
"Redoes your last action": "ทำซ้ำ",
"Cut selection": "ตัดส่วนที่เลือก",
"Copy selection": "สำเนาส่วนที่เลือก",
"Paste from clipboard": "วางจากคลิปบอร์ด",
"OK": "ตกลง",
"Cancel": "ยกเลิก",
"Path": "เส้นทาง",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "คุณอยู่ในโหมดธรรมดา กดที่ปุ่ม [<>] เพื่อสลับกลับไปยังโหมดพิมพ์งานแบบเวิร์ด"
}

View File

@ -3,75 +3,54 @@
// Author: Nguyễn Đình Nam, <hncryptologist@yahoo.com>
// Modified 21/07/2004 by Phạm Mai Quân <pmquan@4vn.org>
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "vn",
tooltips: {
bold: "Đậm",
italic: "Nghiêng",
underline: "Gạch Chân",
strikethrough: "Gạch Xóa",
subscript: "Viết Xuống Dưới",
superscript: "Viết Lên Trên",
justifyleft: "Căn Trái",
justifycenter: "Căn Giữa",
justifyright: "Căn Phải",
justifyfull: "Căn Đều",
insertorderedlist: "Danh Sách Có Thứ Tự (1, 2, 3)",
insertunorderedlist: "Danh Sách Phi Thứ Tự (Chấm đầu dòng)",
outdent: "Lùi Ra Ngoài",
indent: "Thụt Vào Trong",
forecolor: "Màu Chữ",
hilitecolor: "Màu Nền",
inserthorizontalrule: "Dòng Kẻ Ngang",
createlink: "Tạo Liên Kết",
insertimage: "Chèn Ảnh",
inserttable: "Chèn Bảng",
htmlmode: "Chế Độ Mã HTML",
popupeditor: "Phóng To Ô Soạn Thảo",
about: "Tự Giới Thiệu",
showhelp: "Giúp Đỡ",
textindicator: "Định Dạng Hiện Thời",
undo: "Hủy thao tác trước",
redo: "Lấy lại thao tác vừa bỏ",
cut: "Cắt",
copy: "Sao chép",
paste: "Dán",
lefttoright: "Viết từ trái sang phải",
righttoleft: "Viết từ phải sang trái"
},
buttons: {
"ok": "Đồng ý",
"cancel": "Hủy",
"IE-sucks-full-screen" :
// translate here
"Chế độ phóng to ô soạn thảo có thể gây lỗi với Internet Explorer vì một số lỗi của trình duyệt này," +
" vì thế chế độ này có thể sẽ không chạy. Hiển thị không đúng, lộn xộn, không có đầy đủ chức năng," +
" và cũng có thể làm trình duyệt của bạn bị tắt ngang. Nếu bạn đang sử dụng Windows 9x " +
"bạn có thể bị báo lỗi 'General Protection Fault' và máy tính của bạn buộc phải khởi động lại.\n\n" +
"Chúng tôi đã cảnh báo bạn. Nhấn nút 'Đồng ý' nếu bạn vẫn muốn sử dụng tính năng này."
},
msg: {
"Path": "Đường Dẫn",
"TEXT_MODE": "Bạn đang ở chế độ text. Sử dụng nút [<>] để chuyển lại chế độ WYSIWIG."
},
dialogs: {
"Cancel" : "Hủy",
"Insert/Modify Link" : "Thêm/Chỉnh sửa đường dẫn",
"New window (_blank)" : "Cửa sổ mới (_blank)",
"None (use implicit)" : "Không (sử dụng implicit)",
"OK" : "Đồng ý",
"Other" : "Khác",
"Same frame (_self)" : "Trên cùng khung (_self)",
"Target:" : "Nơi hiện thị:",
"Title (tooltip):" : "Tiêu đề (của hướng dẫn):",
"Top frame (_top)" : "Khung trên cùng (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Bạn phải điền địa chỉ (URL) mà đường dẫn sẽ liên kết tới"
}
};
{
"Bold": "Đậm",
"Italic": "Nghiêng",
"Underline": "Gạch Chân",
"Strikethrough": "Gạch Xóa",
"Subscript": "Viết Xuống Dưới",
"Superscript": "Viết Lên Trên",
"Justify Left": "Căn Trái",
"Justify Center": "Căn Giữa",
"Justify Right": "Căn Phải",
"Justify Full": "Căn Đều",
"Ordered List": "Danh Sách Có Thứ Tự (1, 2, 3)",
"Bulleted List": "Danh Sách Phi Thứ Tự (Chấm đầu dòng)",
"Decrease Indent": "Lùi Ra Ngoài",
"Increase Indent": "Thụt Vào Trong",
"Font Color": "Màu Chữ",
"Background Color": "Màu Nền",
"Horizontal Rule": "Dòng Kẻ Ngang",
"Insert Web Link": "Tạo Liên Kết",
"Insert/Modify Image": "Chèn Ảnh",
"Insert Table": "Chèn Bảng",
"Toggle HTML Source": "Chế Độ Mã HTML",
"Enlarge Editor": "Phóng To Ô Soạn Thảo",
"About this editor": "Tự Giới Thiệu",
"Help using editor": "Giúp Đỡ",
"Current style": "Định Dạng Hiện Thời",
"Undoes your last action": "Hủy thao tác trước",
"Redoes your last action": "Lấy lại thao tác vừa bỏ",
"Cut selection": "Cắt",
"Copy selection": "Sao chép",
"Paste from clipboard": "Dán",
"Direction left to right": "Viết từ trái sang phải",
"Direction right to left": "Viết từ phải sang trái",
"OK": "Đồng ý",
"Cancel": "Hủy",
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "Chế độ phóng to ô soạn thảo có thể gây lỗi với Internet Explorer vì một số lỗi của trình duyệt này, vì thế chế độ này có thể sẽ không chạy. Hiển thị không đúng, lộn xộn, không có đầy đủ chức năng, và cũng có thể làm trình duyệt của bạn bị tắt ngang. Nếu bạn đang sử dụng Windows 9x bạn có thể bị báo lỗi ",
"Path": "Đường Dẫn",
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Bạn đang ở chế độ text. Sử dụng nút [<>] để chuyển lại chế độ WYSIWIG.",
"Cancel": "Hủy",
"Insert/Modify Link": "Thêm/Chỉnh sửa đường dẫn",
"New window (_blank)": "Cửa sổ mới (_blank)",
"None (use implicit)": "Không (sử dụng implicit)",
"OK": "Đồng ý",
"Other": "Khác",
"Same frame (_self)": "Trên cùng khung (_self)",
"Target:": "Nơi hiện thị:",
"Title (tooltip):": "Tiêu đề (của hướng dẫn):",
"Top frame (_top)": "Khung trên cùng (_top)",
"URL:": "URL:",
"You must enter the URL where this link points to": "Bạn phải điền địa chỉ (URL) mà đường dẫn sẽ liên kết tới"
}