diff --git a/main/lang/arabic/htmlarea.js.php b/main/lang/arabic/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/arabic/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/bosnian/htmlarea.js.php b/main/lang/bosnian/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/bosnian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/brazilian/htmlarea.js.php b/main/lang/brazilian/htmlarea.js.php deleted file mode 100755 index bbe6eda064..0000000000 --- a/main/lang/brazilian/htmlarea.js.php +++ /dev/null @@ -1,84 +0,0 @@ -// I18N constants -// Brazilian Portuguese Translation by Alex Piaz -//Brazilian Portuguese Translation adptation for Dokeos 1.6 by Eziquiel Menta -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "brazilian", - - tooltips: { - bold: "Negrito", - italic: "Itlico", - underline: "Sublinhado", - strikethrough: "Tachado", - subscript: "Subescrito", - superscript: "Sobrescrito", - justifyleft: "Alinhar Esquerda", - justifycenter: "Centralizar", - justifyright: "Alinhar Direita", - justifyfull: "Justificar", - orderedlist: "Lista Numerada", - unorderedlist: "Lista Marcadores", - outdent: "Diminuir Indentao", - indent: "Aumentar Indentao", - forecolor: "Cor da Fonte", - hilitecolor: "Cor do Fundo", - inserthorizontalrule: "Linha Horizontal", - createlink: "Inserir Link", - insertimage: "Inserir Imagem", - inserttable: "Inserir Tabela", - htmlmode: "Ver Cdigo-Fonte", - popupeditor: "Expandir Editor", - about: "Sobre", - help: "Ajuda", - textindicator: "Estilo Atual", - undo: "Desfazer ltima ao", - redo: "Refazer ltima ao", - cut: "Recortar seleo", - copy: "Copiar seleo", - paste: "Paste from clipboard", - insertflash: "Inserir Flash", - insertmp3: "Inserir mp3", - insertvideo: "Inserir Vdeo", - insertlatex: "Inserir Latex" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancelar" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "Voc est no MODO TEXTO. Use o boto [<>] para mudar para o MODO WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "Sabe-se que a tela cheia pode causar problemas com o Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancelar", - "Insert/Modify Link" : "Inserir/Modificar Link", - "New window (_blank)" : "Nova janela (_blank)", - "None (use implicit)" : "Nenhum (use implcito)", - "OK" : "OK", - "Other" : "Outro", - "Same frame (_self)" : "Mesmo frame (_self)", - "Target:" : "Alvo (Target):", - "Title (tooltip):" : "Ttulo (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "Voc deve indicar para qual Pgina este link apontar" - } -}; diff --git a/main/lang/bulgarian/htmlarea.js.php b/main/lang/bulgarian/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/bulgarian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/catalan/htmlarea.js.php b/main/lang/catalan/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/catalan/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/croatian/htmlarea.js.php b/main/lang/croatian/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/croatian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/danish/htmlarea.js.php b/main/lang/danish/htmlarea.js.php deleted file mode 100755 index a59d974fb7..0000000000 --- a/main/lang/danish/htmlarea.js.php +++ /dev/null @@ -1,38 +0,0 @@ -// danish version for htmlArea v3.0 - Alpha Release -// - translated by rene -// terms 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: "Snket skrift", - superscript: "Hvet skrift", - justifyleft: "Venstrejuster", - justifycenter: "Centrer", - justifyright: "Hjrejuster", - justifyfull: "Lige margener", - orderedlist: "Opstilling med tal", - unorderedlist: "Opstilling med punkttegn", - outdent: "Formindsk indrykning", - indent: "Forg indrykning", - forecolor: "Skriftfarve", - backcolor: "Baggrundsfarve", - inserthorizontalrule: "Horisontal linie", - createlink: "Indst hyperlink", - insertimage: "Indst billede", - inserttable: "Indst tabel", - htmlmode: "HTML visning", - popupeditor: "Vis editor i popup", - about: "Om htmlarea", - help: "Hjlp", - textindicator: "Anvendt stil" - } -}; diff --git a/main/lang/dutch/htmlarea.js.php b/main/lang/dutch/htmlarea.js.php deleted file mode 100755 index aa2229a243..0000000000 --- a/main/lang/dutch/htmlarea.js.php +++ /dev/null @@ -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: "Kopiren", - 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" - } -}; - diff --git a/main/lang/english/htmlarea.js.php b/main/lang/english/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/english/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/esperanto/htmlarea.js.php b/main/lang/esperanto/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/esperanto/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/finnish/htmlarea.js.php b/main/lang/finnish/htmlarea.js.php deleted file mode 100755 index 206313a195..0000000000 --- a/main/lang/finnish/htmlarea.js.php +++ /dev/null @@ -1,79 +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: "en", - - tooltips: { - bold: "Lihavoitu", - italic: "Kursivoitu", - underline: "Alleviivattu", - strikethrough: "Yliviivattu", - subscript: "Alaindeksi", - superscript: "Ylindeksi", - 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 vri", - hilitecolor: "Taustavri", - inserthorizontalrule: "Vaakaviiva", - createlink: "Lis Linkki", - insertimage: "Lis Kuva", - inserttable: "Lis Taulu", - htmlmode: "HTML Lhdekoodi vs WYSIWYG", - popupeditor: "Suurenna Editori", - about: "Tietoja Editorista", - showhelp: "Nyt Ohje", - textindicator: "Nykyinen tyyli", - undo: "Peruuta viimeinen toiminto", - redo: "Palauta viimeinen toiminto", - cut: "Leikkaa maalattu", - copy: "Kopioi maalattu", - paste: "Liit leikepydlt" - }, - - buttons: { - "ok": "Hyvksy", - "cancel": "Peruuta" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; \ No newline at end of file diff --git a/main/lang/french/htmlarea.js.php b/main/lang/french/htmlarea.js.php deleted file mode 100755 index 48259b9a80..0000000000 --- a/main/lang/french/htmlarea.js.php +++ /dev/null @@ -1,137 +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 qubcois de la langue franaise. -// Tous les termes techniques utiliss dans ce document sont ceux -// approuvs par l'Office qubcois de la langue franaise. -// 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", - insertlatex: "Insrer du code Math / LaTeX", - justifyfull: "Justifier", - orderedlist: "Numrotation", - unorderedlist: "Puces", - outdent: "Diminuer le retrait", - indent: "Augmenter le retrait", - forecolor: "Couleur de police", - hilitecolor: "Surlignage", - insertmp3: "Insrer un fichier audio MP3", - insertflash: "Insrer un fichier Flash", - insertvideo: "Insrer un fichier vido", - inserthorizontalrule: "Ligne horizontale", - createlink: "Insrer un hyperlien", - insertimage: "Insrer/Modifier une image", - inserttable: "Insrer 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 dernire action", - redo: "Rpter la dernire action", - cut: "Couper la slection", - copy: "Copier la slection", - 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 problmes sous Internet Explorer, " + - "ceci d des bogues du navigateur qui ont t impossible contourner. " + - "Les diffrents symptmes peuvent tre un affichage dficient, le manque de " + - "fonctions dans l'diteur et/ou pannes alatoires du navigateur. Si votre " + - "systme est Windows 9x, il est possible que vous subissiez une erreur de type " + - "General Protection Fault et que vous ayez redmarrer votre ordinateur." + - "\n\nConsidrez-vous comme ayant t avis. Appuyez sur OK si vous dsirez tout " + - "de mme essayer le mode plein cran de l'diteur." - }, - - dialogs: { - "Cancel" : "Annuler", - "Insert/Modify Link" : "Insrer/Modifier Lien", - "Insert Image" : "Insrer une image", - "Image file" : "Fichier image", - "Insert Math / LaTeX" : "Insrer du code Math / LaTeX", - "Layout" : "Disposition", - "Dimensions" : "Dimensions", - "Width" : "Larg.", - "Height" : "Haut.", - "Align" : "Align.", - "Preview" : "Aperu", - "Image Preview" : "Aperu de l'image", - "Flash Preview" : "Aperu de l'animation Flash", - "Video Preview" : "Aperu de la vido", - "Math / LaTeX Preview" : "Aperu du code Math / LaTeX", - "Type your Math / LaTeX code here" : "Introduisez ici votre code Math / LaTeX", - "Select Color" : "Choix de la couleur", - "Insert Flash" : "Insrer un fichier Flash", - "Insert MP3 file" : "Insrer un fichier MP3", - "Insert Video" : "Insrer un fichier vido", - "Insert Table" : "Insrer un tableau", - "Flash file" : "Fichier Flash", - "MP3 file" : "Fichier MP3", - "Video file" : "Fichier vido", - "Quality" : "Qualit", - "High" : "Haute", - "Medium" : "Moyenne", - "Low" : "Basse", - "Rows" : "Lignes", - "Cols" : "Colonnes", - "Percent" : "Pourcentage", - "Spacing" : "Espacement", - "Alignment" : "Alignement", - "Border thickness" : "Epaisseur du bord", - "Cell spacing" : "Espacement", - "Cell padding" : "Marges", - "or File" : "ou fichier", - "New window (_blank)" : "Nouvelle fentre (_blank)", - "None (use implicit)" : "Aucun (par dfaut)", - "OK" : "OK", - "Other" : "Autre", - "Same frame (_self)" : "Mme cadre (_self)", - "Target:" : "Cible:", - "Title (tooltip):" : "Titre (infobulle):", - "Top frame (_top)" : "Cadre du haut (_top)", - "URL:" : "Adresse Web:", - "Automatic" : "Automatique", - "You must enter the URL where this link points to" : "Vous devez entrer l'adresse Web du lien" - } -}; diff --git a/main/lang/galician/htmlarea.js.php b/main/lang/galician/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/galician/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/german/htmlarea.js.php b/main/lang/german/htmlarea.js.php deleted file mode 100755 index 0cd2afb6d8..0000000000 --- a/main/lang/german/htmlarea.js.php +++ /dev/null @@ -1,79 +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: "Linksbndig", - justifycenter: "Zentriert", - justifyright: "Rechtsbndig", - justifyfull: "Blocksatz", - orderedlist: "Nummerierung", - unorderedlist: "Aufzhlungszeichen", - outdent: "Einzug verkleinern", - indent: "Einzug vergrern", - forecolor: "Schriftfarbe", - backcolor: "Hindergrundfarbe", - hilitecolor: "Hintergrundfarbe", - inserthorizontalrule: "Horizontale Linie", - inserthorizontalrule: "Horizontale Linie", - createlink: "Hyperlink einfgen", - insertimage: "Bild einfgen", - inserttable: "Tabelle einfgen", - htmlmode: "HTML Modus", - popupeditor: "Editor im Popup ffnen", - about: "ber htmlarea", - help: "Hilfe", - showhelp: "Hilfe", - textindicator: "Derzeitiger Stil", - undo: "Rckgngig", - redo: "Wiederholen", - cut: "Ausschneiden", - copy: "Kopieren", - paste: "Einfgen aus der Zwischenablage", - lefttoright: "Textrichtung von Links nach Rechts", - righttoleft: "Textrichtung von Rechts nach Links" - }, - - 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 Sicherheitsgrnden drfen Skripte normalerweise nicht programmtechnisch auf " + - "Ausschneiden/Kopieren/Einfgen zugreifen. Bitte klicken Sie OK um die technische " + - "Erluterung auf mozilla.org zu ffnen, in der erklrt wird, wie einem Skript Zugriff " + - "gewhrt werden kann." - }, - - dialogs: { - "OK": "OK", - "Cancel": "Abbrechen", - "Insert/Modify Link": "Verknpfung hinzufgen/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 mssen eine Ziel-URL angeben fr die Verknpfung angeben" - } -}; diff --git a/main/lang/greek/htmlarea.js.php b/main/lang/greek/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/greek/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/hungarian/htmlarea.js.php b/main/lang/hungarian/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/hungarian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/indonesian/htmlarea.js.php b/main/lang/indonesian/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/indonesian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/italian/htmlarea.js.php b/main/lang/italian/htmlarea.js.php deleted file mode 100755 index 12f9705c46..0000000000 --- a/main/lang/italian/htmlarea.js.php +++ /dev/null @@ -1,54 +0,0 @@ -// I18N constants - -// LANG: "it", ENCODING: UTF-8 | ISO-8859-1 -// Author: Fabio Rotondo - -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: "Italico", - underline: "Sottolineato", - strikethrough: "Barrato", - subscript: "Pedice", - superscript: "Apice", - justifyleft: "Giustifica a Sinistra", - justifycenter: "Giustifica in Centro", - justifyright: "Giustifica a Destra", - justifyfull: "Giustifica Completamente", - orderedlist: "Lista Ordinata", - unorderedlist: "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: "Attiva il codice HTML", - popupeditor: "Allarga l'editor", - about: "Info sull'editor", - showhelp: "Aiuto sull'editor", - textindicator: "Stile Attuale", - undo: "Elimina l'ultima modifica", - redo: "Ripristina l'ultima modifica", - cut: "Taglia l'area selezionata", - copy: "Copia l'area selezionata", - paste: "Incolla dalla memoria" - }, - - buttons: { - "ok": "OK", - "cancel": "Annulla" - }, - - msg: { - "Path": "Percorso", - "TEXT_MODE": "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità WYSIWYG." - } -}; diff --git a/main/lang/japanese/htmlarea.js.php b/main/lang/japanese/htmlarea.js.php deleted file mode 100755 index a531645053..0000000000 --- a/main/lang/japanese/htmlarea.js.php +++ /dev/null @@ -1,37 +0,0 @@ -// I18N constants -- Japanese UTF-8 -// by Manabu Onoue -- tmocsys@tmocsys.com - -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "ja-utf8", - - tooltips: { - bold: "太字", - italic: "斜体", - underline: "下線", - strikethrough: "打ち消し線", - subscript: "下付き添え字", - superscript: "上付き添え字", - justifyleft: "左寄せ", - justifycenter: "中央寄せ", - justifyright: "右寄せ", - justifyfull: "均等割付", - orderedlist: "番号付き箇条書き", - unorderedlist: "記号付き箇条書き", - outdent: "インデント解除", - indent: "インデント設定", - forecolor: "文字色", - backcolor: "背景色", - inserthorizontalrule: "水平線", - createlink: "リンク作成", - insertimage: "画像挿入", - inserttable: "テーブル挿入", - htmlmode: "HTML表示切替", - popupeditor: "エディタ拡大", - about: "バージョン情報", - help: "ヘルプ", - textindicator: "現在のスタイル" - } -}; diff --git a/main/lang/malay/htmlarea.js.php b/main/lang/malay/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/malay/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/norwegian/htmlarea.js.php b/main/lang/norwegian/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/norwegian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/persian/htmlarea.js.php b/main/lang/persian/htmlarea.js.php deleted file mode 100755 index e787b05bd1..0000000000 --- a/main/lang/persian/htmlarea.js.php +++ /dev/null @@ -1,88 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - insertorderedlist: "Ordered List", - insertunorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/polish/htmlarea.js.php b/main/lang/polish/htmlarea.js.php deleted file mode 100755 index 0e9fd635fc..0000000000 --- a/main/lang/polish/htmlarea.js.php +++ /dev/null @@ -1,73 +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: "pl", - - tooltips: { - bold: "Pogrubienie", - italic: "Pochylenie", - underline: "Podkrelenie", - strikethrough: "Przekrelenie", - subscript: "Indeks dolny", - superscript: "Indeks grny", - justifyleft: "Wyrwnaj do lewej", - justifycenter: "Wyrodkuj", - justifyright: "Wyrwnaj do prawej", - justifyfull: "Wyjustuj", - orderedlist: "Numerowanie", - unorderedlist: "Wypunktowanie", - outdent: "Zmniejsz wcicie", - indent: "Zwiksz wcicie", - forecolor: "Kolor czcionki", - backcolor: "Kolor ta", - inserthorizontalrule: "Linia pozioma", - createlink: "Wstaw adres sieci Web", - insertimage: "Wstaw obraz", - inserttable: "Wstaw tabel", - htmlmode: "Edycja WYSIWYG/w rdle strony", - popupeditor: "Peny ekran", - about: "Informacje o tym edytorze", - help: "Pomoc", - textindicator: "Obecny styl" - }, - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/portuguese/htmlarea.js.php b/main/lang/portuguese/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/portuguese/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/russian/htmlarea.js.php b/main/lang/russian/htmlarea.js.php deleted file mode 100755 index b31e49197f..0000000000 --- a/main/lang/russian/htmlarea.js.php +++ /dev/null @@ -1,63 +0,0 @@ -// I18N constants - -// LANG: "ru", ENCODING: UTF-8 | ISO-8859-1 -// Author: Yulya Shtyryakova, - -// 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: "Цвет фона", - inserthorizontalrule: "Горизонтальный разделитель", - createlink: "Вставить гиперссылку", - insertimage: "Вставить изображение", - inserttable: "Вставить таблицу", - htmlmode: "Показать Html-код", - popupeditor: "Увеличить редактор", - about: "О редакторе", - showhelp: "Помощь", - textindicator: "Текущий стиль", - undo: "Отменить", - redo: "Повторить", - cut: "Вырезать", - copy: "Копировать", - paste: "Вставить" - }, - - buttons: { - "ok": "OK", - "cancel": "Отмена" - }, - - msg: { - "Path": "Путь", - "TEXT_MODE": "Вы в режиме отображения Html-кода. нажмите кнопку [<>], чтобы переключиться в визуальный режим." - } -}; diff --git a/main/lang/serbian/htmlarea.js.php b/main/lang/serbian/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/serbian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/simpl_chinese/htmlarea.js.php b/main/lang/simpl_chinese/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/simpl_chinese/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/slovenian/htmlarea.js.php b/main/lang/slovenian/htmlarea.js.php deleted file mode 100755 index 2e6238a371..0000000000 --- a/main/lang/slovenian/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Krepko", - italic: "Leee", - underline: "Podrtano", - strikethrough: "Predrtano", - subscript: "Podpisano", - superscript: "Nadpisano", - justifyleft: "Poravnaj evo", - justifycenter: "Na sredino", - justifyright: "Desno", - justifyfull: "Porazdeli vsebino", - orderedlist: "Otevilevanje", - unorderedlist: "Oznaevanje", - outdent: "Zmanjaj zamik", - indent: "Poveaj zamik", - forecolor: "Barva pisave", - hilitecolor: "Barva ozadja", - inserthorizontalrule: "Horizontalno ravnilo", - createlink: "Vstavi spletno povezavo", - insertimage: "Vstavi/Uredi sliko", - inserttable: "Vstavi Tabelo", - htmlmode: "Preklopi HTML izvorno kodo", - popupeditor: "Poveaj urejevalnik", - about: "O urejevalniku", - showhelp: "Pomo: uporaba urejevalnika", - textindicator: "Trenuten stil", - undo: "Razveljavi", - redo: "Uveljavi", - cut: "Izrei", - copy: "Kopiraj", - paste: "Prilepi", - lefttoright: "Usmeritev iz leve proti desni", - righttoleft: "Usmeritev iz desne proti levi" - }, - - buttons: { - "ok": "OK", - "cancel": "Preklii" - }, - - msg: { - "Path": "Pot", - "TEXT_MODE": "Si v TEKSTovnem nainu. Uporabi gumb [<>] za preklop v predogledni(WYSIWYG) nain.", - - "IE-sucks-full-screen" : - // translate here - "Celozaslonski nain povzroa probleme vsled uporabe MS Internet Explorer, " + - "zaradi hroev v implementaciji, katerim se programsko ni mo izogniti. Zaslon lahko vsebuje nakljune podatke " + - ", opazite lahko manjkajoo funkcionalnost, v nekaterih primerih pa celo razpad delovanja brskalnika. Windows 9x " + - "pogosto javi 'General Protection Fault' in poziv k ponovnem zagonu sistema.\n\n" + - "Bil si opozorjen/a. Kliknite OK e kljub opozorilu elite preklopiti v celozaslonski nain.", - - "Moz-Clipboard" : - "Nepriviligirane skripte ne morejo dostopati do Izrei/Kopiraj/Prilepi programsko " + - "iz varnostnih razlogov. Klikni OK za dostop do tehninih navodil na mozilla.org " + - ", kjer boste nali navodilo za omogoanje delovanja skript z odloiem." - }, - - dialogs: { - "Cancel" : "Preklii", - "Insert/Modify Link" : "Vstavi/Uredi povezavo", - "New window (_blank)" : "Novo okno (_blank)", - "None (use implicit)" : "Ni (uporabi isto okno)", - "OK" : "OK", - "Other" : "Drugo", - "Same frame (_self)" : "Isti okvir (_self)", - "Target:" : "Cilj:", - "Title (tooltip):" : "Naslov (tooltip):", - "Top frame (_top)" : "Zgornji okvir (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "Vnesti je potrebno URL, na katerega kae povezava" - } -}; diff --git a/main/lang/spanish/htmlarea.js.php b/main/lang/spanish/htmlarea.js.php deleted file mode 100755 index 7c8b84cf89..0000000000 --- a/main/lang/spanish/htmlarea.js.php +++ /dev/null @@ -1,79 +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: "Subndice", - superscript: "Superndice", - justifyleft: "Alinear a la Izquierda", - justifycenter: "Centrar", - justifyright: "Alinear a la Derecha", - justifyfull: "Justificar", - orderedlist: "Lista Ordenada", - unorderedlist: "Lista No Ordenada", - outdent: "Aumentar Sangra", - indent: "Disminuir Sangra", - forecolor: "Color del Texto", - hilitecolor: "Color del Fondo", - inserthorizontalrule: "Lnea 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 seleccin", - copy: "Copiar seleccin", - 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", - ////////////////////////////////////////////////////////////added for compatibility with INTERNET EXPLORER - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - /////////////////////////////////////////////////////////////////////////////////////////////////// - } -}; \ No newline at end of file diff --git a/main/lang/spanish_latin/htmlarea.js.php b/main/lang/spanish_latin/htmlarea.js.php deleted file mode 100755 index 5a1e86fdda..0000000000 --- a/main/lang/spanish_latin/htmlarea.js.php +++ /dev/null @@ -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: "Subndice", - superscript: "Superndice", - justifyleft: "Alinear a la Izquierda", - justifycenter: "Centrar", - justifyright: "Alinear a la Derecha", - justifyfull: "Justificar", - orderedlist: "Lista Ordenada", - unorderedlist: "Lista No Ordenada", - outdent: "Aumentar Sangra", - indent: "Disminuir Sangra", - forecolor: "Color del Texto", - hilitecolor: "Color del Fondo", - inserthorizontalrule: "Lnea 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 seleccin", - copy: "Copiar seleccin", - 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", - } -}; diff --git a/main/lang/swahili/htmlarea.js.php b/main/lang/swahili/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/swahili/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/swedish/htmlarea.js.php b/main/lang/swedish/htmlarea.js.php deleted file mode 100755 index 6be0fe51c5..0000000000 --- a/main/lang/swedish/htmlarea.js.php +++ /dev/null @@ -1,38 +0,0 @@ -// Swedish version for htmlArea v3.0 - Alpha Release -// - translated by pat -// terms 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: "se", - - tooltips: { - bold: "Fet", - italic: "Kursiv", - underline: "Understruken", - strikethrough: "Genomstruken", - subscript: "Nedsnkt", - superscript: "Upphjd", - justifyleft: "Vnsterjustera", - justifycenter: "Centrera", - justifyright: "Hgerjustera", - justifyfull: "Marginaljustera", - orderedlist: "Numrerad lista", - unorderedlist: "Punktlista", - outdent: "Minska indrag", - indent: "ka indrag", - forecolor: "Textfrg", - backcolor: "Bakgrundsfrg", - inserthorizontalrule: "Vgrt linje", - createlink: "Infoga lnk", - insertimage: "Infoga bild", - inserttable: "Infoga tabell", - htmlmode: "Visa kllkod", - popupeditor: "Visa i eget fnster", - about: "Om denna editor", - help: "Hjlp", - textindicator: "Nuvarande stil" - } -}; diff --git a/main/lang/thai/htmlarea.js.php b/main/lang/thai/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/thai/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/turkce/htmlarea.js.php b/main/lang/turkce/htmlarea.js.php deleted file mode 100755 index 6652a6cf44..0000000000 --- a/main/lang/turkce/htmlarea.js.php +++ /dev/null @@ -1,93 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// 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: "en", - - tooltips: { - bold: "Bold", - italic: "Italic", - underline: "Underline", - strikethrough: "Strikethrough", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Justify Left", - justifycenter: "Justify Center", - justifyright: "Justify Right", - justifyfull: "Justify Full", - orderedlist: "Ordered List", - unorderedlist: "Bulleted List", - outdent: "Decrease Indent", - indent: "Increase Indent", - forecolor: "Font Color", - hilitecolor: "Background Color", - inserthorizontalrule: "Horizontal Rule", - createlink: "Insert Web Link", - insertimage: "Insert/Modify Image", - inserttable: "Insert Table", - htmlmode: "Toggle HTML Source", - popupeditor: "Enlarge Editor", - about: "About this editor", - showhelp: "Help using editor", - textindicator: "Current style", - undo: "Undoes your last action", - redo: "Redoes your last action", - cut: "Cut selection", - copy: "Copy selection", - paste: "Paste from clipboard", - lefttoright: "Direction left to right", - righttoleft: "Direction right to left" - }, - - buttons: { - "ok": "OK", - "cancel": "Cancel" - }, - - msg: { - "Path": "Path", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.", - - "IE-sucks-full-screen" : - // translate here - "The full screen mode is known to cause problems with Internet Explorer, " + - "due to browser bugs that we weren't able to workaround. You might experience garbage " + - "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " + - "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + - "You have been warned. Please press OK if you still want to try the full screen editor.", - - "Moz-Clipboard" : - "Unprivileged scripts cannot access Cut/Copy/Paste programatically " + - "for security reasons. Click OK to see a technical note at mozilla.org " + - "which shows you how to allow a script to access the clipboard." - }, - - dialogs: { - "Cancel" : "Cancel", - "Insert/Modify Link" : "Insert/Modify Link", - "New window (_blank)" : "New window (_blank)", - "None (use implicit)" : "None (use implicit)", - "OK" : "OK", - "Other" : "Other", - "Same frame (_self)" : "Same frame (_self)", - "Target:" : "Target:", - "Title (tooltip):" : "Title (tooltip):", - "Top frame (_top)" : "Top frame (_top)", - "URL:" : "URL:", - "You must enter the URL where this link points to" : "You must enter the URL where this link points to" - } -}; diff --git a/main/lang/vietnamese/htmlarea.js.php b/main/lang/vietnamese/htmlarea.js.php deleted file mode 100755 index bd0ae5117a..0000000000 --- a/main/lang/vietnamese/htmlarea.js.php +++ /dev/null @@ -1,51 +0,0 @@ -// I18N constants : Vietnamese -// LANG: "en", ENCODING: UTF-8 -// Author: Nguyễn Đình Nam, - -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", - orderedlist: "Danh Sách Có Thứ Tự", - unorderedlist: "Danh Sách Phi Thứ Tự", - outdent: "Lùi Ra Ngoài", - indent: "Thụt Vào Trong", - forecolor: "Màu Chữ", - backcolor: "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: "Undo", - redo: "Redo", - cut: "Cắt", - copy: "Copy", - paste: "Dán" - }, - buttons: { - "ok": "OK", - "cancel": "Hủy" - }, - msg: { - "Path": "Đường Dẫn", - "TEXT_MODE": "Bạn đang ở chế độ text. Sử dụng nút [<>] để chuyển lại chế độ WYSIWIG." - } -};