From: julmis Date: Mon, 10 May 2004 21:36:15 +0000 (+0000) Subject: Removing unnecessary files X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9b9e3f1037d9c45741aef2c176bd7f59c972cf17;p=moodle.git Removing unnecessary files --- diff --git a/lib/editor/lang/b5.js b/lib/editor/lang/b5.js deleted file mode 100644 index 16e9e6da42..0000000000 --- a/lib/editor/lang/b5.js +++ /dev/null @@ -1,36 +0,0 @@ -// I18N constants -- Chinese Big-5 -// by Dave Lo -- dlo@interactivetools.com -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "b5", - - tooltips: { - bold: "²ÊÅé", - italic: "±×Åé", - underline: "©³½u", - strikethrough: "§R°£½u", - subscript: "¤U¼Ð", - superscript: "¤W¼Ð", - justifyleft: "¦ì¸m¾a¥ª", - justifycenter: "¦ì¸m©~¤¤", - justifyright: "¦ì¸m¾a¥k", - justifyfull: "¦ì¸m¥ª¥k¥­µ¥", - orderedlist: "¶¶§Ç²M³æ", - unorderedlist: "µL§Ç²M³æ", - outdent: "´î¤p¦æ«eªÅ¥Õ", - indent: "¥[¼e¦æ«eªÅ¥Õ", - forecolor: "¤å¦rÃC¦â", - backcolor: "­I´ºÃC¦â", - horizontalrule: "¤ô¥­½u", - createlink: "´¡¤J³sµ²", - insertimage: "´¡¤J¹Ï§Î", - inserttable: "´¡¤Jªí®æ", - htmlmode: "¤Á´«HTML­ì©l½X", - popupeditor: "©ñ¤j", - about: "Ãö©ó HTMLArea", - help: "»¡©ú", - textindicator: "¦rÅé¨Ò¤l" - } -}; diff --git a/lib/editor/lang/da.js b/lib/editor/lang/da.js deleted file mode 100644 index 34a282bf1a..0000000000 --- a/lib/editor/lang/da.js +++ /dev/null @@ -1,38 +0,0 @@ -// danish version for htmlArea v3.0 - Alpha Release -// - translated by rene -// term´s and licenses are equal to htmlarea! - -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "da", - - tooltips: { - bold: "Fed", - italic: "Kursiv", - underline: "Understregning", - strikethrough: "Overstregning ", - subscript: "Sænket skrift", - superscript: "Hævet skrift", - justifyleft: "Venstrejuster", - justifycenter: "Centrer", - justifyright: "Højrejuster", - justifyfull: "Lige margener", - orderedlist: "Opstilling med tal", - unorderedlist: "Opstilling med punkttegn", - outdent: "Formindsk indrykning", - indent: "Forøg indrykning", - forecolor: "Skriftfarve", - backcolor: "Baggrundsfarve", - horizontalrule: "Horisontal linie", - createlink: "Indsæt hyperlink", - insertimage: "Indsæt billede", - inserttable: "Indsæt tabel", - htmlmode: "HTML visning", - popupeditor: "Vis editor i popup", - about: "Om htmlarea", - help: "Hjælp", - textindicator: "Anvendt stil" - } -}; diff --git a/lib/editor/lang/de.js b/lib/editor/lang/de.js deleted file mode 100644 index fcd60991c0..0000000000 --- a/lib/editor/lang/de.js +++ /dev/null @@ -1,38 +0,0 @@ -// german version for htmlArea v3.0 - Alpha Release -// - translated by AtK -// term´s and licenses are equal to htmlarea! - -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "de", - - tooltips: { - bold: "Fett", - italic: "Kursiv", - underline: "Unterstrichen", - strikethrough: "Durchgestrichen", - subscript: "hochgestellt", - superscript: "tiefgestellt", - justifyleft: "Links ausrichten", - justifycenter: "Zentrieren", - justifyright: "Rechts ausrichten", - justifyfull: "Blocksatz", - orderedlist: "Nummerierung", - unorderedlist: "Aufzählungszeichen", - outdent: "Einzug verkleinern", - indent: "Einzug vergrössern", - forecolor: "Text Farbe", - backcolor: "Hintergrund Farbe", - horizontalrule: "Horizontale Linie", - createlink: "Hyperlink einfügen", - insertimage: "Bild einfügen", - inserttable: "Tabelle einfügen", - htmlmode: "HTML Modus", - popupeditor: "Editor im Popup öffnen", - about: "Über htmlarea", - help: "Hilfe", - textindicator: "derzeitiger Stil" - } -}; diff --git a/lib/editor/lang/es.js b/lib/editor/lang/es.js deleted file mode 100644 index 91922d6ed4..0000000000 --- a/lib/editor/lang/es.js +++ /dev/null @@ -1,36 +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: "Negritas", - italic: "Cursiva", - underline: "Subrayado", - strikethrough: "Texto Cruzado", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Alinear a la Izquierda", - justifycenter: "Centrar", - justifyright: "Alinear a la Derecha", - justifyfull: "Justificar", - orderedlist: "Lista Ordenada", - unorderedlist: "Lista No Ordenada", - outdent: "Aumentar Sangría", - indent: "Disminuir Sangría", - forecolor: "Color del Texto", - backcolor: "Color del Fondo", - horizontalrule: "Línea Horizontal", - createlink: "Insertar Enlace", - insertimage: "Insertar Imagen", - inserttable: "Insertar Tabla", - htmlmode: "Ver Documento en HTML", - popupeditor: "Ampliar Editor", - about: "Acerca del Editor", - help: "Ayuda", - textindicator: "Estilo Actual" - } -}; diff --git a/lib/editor/lang/fi.js b/lib/editor/lang/fi.js deleted file mode 100644 index e6d581c3d5..0000000000 --- a/lib/editor/lang/fi.js +++ /dev/null @@ -1,63 +0,0 @@ -// I18N constants - -// LANG: "en", ENCODING: UTF-8 | ISO-8859-1 -// Author: Mihai Bazon, - -// 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: "fi", - - tooltips: { - bold: "Lihavointi", - italic: "Kursivointi", - underline: "Alleviivaus", - strikethrough: "Päälleviivaus", - subscript: "Alaindeksi", - superscript: "Yläindeksi", - justifyleft: "Tasaa vasemmat reunat", - justifycenter: "Keskitä", - justifyright: "Tasaa oikeat reunat", - justifyfull: "Tasaa molemmat reunat", - orderedlist: "Numerointi", - unorderedlist: "Luettelomerkit", - outdent: "Lisää sisennystä", - indent: "Vähennä sisennystä", - forecolor: "Tekstin väri", - hilitecolor: "Taustan väri", - horizontalrule: "Vaakaviiva", - createlink: "Lisää linkki", - insertimage: "Lisää kuva", - inserttable: "Lisää taulukko", - htmlmode: "Näytä HTML koodi", - popupeditor: "Suurenna editori", - about: "Tietoja editorista", - showhelp: "Ohje", - textindicator: "Nykyinen tyyli", - undo: "Peruuta viimeinen toiminto", - redo: "Palauta viimeinen toiminto", - cut: "Leikkaa", - copy: "Kopioi", - paste: "Liitä" - }, - - buttons: { - "ok": "OK", - "cancel": "Peruuta", - }, - - msg: { - "Path": "Polku", - "TEXT_MODE": "Olet tekstitilassa. Käytä [<>] painiketta palataksesi WYSIWIG -tilaan." - } -}; diff --git a/lib/editor/lang/fr.js b/lib/editor/lang/fr.js deleted file mode 100644 index 7da94c21fc..0000000000 --- a/lib/editor/lang/fr.js +++ /dev/null @@ -1,36 +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: "fr", - - tooltips: { - bold: "Gras", - italic: "Italique", - underline: "Souligné", - strikethrough: "Barré", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Aligné à gauche", - justifycenter: "Centré", - justifyright: "Aligné à droite", - justifyfull: "Justifié", - orderedlist: "Numérotation", - unorderedlist: "Puces", - outdent: "Augmenter le retrait", - indent: "Diminuer le retrait", - forecolor: "Couleur du texte", - backcolor: "Couleur du fond", - horizontalrule: "Ligne horizontale", - createlink: "Insérer un lien", - insertimage: "Insérer une image", - inserttable: "Insérer un tableau", - htmlmode: "Passer au code source HTML", - popupeditor: "Agrandir l'éditeur", - about: "A propos de cet éditeur", - help: "Aide sur l'éditeur", - textindicator: "Style courant" - } -}; diff --git a/lib/editor/lang/gb.js b/lib/editor/lang/gb.js deleted file mode 100644 index 6878444658..0000000000 --- a/lib/editor/lang/gb.js +++ /dev/null @@ -1,36 +0,0 @@ -// I18N constants -- Chinese GB -// by Dave Lo -- dlo@interactivetools.com -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "gb", - - tooltips: { - bold: "´ÖÌå", - italic: "бÌå", - underline: "µ×Ïß", - strikethrough: "ɾ³ýÏß", - subscript: "ϱê", - superscript: "Éϱê", - justifyleft: "λÖÿ¿×ó", - justifycenter: "λÖþÓÖÐ", - justifyright: "λÖÿ¿ÓÒ", - justifyfull: "λÖÃ×óÓÒÆ½µÈ", - orderedlist: "˳ÐòÇåµ¥", - unorderedlist: "ÎÞÐòÇåµ¥", - outdent: "¼õСÐÐǰ¿Õ°×", - indent: "¼Ó¿íÐÐǰ¿Õ°×", - forecolor: "ÎÄ×ÖÑÕÉ«", - backcolor: "±³¾°ÑÕÉ«", - horizontalrule: "ˮƽÏß", - createlink: "²åÈëÁ¬½á", - insertimage: "²åÈëͼÐÎ", - inserttable: "²åÈë±í¸ñ", - htmlmode: "Çл»HTMLԭʼÂë", - popupeditor: "·Å´ó", - about: "¹Øì¶ HTMLArea", - help: "˵Ã÷", - textindicator: "×ÖÌåÀý×Ó" - } -}; diff --git a/lib/editor/lang/it.js b/lib/editor/lang/it.js deleted file mode 100644 index b762307bad..0000000000 --- a/lib/editor/lang/it.js +++ /dev/null @@ -1,36 +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: "it", - - tooltips: { - bold: "Grassetto", - italic: "Corsivo", - underline: "Sottolineato", - strikethrough: "Barrato", - subscript: "Pedice", - superscript: "Apice", - justifyleft: "Allinea a sinistra", - justifycenter: "Centra", - justifyright: "Allinea a destra", - justifyfull: "Giustifica", - orderedlist: "Elenco numerato", - unorderedlist: "Elenco puntato", - outdent: "Riduci rientro", - indent: "Aumenta rientro", - forecolor: "Colore carattere", - backcolor: "Colore di sfondo", - horizontalrule: "Linea orizzontale", - createlink: "Inserisci collegamento ipertestuale", - insertimage: "Inserisci immagine", - inserttable: "Inserisci tabella", - htmlmode: "Passa alla visualizzazione HTML", - popupeditor: "Ingrandisci editor", - about: "Info", - help: "Aiuto", - textindicator: "Stile utilizzato" - } -}; diff --git a/lib/editor/lang/ja-euc.js b/lib/editor/lang/ja-euc.js deleted file mode 100644 index 7d539b9aaa..0000000000 --- a/lib/editor/lang/ja-euc.js +++ /dev/null @@ -1,37 +0,0 @@ -// I18N constants -- Japanese EUC -// 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-euc", - - tooltips: { - bold: "ÂÀ»ú", - italic: "¼ÐÂÎ", - underline: "²¼Àþ", - strikethrough: "ÂǤÁ¾Ã¤·Àþ", - subscript: "²¼ÉÕ¤­Åº¤¨»ú", - superscript: "¾åÉÕ¤­Åº¤¨»ú", - justifyleft: "º¸´ó¤»", - justifycenter: "Ãæ±û´ó¤»", - justifyright: "±¦´ó¤»", - justifyfull: "¶ÑÅù³äÉÕ", - orderedlist: "ÈÖ¹æÉÕ¤­²Õ¾ò½ñ¤­", - unorderedlist: "µ­¹æÉÕ¤­²Õ¾ò½ñ¤­", - outdent: "¥¤¥ó¥Ç¥ó¥È²ò½ü", - indent: "¥¤¥ó¥Ç¥ó¥ÈÀßÄê", - forecolor: "ʸ»ú¿§", - backcolor: "ÇØ·Ê¿§", - horizontalrule: "¿åÊ¿Àþ", - createlink: "¥ê¥ó¥¯ºîÀ®", - insertimage: "²èÁüÁÞÆþ", - inserttable: "¥Æ¡¼¥Ö¥ëÁÞÆþ", - htmlmode: "HTMLɽ¼¨ÀÚÂØ", - popupeditor: "¥¨¥Ç¥£¥¿³ÈÂç", - about: "¥Ð¡¼¥¸¥ç¥ó¾ðÊó", - help: "¥Ø¥ë¥×", - textindicator: "¸½ºß¤Î¥¹¥¿¥¤¥ë" - } -}; diff --git a/lib/editor/lang/ja-jis.js b/lib/editor/lang/ja-jis.js deleted file mode 100644 index 167d20c7ba..0000000000 --- a/lib/editor/lang/ja-jis.js +++ /dev/null @@ -1,37 +0,0 @@ -// I18N constants -- Japanese JIS -// 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-jis", - - tooltips: { - bold: "$BB@;z(B", - italic: "$BC$7@~(B", - subscript: "$B2eIU$-E:$(;z(B", - justifyleft: "$B:84s$;(B", - justifycenter: "$BCf1{4s$;(B", - justifyright: "$B1&4s$;(B", - justifyfull: "$B6QEy3dIU(B", - orderedlist: "$BHV9fIU$-2U>r=q$-(B", - unorderedlist: "$B5-9fIU$-2U>r=q$-(B", - outdent: "$B%$%s%G%s%H2r=|(B", - indent: "$B%$%s%G%s%H@_Dj(B", - forecolor: "$BJ8;z?'(B", - backcolor: "$BGX7J?'(B", - horizontalrule: "$B?eJ?@~(B", - createlink: "$B%j%s%/:n@.(B", - insertimage: "$B2hA|A^F~(B", - inserttable: "$B%F!<%V%kA^F~(B", - htmlmode: "HTML$BI=<(@ZBX(B", - popupeditor: "$B%(%G%#%?3HBg(B", - about: "$B%P!<%8%g%s>pJs(B", - help: "$B%X%k%W(B", - textindicator: "$B8=:_$N%9%?%$%k(B" - } -}; diff --git a/lib/editor/lang/ja-sjis.js b/lib/editor/lang/ja-sjis.js deleted file mode 100644 index 0831b897ec..0000000000 --- a/lib/editor/lang/ja-sjis.js +++ /dev/null @@ -1,37 +0,0 @@ -// I18N constants -- Japanese Shift-JIS -// 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-sjis", - - tooltips: { - bold: "‘¾Žš", - italic: "ŽÎ‘Ì", - underline: "‰ºü", - strikethrough: "‘Å‚¿Á‚µü", - subscript: "‰º•t‚«“Y‚¦Žš", - superscript: "ã•t‚«“Y‚¦Žš", - justifyleft: "¶Šñ‚¹", - justifycenter: "’†‰›Šñ‚¹", - justifyright: "‰EŠñ‚¹", - justifyfull: "‹Ï“™Š„•t", - orderedlist: "”ԍ†•t‚«‰Óð‘‚«", - unorderedlist: "‹L†•t‚«‰Óð‘‚«", - outdent: "ƒCƒ“ƒfƒ“ƒg‰ðœ", - indent: "ƒCƒ“ƒfƒ“ƒgÝ’è", - forecolor: "•¶ŽšF", - backcolor: "”wŒiF", - horizontalrule: "…•½ü", - createlink: "ƒŠƒ“ƒNì¬", - insertimage: "‰æ‘œ‘}“ü", - inserttable: "ƒe[ƒuƒ‹‘}“ü", - htmlmode: "HTML•\ަØ‘Ö", - popupeditor: "ƒGƒfƒBƒ^Šg‘å", - about: "ƒo[ƒWƒ‡ƒ“î•ñ", - help: "ƒwƒ‹ƒv", - textindicator: "Œ»Ý‚̃Xƒ^ƒCƒ‹" - } -}; diff --git a/lib/editor/lang/ja-utf8.js b/lib/editor/lang/ja-utf8.js deleted file mode 100644 index d8e6281a81..0000000000 --- a/lib/editor/lang/ja-utf8.js +++ /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: "背景色", - horizontalrule: "水平線", - createlink: "リンク作成", - insertimage: "画像挿入", - inserttable: "テーブル挿入", - htmlmode: "HTML表示切替", - popupeditor: "エディタ拡大", - about: "バージョン情報", - help: "ヘルプ", - textindicator: "現在のスタイル" - } -}; diff --git a/lib/editor/lang/nb.js b/lib/editor/lang/nb.js deleted file mode 100644 index ad61752de1..0000000000 --- a/lib/editor/lang/nb.js +++ /dev/null @@ -1,36 +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: "nb", - - tooltips: { - bold: "Fet", - italic: "Kursiv", - underline: "Understreket", - strikethrough: "Gjennomstreket", - subscript: "Senket", - superscript: "Hevet", - justifyleft: "Venstrejuster", - justifycenter: "Midtjuster", - justifyright: "Høyrejuster", - justifyfull: "Blokkjuster", - orderedlist: "Nummerert liste", - unorderedlist: "Punktmerket liste", - outdent: "Øke innrykk", - indent: "Reduser innrykk", - forecolor: "Skriftfarge", - backcolor: "Bakgrunnsfarge", - horizontalrule: "Horisontal linje", - createlink: "Sett inn lenke", - insertimage: "Sett inn bilde", - inserttable: "Sett inn tabell", - htmlmode: "Vis HTML kode", - popupeditor: "Forstørr redigeringsvindu", - about: "Om..", - help: "Hjelp", - textindicator: "Gjeldende stil" - } -}; diff --git a/lib/editor/lang/nl.js b/lib/editor/lang/nl.js deleted file mode 100644 index 60c5b59496..0000000000 --- a/lib/editor/lang/nl.js +++ /dev/null @@ -1,37 +0,0 @@ -// Dutch version -// Author: Wouter Meeus alias Redspider - -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: "Onderlijnen", - strikethrough: "Doorstrepen", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Links Uitlijnen", - justifycenter: "Centreren", - justifyright: "Rechts Uitlijnen", - justifyfull: "Uitvullen", - orderedlist: "Nummering", - unorderedlist: "Opsomming", - outdent: "Verklein insprong", - indent: "Vergroot insprong", - forecolor: "Tekst Kleur", - backcolor: "Achtergrond Kleur", - horizontalrule: "Horizontale lijn", - createlink: "Hyperlink invoegen", - insertimage: "Afbeelding invoegen", - inserttable: "Tabel invoegen", - htmlmode: "HTML broncode", - popupeditor: "Vergroot Editor", - about: "Over deze editor", - help: "Help", - textindicator: "Huidige stijl" - } -}; diff --git a/lib/editor/lang/old_fi.js b/lib/editor/lang/old_fi.js deleted file mode 100644 index ca9586609d..0000000000 --- a/lib/editor/lang/old_fi.js +++ /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: "fi", - - tooltips: { - bold: "Lihavoitu", - italic: "Kursivoitu", - underline: "Alleviivattu", - strikethrough: "Yliviivattu", - subscript: "Alaindeksi", - superscript: "Yläindeksi", - justifyleft: "Tasaa vasemmat reunat", - justifycenter: "Keskitä", - justifyright: "Tasaa oikeat reunat", - justifyfull: "Tasaa molemmat reunat", - insertorderedlist: "Numerointi", - insertunorderedlist: "Luettelomerkit", - outdent: "Lisää sisennystä", - indent: "Pienennä sisennystä", - forecolor: "Fontin väri", - hilitecolor: "Taustaväri", - inserthorizontalrule: "Vaakaviiva", - createlink: "Lisää Linkki", - insertimage: "Lisää Kuva", - inserttable: "Lisää Taulu", - htmlmode: "HTML Lähdekoodi vs WYSIWYG", - popupeditor: "Suurenna Editori", - about: "Tietoja Editorista", - showhelp: "Näytä Ohje", - textindicator: "Nykyinen tyyli", - undo: "Peruuta viimeinen toiminto", - redo: "Palauta viimeinen toiminto", - cut: "Leikkaa maalattu", - copy: "Kopioi maalattu", - paste: "Liitä leikepyödältä" - }, - - buttons: { - "ok": "Hyväksy", - "cancel": "Peruuta" - }, - - msg: { - "Path": "Polku", - "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWIG." - } -}; diff --git a/lib/editor/lang/pl.js b/lib/editor/lang/pl.js deleted file mode 100644 index b2a35c58d1..0000000000 --- a/lib/editor/lang/pl.js +++ /dev/null @@ -1,36 +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: "Podkreœlenie", - strikethrough: "Przekreœlenie", - subscript: "Indeks dolny", - superscript: "Indeks górny", - justifyleft: "Wyrównaj do lewej", - justifycenter: "Wyœrodkuj", - justifyright: "Wyrównaj do prawej", - justifyfull: "Wyjustuj", - orderedlist: "Numerowanie", - unorderedlist: "Wypunktowanie", - outdent: "Zmniejsz wciêcie", - indent: "Zwiêksz wciêcie", - forecolor: "Kolor czcionki", - backcolor: "Kolor t³a", - horizontalrule: "Linia pozioma", - createlink: "Wstaw adres sieci Web", - insertimage: "Wstaw obraz", - inserttable: "Wstaw tabelê", - htmlmode: "Edycja WYSIWYG/w Ÿródle strony", - popupeditor: "Pe³ny ekran", - about: "Informacje o tym edytorze", - help: "Pomoc", - textindicator: "Obecny styl" - } -}; diff --git a/lib/editor/lang/pt_br.js b/lib/editor/lang/pt_br.js deleted file mode 100644 index 795cc7458a..0000000000 --- a/lib/editor/lang/pt_br.js +++ /dev/null @@ -1,37 +0,0 @@ -// I18N constants -// Brazilian Portuguese Translation by Alex Piaz - -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "pt_br", - - tooltips: { - bold: "Negrito", - italic: "Itálico", - 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 Indentação", - indent: "Aumentar Indentação", - forecolor: "Cor da Fonte", - backcolor: "Cor do Fundo", - horizontalrule: "Linha Horizontal", - createlink: "Inserir Link", - insertimage: "Inserir Imagem", - inserttable: "Inserir Tabela", - htmlmode: "Ver Código-Fonte", - popupeditor: "Expandir Editor", - about: "Sobre", - help: "Ajuda", - textindicator: "Estilo Atual" - } -}; diff --git a/lib/editor/lang/ro.js b/lib/editor/lang/ro.js deleted file mode 100644 index 0f59bc82fe..0000000000 --- a/lib/editor/lang/ro.js +++ /dev/null @@ -1,63 +0,0 @@ -// I18N constants - -// LANG: "ro", ENCODING: UTF-8 -// Author: Mihai Bazon, - -// FOR TRANSLATORS: -// -// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE -// (at least a valid email address) -// -// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING; -// (if this is not possible, please include a comment -// that states what encoding is necessary.) - -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "ro", - - tooltips: { - bold: "Îngroşat", - italic: "Italic", - underline: "Subliniat", - strikethrough: "Tăiat", - subscript: "Subscript", - superscript: "Superscript", - justifyleft: "Aliniere la stânga", - justifycenter: "Aliniere pe centru", - justifyright: "Aliniere la dreapta", - justifyfull: "Aliniere în ambele părÅ£i", - orderedlist: "Listă ordonată", - unorderedlist: "Listă marcată", - outdent: "Micşorează alineatul", - indent: "Măreşte alineatul", - forecolor: "Culoarea textului", - hilitecolor: "Culoare de fundal", - horizontalrule: "Linie orizontală", - createlink: "Inserează link", - insertimage: "Inserează o imagine", - inserttable: "Inserează un tabel", - htmlmode: "Sursa HTML / WYSIWYG", - popupeditor: "Maximizează editorul", - about: "Despre editor", - showhelp: "DocumentaÅ£ie (devel)", - textindicator: "Stilul curent", - undo: "Anulează ultima acÅ£iune", - redo: "Reface ultima acÅ£iune anulată", - cut: "Taie în clipboard", - copy: "Copie în clipboard", - paste: "Aduce din clipboard" - }, - - buttons: { - "ok": "OK", - "cancel": "Anulează" - }, - - msg: { - "Path": "Calea", - "TEXT_MODE": "Eşti în modul TEXT. Apasă butonul [<>] pentru a te întoarce în modul WYSIWYG." - } -}; diff --git a/lib/editor/lang/ru.js b/lib/editor/lang/ru.js deleted file mode 100644 index cd030eba35..0000000000 --- a/lib/editor/lang/ru.js +++ /dev/null @@ -1,36 +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: "ru", - - tooltips: { - bold: "Æèðíûé", - italic: "Íàêëîííûé", - underline: "Ïîä÷åðêíóòûé", - strikethrough: "Ïåðå÷åðêíóòûé", - subscript: "Íèæíèé èíäåêñ", - superscript: "Âåðõíèé èíäåêñ", - justifyleft: "Âûðàâíèâàíèå ïî ëåâîìó êðàþ", - justifycenter: "Âûðàâíèâàíèå ïî öåíòðó", - justifyright: "Âûðàâíèâàíèå ïî ïðàâîìó êðàþ", - justifyfull: "Ðàñòÿíóòûé òåêñò", - orderedlist: "Íóìåðîâàííûé ñïèñîê", - unorderedlist: "Ìàðêèðîâàííûé ñïèñîê", - outdent: "Ñäâèã â ëåâî", - indent: "Ñäâèã â ïðàâî", - forecolor: "Öâåò øðèôòà", - backcolor: "Öâåò ôîíà", - horizontalrule: "Ãîðèçîíòàëüíàÿ ëèíèÿ", - createlink: "Âñòàâèòü ññûëêó", - insertimage: "Âñòàâèòü êàðòèíêó", - inserttable: "Âñòàâèòü òàáëèöó", - htmlmode: "Âèäåòü HTML êîä", - popupeditor: "Óâåëè÷èòü ðåäàêòîð", - about: "Î ðåäàêòîðå", - help: "Ïîìîùü â èñïîëüçîâàíèè", - textindicator: "Äàííûé ñòèëü" - } -}; diff --git a/lib/editor/lang/se.js b/lib/editor/lang/se.js deleted file mode 100644 index 2b567d4da8..0000000000 --- a/lib/editor/lang/se.js +++ /dev/null @@ -1,38 +0,0 @@ -// Swedish version for htmlArea v3.0 - Alpha Release -// - translated by pat -// term´s and licenses are equal to htmlarea! - -HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "se", - - tooltips: { - bold: "Fet", - italic: "Kursiv", - underline: "Understruken", - strikethrough: "Genomstruken", - subscript: "Nedsänkt", - superscript: "Upphöjd", - justifyleft: "Vänsterjustera", - justifycenter: "Centrera", - justifyright: "Högerjustera", - justifyfull: "Marginaljustera", - orderedlist: "Numrerad lista", - unorderedlist: "Punktlista", - outdent: "Minska indrag", - indent: "Öka indrag", - forecolor: "Textfärg", - backcolor: "Bakgrundsfärg", - horizontalrule: "Vågrät linje", - createlink: "Infoga länk", - insertimage: "Infoga bild", - inserttable: "Infoga tabell", - htmlmode: "Visa källkod", - popupeditor: "Visa i eget fönster", - about: "Om denna editor", - help: "Hjälp", - textindicator: "Nuvarande stil" - } -}; diff --git a/lib/editor/lang/vn.js b/lib/editor/lang/vn.js deleted file mode 100644 index fd8bf6c974..0000000000 --- a/lib/editor/lang/vn.js +++ /dev/null @@ -1,38 +0,0 @@ -// I18N constants : Vietnamese -// mviet: download the free Vietnamese script addon for htmlArea at: www.mviet.org -// email: mviet@socal.rr.com - -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 Đít", - strikethrough: "Gạch Xóa", - subscript: "Viết Xuống Dưới", - superscript: "Viết Lên Trên ", - justifyleft: "Ngay Hàng Bên Trái ", - justifycenter: "Ngay Hàng Giữa", - justifyright: "Ngay Hàng Lên Phải", - justifyfull: "Ngay Hàng Trái & Phải", - orderedlist: "Chuỗi Thứ Tá»± 123", - unorderedlist: "Chuỗi Nút", - outdent: "Giảm Vào Hàng", - indent: "Tăng Vào Hàng", - forecolor: "Màu Chữ", - backcolor: "Màu Nền", - horizontalrule: "Thước Ngang", - createlink: "Tạo Nối", - insertimage: "Mang Hình Vô", - inserttable: "Mang Khuôn Vô", - htmlmode: "Bật / Tắt Nguồn HTML", - popupeditor: "Póp Lớn Khung Viết", - about: "Nói Về Chương Trình", - help: "Giúp Đỡ", - textindicator: "Loại Kiểu Viết" - } -}; diff --git a/lib/editor/popups/custom2.html b/lib/editor/popups/custom2.html deleted file mode 100644 index 04314a05b9..0000000000 --- a/lib/editor/popups/custom2.html +++ /dev/null @@ -1,35 +0,0 @@ - - - Select Phrase - - - - -
-
- - - - - -
-
- \ No newline at end of file diff --git a/lib/editor/popups/dlg_ins_char.html b/lib/editor/popups/dlg_ins_char.html deleted file mode 100644 index f9ae7b34d4..0000000000 --- a/lib/editor/popups/dlg_ins_char.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - -Insert Character - - - - - - - - - -
Choose Character
- - - - -
- - - -
-

-
- - - diff --git a/lib/editor/popups/fullscreen.html b/lib/editor/popups/fullscreen.html deleted file mode 100644 index c3dfb1af9e..0000000000 --- a/lib/editor/popups/fullscreen.html +++ /dev/null @@ -1,161 +0,0 @@ - -Fullscreen Editor - - - - - - - - - - - - - -
- -
- - diff --git a/lib/editor/popups/insert_image.html b/lib/editor/popups/insert_image.html deleted file mode 100644 index 06e643301a..0000000000 --- a/lib/editor/popups/insert_image.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - Insert Image - - - - - - - - - - - -
Insert Image
- -
- - - - - - - - - - - - - -
Image URL: - -
Alternate text:
- -

- -

-Layout - -
- -
Alignment:
- - -

- -

Border thickness:
- - -
- -
- -
-Spacing - -
- -
Horizontal:
- - -

- -

Vertical:
- - -
- -
- -
-
- - -
- -
- - - diff --git a/lib/editor/popups/insert_table.html b/lib/editor/popups/insert_table.html deleted file mode 100644 index ebb6982ed7..0000000000 --- a/lib/editor/popups/insert_table.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - Insert Table - - - - - - - - - - - -
Insert Table
- -
- - - - - - - - - - - - - - - - - - - -
Rows:
Cols:Width:
- -

- -

-Layout - -
- -
Alignment:
- - -

- -

Border thickness:
- - -
- -
- -
-Spacing - -
- -
Cell spacing:
- - -

- -

Cell padding:
- - -
- -
- -
-
- - -
- -
- - - diff --git a/lib/editor/popups/link.html b/lib/editor/popups/link.html deleted file mode 100644 index 97a9edac40..0000000000 --- a/lib/editor/popups/link.html +++ /dev/null @@ -1,221 +0,0 @@ - - - -testaus - - - - - - - -
Lisää linkki
- - - - - -
- Tiedosto selain - -
- -

-

- - - -   - -

-
-
 
-
-
- Tiedoston ominaisuudet -
- - - - - - - - - - - - - -
Luotu:
Tyyppi:
Koko:
-
-
-
Linkin ominaisuudet -
- - - - - - - - - - - - - -
Osoite:
Otsikko:
Kohde:
-
- - - - -
  -
-
-
-
-
-

 

- - diff --git a/lib/editor/popups/new_insert_image.html b/lib/editor/popups/new_insert_image.html deleted file mode 100644 index 8936733c50..0000000000 --- a/lib/editor/popups/new_insert_image.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - Insert Image - - - - - - - - - - - -
Insert Image
- -
- - - - - - - - - - - - - -
Image URL: - -
Alternate text:
- -

- -

-Layout - -
- -
Alignment:
- - -

- -

Border thickness:
- - -
- -
- -
-Spacing - -
- -
Horizontal:
- - -

- -

Vertical:
- - -
- -
- -
-
- - -
- -
- - -