--- /dev/null
+// I18N constants\r
+// Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>\r
+\r
+HTMLArea.I18N = {\r
+
+ // the following should be the filename without .js extension
+ // it will be used for automatically load plugin language.
+ lang: "pt_br",
+
+ tooltips: {\r
+ bold: "Negrito",\r
+ italic: "Itálico",\r
+ underline: "Sublinhado",\r
+ strikethrough: "Tachado",\r
+ subscript: "Subescrito",\r
+ superscript: "Sobrescrito",\r
+ justifyleft: "Alinhar à Esquerda",\r
+ justifycenter: "Centralizar",\r
+ justifyright: "Alinhar à Direita",\r
+ justifyfull: "Justificar",\r
+ orderedlist: "Lista Numerada",\r
+ unorderedlist: "Lista Marcadores",\r
+ outdent: "Diminuir Indentação",\r
+ indent: "Aumentar Indentação",\r
+ forecolor: "Cor da Fonte",\r
+ backcolor: "Cor do Fundo",\r
+ horizontalrule: "Linha Horizontal",\r
+ createlink: "Inserir Link",\r
+ insertimage: "Inserir Imagem",\r
+ inserttable: "Inserir Tabela",\r
+ htmlmode: "Ver Código-Fonte",\r
+ popupeditor: "Expandir Editor",\r
+ about: "Sobre",\r
+ help: "Ajuda",\r
+ textindicator: "Estilo Atual"\r
+ }\r
+};\r
--- /dev/null
+// I18N constants
+
+// LANG: "ro", ENCODING: UTF-8
+// Author: Mihai Bazon, http://dynarch.com/mishoo
+
+// 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: "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"
+ }
+};
--- /dev/null
+// I18N constants\r
+\r
+// LANG: "ru", ENCODING: UTF-8 | ISO-8859-1\r
+// Author: Yulya Shtyryakova, <yulya@vdcom.ru>\r
+\r
+// FOR TRANSLATORS:\r
+//\r
+// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE\r
+// (at least a valid email address)\r
+//\r
+// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;\r
+// (if this is not possible, please include a comment\r
+// that states what encoding is necessary.)\r
+\r
+HTMLArea.I18N = {\r
+\r
+ // the following should be the filename without .js extension\r
+ // it will be used for automatically load plugin language.\r
+ lang: "ru",\r
+\r
+ tooltips: {\r
+ bold: "Полужирный",\r
+ italic: "Наклонный",\r
+ underline: "Подчеркнутый",\r
+ strikethrough: "Перечеркнутый",\r
+ subscript: "Нижний индекс",\r
+ superscript: "Верхний индекс",\r
+ justifyleft: "По левому краю",\r
+ justifycenter: "По центру",\r
+ justifyright: "По правому краю",\r
+ justifyfull: "По ширине",\r
+ orderedlist: "Нумерованный лист",\r
+ unorderedlist: "Маркированный лист",\r
+ outdent: "Уменьшить отступ",\r
+ indent: "Увеличить отступ",\r
+ forecolor: "Цвет шрифта",\r
+ hilitecolor: "Цвет фона",\r
+ horizontalrule: "Горизонтальный разделитель",\r
+ createlink: "Вставить гиперссылку",\r
+ insertimage: "Вставить изображение",\r
+ inserttable: "Вставить таблицу",\r
+ htmlmode: "Показать Html-код",\r
+ popupeditor: "Увеличить редактор",\r
+ about: "О редакторе",\r
+ showhelp: "Помощь",\r
+ textindicator: "Текущий стиль",\r
+ undo: "Отменить",\r
+ redo: "Повторить",\r
+ cut: "Вырезать",\r
+ copy: "Копировать",\r
+ paste: "Вставить"\r
+ },\r
+\r
+ buttons: {\r
+ "ok": "OK",\r
+ "cancel": "Отмена"\r
+ },\r
+\r
+ msg: {\r
+ "Path": "Путь",\r
+ "TEXT_MODE": "Вы в режиме отображения Html-кода. нажмите кнопку [<>], чтобы переключиться в визуальный режим."\r
+ }\r
+};\r
--- /dev/null
+// I18N constants\r
+\r
+// LANG: "si", ENCODING: ISO-8859-2\r
+// Author: Tomaz Kregar, x_tomo_x@email.si\r
+\r
+// FOR TRANSLATORS:\r
+//\r
+// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE\r
+// (at least a valid email address)\r
+//\r
+// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;\r
+// (if this is not possible, please include a comment\r
+// that states what encoding is necessary.)\r
+\r
+HTMLArea.I18N = {\r
+\r
+ // the following should be the filename without .js extension\r
+ // it will be used for automatically load plugin language.\r
+ lang: "si",\r
+\r
+ tooltips: {\r
+ bold: "Krepko",\r
+ italic: "Le¾eèe",\r
+ underline: "Podèrtano",\r
+ strikethrough: "Preèrtano",\r
+ subscript: "Podpisano",\r
+ superscript: "Nadpisano",\r
+ justifyleft: "Poravnaj levo",\r
+ justifycenter: "Na sredino",\r
+ justifyright: "Poravnaj desno",\r
+ justifyfull: "Porazdeli vsebino",\r
+ orderedlist: "O¹tevilèevanje",\r
+ unorderedlist: "Oznaèevanje",\r
+ outdent: "Zmanj¹aj zamik",\r
+ indent: "Poveèaj zamik",\r
+ forecolor: "Barva pisave",\r
+ hilitecolor: "Barva ozadja",\r
+ horizontalrule: "Vodoravna èrta",\r
+ createlink: "Vstavi hiperpovezavo",\r
+ insertimage: "Vstavi sliko",\r
+ inserttable: "Vstavi tabelo",\r
+ htmlmode: "Preklopi na HTML kodo",\r
+ popupeditor: "Poveèaj urejevalnik",\r
+ about: "Vizitka za urejevalnik",\r
+ showhelp: "Pomoè za urejevalnik",\r
+ textindicator: "Trenutni slog",\r
+ undo: "Razveljavi zadnjo akcijo",\r
+ redo: "Uveljavi zadnjo akcijo",\r
+ cut: "Izre¾i",\r
+ copy: "Kopiraj",\r
+ paste: "Prilepi"\r
+ },\r
+\r
+ buttons: {\r
+ "ok": "V redu",\r
+ "cancel": "Preklièi"\r
+ },\r
+\r
+ msg: {\r
+ "Path": "Pot",\r
+ "TEXT_MODE": "Si v tekstovnem naèinu. Uporabi [<>] gumb za prklop nazaj na WYSIWYG."\r
+ }\r
+};\r
--- /dev/null
+// I18N constants : Vietnamese
+// LANG: "en", ENCODING: UTF-8
+// 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"
+ }
+};