From cf75fb13fc5ec6a219b37ed2f858a8e9e484fd68 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 26 Sep 2005 18:44:32 +0000 Subject: [PATCH] * new tinymce --- webcit/tiny_mce/plugins/_template/langs/da.js | 8 ++++ webcit/tiny_mce/plugins/_template/langs/de.js | 9 ++++ webcit/tiny_mce/plugins/_template/langs/he.js | 8 ++++ webcit/tiny_mce/plugins/_template/langs/hu.js | 8 ++++ webcit/tiny_mce/plugins/advhr/langs/da.js | 8 ++++ webcit/tiny_mce/plugins/advhr/langs/hu.js | 8 ++++ webcit/tiny_mce/plugins/advhr/langs/no.js | 8 ++++ webcit/tiny_mce/plugins/advimage/langs/da.js | 27 +++++++++++ webcit/tiny_mce/plugins/advimage/langs/hu.js | 27 +++++++++++ webcit/tiny_mce/plugins/advimage/langs/no.js | 27 +++++++++++ webcit/tiny_mce/plugins/advlink/langs/da.js | 46 +++++++++++++++++++ webcit/tiny_mce/plugins/advlink/langs/hu.js | 46 +++++++++++++++++++ webcit/tiny_mce/plugins/advlink/langs/no.js | 46 +++++++++++++++++++ webcit/tiny_mce/plugins/autosave/langs/da.js | 5 ++ webcit/tiny_mce/plugins/autosave/langs/de.js | 5 ++ webcit/tiny_mce/plugins/autosave/langs/he.js | 5 ++ webcit/tiny_mce/plugins/autosave/langs/hu.js | 5 ++ webcit/tiny_mce/plugins/autosave/langs/no.js | 6 +++ .../plugins/directionality/langs/da.js | 6 +++ .../plugins/directionality/langs/de.js | 6 +++ .../plugins/directionality/langs/hu.js | 6 +++ .../plugins/directionality/langs/no.js | 6 +++ webcit/tiny_mce/plugins/emotions/langs/da.js | 22 +++++++++ webcit/tiny_mce/plugins/emotions/langs/hu.js | 22 +++++++++ webcit/tiny_mce/plugins/emotions/langs/no.js | 22 +++++++++ webcit/tiny_mce/plugins/flash/langs/da.js | 11 +++++ webcit/tiny_mce/plugins/flash/langs/hu.js | 11 +++++ webcit/tiny_mce/plugins/flash/langs/no.js | 11 +++++ .../tiny_mce/plugins/fullscreen/langs/da.js | 6 +++ .../tiny_mce/plugins/fullscreen/langs/de.js | 6 +++ .../tiny_mce/plugins/fullscreen/langs/hu.js | 6 +++ .../tiny_mce/plugins/fullscreen/langs/no.js | 6 +++ webcit/tiny_mce/plugins/iespell/langs/da.js | 7 +++ webcit/tiny_mce/plugins/iespell/langs/hu.js | 7 +++ webcit/tiny_mce/plugins/iespell/langs/no.js | 6 +++ .../plugins/insertdatetime/langs/da.js | 12 +++++ .../plugins/insertdatetime/langs/hu.js | 12 +++++ .../plugins/insertdatetime/langs/no.js | 12 +++++ webcit/tiny_mce/plugins/paste/langs/da.js | 10 ++++ webcit/tiny_mce/plugins/paste/langs/de.js | 10 ++++ webcit/tiny_mce/plugins/paste/langs/hu.js | 10 ++++ webcit/tiny_mce/plugins/paste/langs/no.js | 10 ++++ webcit/tiny_mce/plugins/preview/langs/da.js | 5 ++ webcit/tiny_mce/plugins/preview/langs/hu.js | 5 ++ webcit/tiny_mce/plugins/preview/langs/no.js | 5 ++ webcit/tiny_mce/plugins/print/langs/da.js | 5 ++ webcit/tiny_mce/plugins/print/langs/hu.js | 5 ++ webcit/tiny_mce/plugins/print/langs/no.js | 5 ++ webcit/tiny_mce/plugins/save/langs/da.js | 5 ++ webcit/tiny_mce/plugins/save/langs/hu.js | 5 ++ webcit/tiny_mce/plugins/save/langs/no.js | 5 ++ .../plugins/searchreplace/langs/da.js | 21 +++++++++ .../plugins/searchreplace/langs/hu.js | 21 +++++++++ .../plugins/searchreplace/langs/no.js | 21 +++++++++ .../docs/en/create_accessible_content.htm | 45 ++++++++++++++++++ 55 files changed, 698 insertions(+) create mode 100644 webcit/tiny_mce/plugins/_template/langs/da.js create mode 100644 webcit/tiny_mce/plugins/_template/langs/de.js create mode 100644 webcit/tiny_mce/plugins/_template/langs/he.js create mode 100644 webcit/tiny_mce/plugins/_template/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/advhr/langs/da.js create mode 100644 webcit/tiny_mce/plugins/advhr/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/advhr/langs/no.js create mode 100644 webcit/tiny_mce/plugins/advimage/langs/da.js create mode 100644 webcit/tiny_mce/plugins/advimage/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/advimage/langs/no.js create mode 100644 webcit/tiny_mce/plugins/advlink/langs/da.js create mode 100644 webcit/tiny_mce/plugins/advlink/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/advlink/langs/no.js create mode 100644 webcit/tiny_mce/plugins/autosave/langs/da.js create mode 100644 webcit/tiny_mce/plugins/autosave/langs/de.js create mode 100644 webcit/tiny_mce/plugins/autosave/langs/he.js create mode 100644 webcit/tiny_mce/plugins/autosave/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/autosave/langs/no.js create mode 100644 webcit/tiny_mce/plugins/directionality/langs/da.js create mode 100644 webcit/tiny_mce/plugins/directionality/langs/de.js create mode 100644 webcit/tiny_mce/plugins/directionality/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/directionality/langs/no.js create mode 100644 webcit/tiny_mce/plugins/emotions/langs/da.js create mode 100644 webcit/tiny_mce/plugins/emotions/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/emotions/langs/no.js create mode 100644 webcit/tiny_mce/plugins/flash/langs/da.js create mode 100644 webcit/tiny_mce/plugins/flash/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/flash/langs/no.js create mode 100644 webcit/tiny_mce/plugins/fullscreen/langs/da.js create mode 100644 webcit/tiny_mce/plugins/fullscreen/langs/de.js create mode 100644 webcit/tiny_mce/plugins/fullscreen/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/fullscreen/langs/no.js create mode 100644 webcit/tiny_mce/plugins/iespell/langs/da.js create mode 100644 webcit/tiny_mce/plugins/iespell/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/iespell/langs/no.js create mode 100644 webcit/tiny_mce/plugins/insertdatetime/langs/da.js create mode 100644 webcit/tiny_mce/plugins/insertdatetime/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/insertdatetime/langs/no.js create mode 100644 webcit/tiny_mce/plugins/paste/langs/da.js create mode 100644 webcit/tiny_mce/plugins/paste/langs/de.js create mode 100644 webcit/tiny_mce/plugins/paste/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/paste/langs/no.js create mode 100644 webcit/tiny_mce/plugins/preview/langs/da.js create mode 100644 webcit/tiny_mce/plugins/preview/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/preview/langs/no.js create mode 100644 webcit/tiny_mce/plugins/print/langs/da.js create mode 100644 webcit/tiny_mce/plugins/print/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/print/langs/no.js create mode 100644 webcit/tiny_mce/plugins/save/langs/da.js create mode 100644 webcit/tiny_mce/plugins/save/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/save/langs/no.js create mode 100644 webcit/tiny_mce/plugins/searchreplace/langs/da.js create mode 100644 webcit/tiny_mce/plugins/searchreplace/langs/hu.js create mode 100644 webcit/tiny_mce/plugins/searchreplace/langs/no.js create mode 100644 webcit/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm diff --git a/webcit/tiny_mce/plugins/_template/langs/da.js b/webcit/tiny_mce/plugins/_template/langs/da.js new file mode 100644 index 000000000..0850d87f7 --- /dev/null +++ b/webcit/tiny_mce/plugins/_template/langs/da.js @@ -0,0 +1,8 @@ +// DK lang variables contributed by Jan Moelgaard + +/* Remember to namespace the language parameters lang__ */ + +tinyMCE.addToLang('',{ +template_title : 'Dette er bare en pop-up-skabelon', +template_desc : 'Dette er bare en testknap' +}); diff --git a/webcit/tiny_mce/plugins/_template/langs/de.js b/webcit/tiny_mce/plugins/_template/langs/de.js new file mode 100644 index 000000000..193d5e7a1 --- /dev/null +++ b/webcit/tiny_mce/plugins/_template/langs/de.js @@ -0,0 +1,9 @@ +// DE lang variables + +/* Remember to namespace the language parameters lang__ */ +/* Sprachparameter müssen als lang__ definiert werden */ + +tinyMCE.addToLang('',{ +template_title : 'Dies ist nur ein Beispiel-Popup', +template_desc : 'Dies ist nur ein Beispiel-Button' +}); diff --git a/webcit/tiny_mce/plugins/_template/langs/he.js b/webcit/tiny_mce/plugins/_template/langs/he.js new file mode 100644 index 000000000..daa326913 --- /dev/null +++ b/webcit/tiny_mce/plugins/_template/langs/he.js @@ -0,0 +1,8 @@ +// HE lang variables + +/* Remember to namespace the language parameters lang__ */ + +tinyMCE.addToLang('',{ +template_title : 'æä ñúí çìåï ÷åôõ ùì äúáðéú', +template_desc : 'æä ñúí ëôúåø ùì äúáðéú' +}); diff --git a/webcit/tiny_mce/plugins/_template/langs/hu.js b/webcit/tiny_mce/plugins/_template/langs/hu.js new file mode 100644 index 000000000..855fed429 --- /dev/null +++ b/webcit/tiny_mce/plugins/_template/langs/hu.js @@ -0,0 +1,8 @@ +// HU lang variables + +/* Remember to namespace the language parameters lang__ */ + +tinyMCE.addToLang('',{ +template_title : 'Ez csak egy példa popup', +template_desc : 'Ez csak egy példa gomb' +}); diff --git a/webcit/tiny_mce/plugins/advhr/langs/da.js b/webcit/tiny_mce/plugins/advhr/langs/da.js new file mode 100644 index 000000000..3908f0df3 --- /dev/null +++ b/webcit/tiny_mce/plugins/advhr/langs/da.js @@ -0,0 +1,8 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +insert_advhr_desc : 'Indsæt / rediger horisontal bjælke', +insert_advhr_width : 'Bredde', +insert_advhr_size : 'Højde', +insert_advhr_noshade : 'Ingen skygge' +}); diff --git a/webcit/tiny_mce/plugins/advhr/langs/hu.js b/webcit/tiny_mce/plugins/advhr/langs/hu.js new file mode 100644 index 000000000..9a6d66aa8 --- /dev/null +++ b/webcit/tiny_mce/plugins/advhr/langs/hu.js @@ -0,0 +1,8 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +insert_advhr_desc : 'Vízszintes vonal beillesztése / szerkesztése', +insert_advhr_width : 'Hosszúság', +insert_advhr_size : 'Szélesség', +insert_advhr_noshade : 'Nincs árnyék' +}); diff --git a/webcit/tiny_mce/plugins/advhr/langs/no.js b/webcit/tiny_mce/plugins/advhr/langs/no.js new file mode 100644 index 000000000..6f74f7f01 --- /dev/null +++ b/webcit/tiny_mce/plugins/advhr/langs/no.js @@ -0,0 +1,8 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +insert_advhr_desc : 'Lage/Redigere horisontal linje', +insert_advhr_width : 'Bredde', +insert_advhr_size : 'Højde', +insert_advhr_noshade : 'Ingen skygge' +}); diff --git a/webcit/tiny_mce/plugins/advimage/langs/da.js b/webcit/tiny_mce/plugins/advimage/langs/da.js new file mode 100644 index 000000000..5379e9844 --- /dev/null +++ b/webcit/tiny_mce/plugins/advimage/langs/da.js @@ -0,0 +1,27 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('advimage',{ +tab_general : 'Generelt', +tab_appearance : 'Udseende', +tab_advanced : 'Avanceret', +general : 'Generelt', +title : 'Overskrift', +preview : 'Se', +constrain_proportions : 'Fasthold proportioner', +langdir : 'Tekstretning', +langcode : 'Sprogkode', +long_desc : 'Langt beskrivelseslink', +style : 'Style', +classes : 'Klasser', +ltr : 'Venstre til højre', +rtl : 'Højre til venstre', +id : 'Id', +image_map : 'Billedkort', +swap_image : 'Alternativt billede', +alt_image : 'Alternative image', +mouseover : 'ved mouse over', +mouseout : 'ved mouse out', +misc : 'Diverse', +example_img : 'Appearance preview image', +missing_alt : 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.' +}); diff --git a/webcit/tiny_mce/plugins/advimage/langs/hu.js b/webcit/tiny_mce/plugins/advimage/langs/hu.js new file mode 100644 index 000000000..48e5d3bf0 --- /dev/null +++ b/webcit/tiny_mce/plugins/advimage/langs/hu.js @@ -0,0 +1,27 @@ +// HU lang variables + +tinyMCE.addToLang('advimage',{ +tab_general : 'Általános', +tab_appearance : 'Megjelenés', +tab_advanced : 'Haladó', +general : 'Általános', +title : 'Cím', +preview : 'Elõnézet', +constrain_proportions : 'Arányok kényszerítése', +langdir : 'Szöveg pozíció', +langcode : 'Szöveg kód', +long_desc : 'Hosszú leírás link', +style : 'Stílus', +classes : 'Osztályok', +ltr : 'Balról jobbra', +rtl : 'Jobbról balra', +id : 'Azonosító', +image_map : 'Kép térkép', +swap_image : 'Kép váltás', +alt_image : 'Másik kép', +mouseover : 'egér rámutatásra', +mouseout : 'egér elmozdítására', +misc : 'Egyéb', +example_img : 'Elõnézeti kép megjelenése', +missing_alt : 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.' +}); diff --git a/webcit/tiny_mce/plugins/advimage/langs/no.js b/webcit/tiny_mce/plugins/advimage/langs/no.js new file mode 100644 index 000000000..a7a59bce5 --- /dev/null +++ b/webcit/tiny_mce/plugins/advimage/langs/no.js @@ -0,0 +1,27 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('advimage',{ +tab_general : 'Generelle innstillinger', +tab_appearance : 'Visuelle innstillinger', +tab_advanced : 'Avanserte innstillinger', +general : 'Generell', +title : 'Tittel', +preview : 'Forhåndsvisning', +constrain_proportions : 'Behold proporsjonene', +langdir : 'Skrift retning', +langcode : 'Språk kode', +long_desc : 'Lang beskrivelse', +style : 'Stil', +classes : 'CSS Klasser', +ltr : 'Venstre mot høyre', +rtl : 'Høyre mot venstre', +id : 'Id', +image_map : 'Opprett bilde', +swap_image : 'Bytt bilde', +alt_image : 'Alternativt bilde', +mouseover : 'når pekeren er over', +mouseout : 'når pekeren er utenfor', +misc : 'Annet', +example_img : 'Forhåndsvisnings bilde', +missing_alt : 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.' +}); diff --git a/webcit/tiny_mce/plugins/advlink/langs/da.js b/webcit/tiny_mce/plugins/advlink/langs/da.js new file mode 100644 index 000000000..89dfef0e1 --- /dev/null +++ b/webcit/tiny_mce/plugins/advlink/langs/da.js @@ -0,0 +1,46 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('advlink',{ +general_tab : 'Generelt', +popup_tab : 'Pop up', +events_tab : 'Events', +advanced_tab : 'Avanceret', +general_props : 'General properties', +popup_props : 'Popup properties', +event_props : 'Events', +advanced_props : 'Advanced properties', +popup_opts : 'Options', +anchor_names : 'Anchors', +target_same : 'Open in this window / frame', +target_parent : 'Open in parent window / frame', +target_top : 'Open in top frame (replaces all frames)', +target_blank : 'Open in new window', +popup : 'Javascript popup', +popup_url : 'Popup URL', +popup_name : 'Window name', +popup_return : 'Insert \'return false\'', +popup_scrollbars : 'Show scrollbars', +popup_statusbar : 'Show status bar', +popup_toolbar : 'Show toolbars', +popup_menubar : 'Show menu bar', +popup_location : 'Show location bar', +popup_resizable : 'Make window resizable', +popup_dependent : 'Dependent (Mozilla/Firefox only)', +popup_size : 'Size', +popup_position : 'Position (X/Y)', +id : 'Id', +style: 'Style', +classes : 'Classes', +target_name : 'Target name', +langdir : 'Language direction', +target_langcode : 'Target language', +langcode : 'Language code', +encoding : 'Target character encoding', +mime : 'Target MIME type', +rel : 'Relationship page to target', +rev : 'Relationship target to page', +tabindex : 'Tabindex', +accesskey : 'Accesskey', +ltr : 'Left to right', +rtl : 'Right to left' +}); diff --git a/webcit/tiny_mce/plugins/advlink/langs/hu.js b/webcit/tiny_mce/plugins/advlink/langs/hu.js new file mode 100644 index 000000000..d774b3de4 --- /dev/null +++ b/webcit/tiny_mce/plugins/advlink/langs/hu.js @@ -0,0 +1,46 @@ +// HU lang variables + +tinyMCE.addToLang('advlink',{ +general_tab : 'Általános', +popup_tab : 'Popup', +events_tab : 'Események', +advanced_tab : 'Haladó', +general_props : 'Általános beállítások', +popup_props : 'Popup beállítások', +event_props : 'Események', +advanced_props : 'Haladó beállítások', +popup_opts : 'Opciók', +anchor_names : 'Horgonyok', +target_same : 'Megnyitás ebben az ablakban / keretben', +target_parent : 'Megnyitás a szülõ ablakban / keretben', +target_top : 'Megnyitás felsõ keretben (minden keretet lecserél)', +target_blank : 'Megnyitás új ablakban', +popup : 'Javascript popup', +popup_url : 'Popup URL', +popup_name : 'Ablak név', +popup_return : '\'return false\' beszúrása', +popup_scrollbars : 'Görgetõsávok megjelenítése', +popup_statusbar : 'Állapotsor megjelenítése', +popup_toolbar : 'Eszköztárak megjelenítése', +popup_menubar : 'Menüsor megjelenítése', +popup_location : 'Címsáv megjelenítése', +popup_resizable : 'Ablak átméretezhetõvé tétele', +popup_dependent : 'Függõ (csak Mozilla/Firefox)', +popup_size : 'Méret', +popup_position : 'Pozíció (X/Y)', +id : 'Azonosító', +style: 'Stílus', +classes : 'Osztályok', +target_name : 'Cél neve', +langdir : 'Szöveg pozíció', +target_langcode : 'Cél szöveg', +langcode : 'Szöveg kód', +encoding : 'Cél karakter kódolás', +mime : 'Cél MIME típus', +rel : 'Oldal kapcsolata a céllal', +rev : 'Cél kapcsolat az oldallal', +tabindex : 'Tabindex', +accesskey : 'Accesskey', +ltr : 'Balról jobbra', +rtl : 'Jobbról balra' +}); diff --git a/webcit/tiny_mce/plugins/advlink/langs/no.js b/webcit/tiny_mce/plugins/advlink/langs/no.js new file mode 100644 index 000000000..6c0d2936c --- /dev/null +++ b/webcit/tiny_mce/plugins/advlink/langs/no.js @@ -0,0 +1,46 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('advlink',{ +general_tab : 'Generelle innstillinger', +popup_tab : 'Popup', +events_tab : 'Hendelser', +advanced_tab : 'Avanserte innstillinger', +general_props : 'Generelle innstillinger', +popup_props : 'Popup innstillninger', +event_props : 'Hendelser', +advanced_props : 'Generelle innstillinger', +popup_opts : 'Innstillinger', +anchor_names : 'Bokmærke', +target_same : 'Åpne i samme vindu / ramme', +target_parent : 'Åpne i underliggende vindu / ramme', +target_top : 'Åpne i topprammen (erstatter alle rammer)', +target_blank : 'Åpne i et nytt vindu', +popup : 'Javascript popup', +popup_url : 'Popup URL', +popup_name : 'Vindu navn', +popup_return : 'Sett inn \'return false\'', +popup_scrollbars : 'Vis scrollbars', +popup_statusbar : 'Vis status bar', +popup_toolbar : 'Vis toolbars', +popup_menubar : 'Vis menu bar', +popup_location : 'Vis location bar', +popup_resizable : 'Gjør vinduet skalerbart', +popup_dependent : 'Avhengig vindu (Bare i Mozilla/Firefox)', +popup_size : 'St&oring;rrelse', +popup_position : 'Posisjon (X/Y)', +id : 'Id', +style: 'Stil', +classes : 'CSS Klasser', +target_name : 'Mål navn', +langdir : 'Skrift retning', +target_langcode : 'Mål språk', +langcode : 'Språk kode', +encoding : 'Tegn konvertering', +mime : 'Målets MIME type', +rel : 'Relasjon side til mål', +rev : 'Relasjon mål til side', +tabindex : 'Tabindex', +accesskey : 'Accesskey', +ltr : 'Venstre mot høyre', +rtl : 'Høyre mot venstre' +}); diff --git a/webcit/tiny_mce/plugins/autosave/langs/da.js b/webcit/tiny_mce/plugins/autosave/langs/da.js new file mode 100644 index 000000000..80a3b815b --- /dev/null +++ b/webcit/tiny_mce/plugins/autosave/langs/da.js @@ -0,0 +1,5 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +autosave_unload_msg : 'De ændringer, du har lavet, vil gå tabt, hvis du lukker denne side.' +}); diff --git a/webcit/tiny_mce/plugins/autosave/langs/de.js b/webcit/tiny_mce/plugins/autosave/langs/de.js new file mode 100644 index 000000000..3e4542371 --- /dev/null +++ b/webcit/tiny_mce/plugins/autosave/langs/de.js @@ -0,0 +1,5 @@ +// DE lang variables + +tinyMCE.addToLang('',{ +autosave_unload_msg : 'Alle Veränderungen an dieser Seite werden verlorengehen, wenn Sie diese Seite jetzt verlassen.' +}); diff --git a/webcit/tiny_mce/plugins/autosave/langs/he.js b/webcit/tiny_mce/plugins/autosave/langs/he.js new file mode 100644 index 000000000..cb77957c7 --- /dev/null +++ b/webcit/tiny_mce/plugins/autosave/langs/he.js @@ -0,0 +1,5 @@ +// HE lang variables + +tinyMCE.addToLang('',{ +autosave_unload_msg : 'äùéðåééí ùáéöòú éàáãå àí úòæåá àú ãó æä.' +}); diff --git a/webcit/tiny_mce/plugins/autosave/langs/hu.js b/webcit/tiny_mce/plugins/autosave/langs/hu.js new file mode 100644 index 000000000..4b178e98a --- /dev/null +++ b/webcit/tiny_mce/plugins/autosave/langs/hu.js @@ -0,0 +1,5 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +autosave_unload_msg : 'A módosítások el fognak veszni, ha elnavigálsz az oldalról.' +}); diff --git a/webcit/tiny_mce/plugins/autosave/langs/no.js b/webcit/tiny_mce/plugins/autosave/langs/no.js new file mode 100644 index 000000000..840512337 --- /dev/null +++ b/webcit/tiny_mce/plugins/autosave/langs/no.js @@ -0,0 +1,6 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +autosave_unload_msg : 'Forandringene du gjorde forsvinner om du velger å forlate denne siden.' +}); + diff --git a/webcit/tiny_mce/plugins/directionality/langs/da.js b/webcit/tiny_mce/plugins/directionality/langs/da.js new file mode 100644 index 000000000..7cb830068 --- /dev/null +++ b/webcit/tiny_mce/plugins/directionality/langs/da.js @@ -0,0 +1,6 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +directionality_ltr_desc : 'Retning - venstre mod højre', +directionality_rtl_desc : 'Retning - højre mod venstre' +}); diff --git a/webcit/tiny_mce/plugins/directionality/langs/de.js b/webcit/tiny_mce/plugins/directionality/langs/de.js new file mode 100644 index 000000000..b1b691a39 --- /dev/null +++ b/webcit/tiny_mce/plugins/directionality/langs/de.js @@ -0,0 +1,6 @@ +// DE lang variables + +tinyMCE.addToLang('',{ +directionality_ltr_desc : 'Von links nach rechts', +directionality_rtl_desc : 'Von rechts nach links' +}); diff --git a/webcit/tiny_mce/plugins/directionality/langs/hu.js b/webcit/tiny_mce/plugins/directionality/langs/hu.js new file mode 100644 index 000000000..1925ea11d --- /dev/null +++ b/webcit/tiny_mce/plugins/directionality/langs/hu.js @@ -0,0 +1,6 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +directionality_ltr_desc : 'Elhelyezkedés balról jobbra', +directionality_rtl_desc : 'Elhelyezkedés jobbról balra' +}); diff --git a/webcit/tiny_mce/plugins/directionality/langs/no.js b/webcit/tiny_mce/plugins/directionality/langs/no.js new file mode 100644 index 000000000..992f42e33 --- /dev/null +++ b/webcit/tiny_mce/plugins/directionality/langs/no.js @@ -0,0 +1,6 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +directionality_ltr_desc : 'Retning fra venstre mot høre', +directionality_rtl_desc : 'Retning fra høre mot venstre' +}); diff --git a/webcit/tiny_mce/plugins/emotions/langs/da.js b/webcit/tiny_mce/plugins/emotions/langs/da.js new file mode 100644 index 000000000..8dae9e578 --- /dev/null +++ b/webcit/tiny_mce/plugins/emotions/langs/da.js @@ -0,0 +1,22 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('emotions',{ +title : 'Indsæt smiley', +desc : 'Smileys', +cool : 'Cool', +cry : 'Gråd', +embarassed : 'Forlegen', +foot_in_mouth : 'Foden i munden', +frown : 'Rynket pande', +innocent : 'Uskyldig', +kiss : 'Kys', +laughing : 'Latter', +money_mouth : 'Lækker mund', +sealed : 'Lukket af', +smile : 'Smil', +surprised : 'Overrasket', +tongue_out : 'Ræk tunge', +undecided : 'Usikker', +wink : 'Blink', +yell : 'Råb' +}); diff --git a/webcit/tiny_mce/plugins/emotions/langs/hu.js b/webcit/tiny_mce/plugins/emotions/langs/hu.js new file mode 100644 index 000000000..da7397f46 --- /dev/null +++ b/webcit/tiny_mce/plugins/emotions/langs/hu.js @@ -0,0 +1,22 @@ +// HU lang variables + +tinyMCE.addToLang('emotions',{ +title : 'Hangulatjel beszúrása', +desc : 'Hangulatjelek', +cool : 'Király', +cry : 'Sírás', +embarassed : 'Zavart', +foot_in_mouth : 'Foot in mouth', +frown : 'Homlokráncolás', +innocent : 'Ártatlan', +kiss : 'Csók', +laughing : 'Nevetés', +money_mouth : 'Pénzéhes', +sealed : 'Elnémult', +smile : 'Mosolygás', +surprised : 'Meglepett', +tongue_out : 'Tongue out', +undecided : 'Határozatlan', +wink : 'Kacsintás', +yell : 'Sikoltás' +}); diff --git a/webcit/tiny_mce/plugins/emotions/langs/no.js b/webcit/tiny_mce/plugins/emotions/langs/no.js new file mode 100644 index 000000000..4366c192b --- /dev/null +++ b/webcit/tiny_mce/plugins/emotions/langs/no.js @@ -0,0 +1,22 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('emotions',{ +title : 'Lim inn følelse', +desc : 'Følelser', +cool : 'Cool', +cry : 'Gråter', +embarassed : 'Sjenert', +foot_in_mouth : 'Fot i munnen', +frown : 'Lei seg', +innocent : 'Uskyldig', +kiss : 'Kyss', +laughing : 'Ler', +money_mouth : 'Penger i munnen', +sealed : 'Hemmelig', +smile : 'Glad', +surprised : 'Overrasket', +tongue_out : 'Rekke ut tungen', +undecided : 'Betenkt', +wink : 'Flørt', +yell : 'Skrikende' +}); diff --git a/webcit/tiny_mce/plugins/flash/langs/da.js b/webcit/tiny_mce/plugins/flash/langs/da.js new file mode 100644 index 000000000..ad9f1dc98 --- /dev/null +++ b/webcit/tiny_mce/plugins/flash/langs/da.js @@ -0,0 +1,11 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('flash',{ +title : 'Indsæt / rediger Flash-film', +desc : 'Indsæt / rediger Flash-film', +file : 'Flash-Fil (.swf)', +size : 'Størrelse', +list : 'Flash filer', +props : 'Flash egenskaber', +general : 'Genererelt' +}); diff --git a/webcit/tiny_mce/plugins/flash/langs/hu.js b/webcit/tiny_mce/plugins/flash/langs/hu.js new file mode 100644 index 000000000..2a5b4e46d --- /dev/null +++ b/webcit/tiny_mce/plugins/flash/langs/hu.js @@ -0,0 +1,11 @@ +// HU lang variables + +tinyMCE.addToLang('flash',{ +title : 'Flash animáció beszúrása / szerkesztése', +desc : 'Flash animáció beszúrása / szerkesztése', +file : 'Flash-Fájl (.swf)', +size : 'Méret', +list : 'Flash fájlok', +props : 'Flash tulajdonságok', +general : 'Általános' +}); diff --git a/webcit/tiny_mce/plugins/flash/langs/no.js b/webcit/tiny_mce/plugins/flash/langs/no.js new file mode 100644 index 000000000..440ceeddc --- /dev/null +++ b/webcit/tiny_mce/plugins/flash/langs/no.js @@ -0,0 +1,11 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('flash',{ +title : 'Lag/oppdater flash-film', +desc : 'Lag/oppdater flash-film', +file : 'Flash-film (.swf)', +size : 'Størrelse', +list : 'Flash-filer', +props : 'Flash egenskaper', +general : 'Generelle innstillinger' +}); diff --git a/webcit/tiny_mce/plugins/fullscreen/langs/da.js b/webcit/tiny_mce/plugins/fullscreen/langs/da.js new file mode 100644 index 000000000..8c7ff701f --- /dev/null +++ b/webcit/tiny_mce/plugins/fullscreen/langs/da.js @@ -0,0 +1,6 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +fullscreen_title : 'Fuldskærmstilstand', +fullscreen_desc : 'Tænd / sluk for fuldskærm' +}); diff --git a/webcit/tiny_mce/plugins/fullscreen/langs/de.js b/webcit/tiny_mce/plugins/fullscreen/langs/de.js new file mode 100644 index 000000000..34f23d933 --- /dev/null +++ b/webcit/tiny_mce/plugins/fullscreen/langs/de.js @@ -0,0 +1,6 @@ +// DE lang variables + +tinyMCE.addToLang('',{ +fullscreen_title : 'Vollbild-Modus', +fullscreen_desc : 'Vollbild-Modus umschalten' +}); diff --git a/webcit/tiny_mce/plugins/fullscreen/langs/hu.js b/webcit/tiny_mce/plugins/fullscreen/langs/hu.js new file mode 100644 index 000000000..f135929b6 --- /dev/null +++ b/webcit/tiny_mce/plugins/fullscreen/langs/hu.js @@ -0,0 +1,6 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +fullscreen_title : 'Teljesképernyõs mód', +fullscreen_desc : 'Váltás teljesképernyõs módra' +}); diff --git a/webcit/tiny_mce/plugins/fullscreen/langs/no.js b/webcit/tiny_mce/plugins/fullscreen/langs/no.js new file mode 100644 index 000000000..86e15f5b8 --- /dev/null +++ b/webcit/tiny_mce/plugins/fullscreen/langs/no.js @@ -0,0 +1,6 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +fullscreen_title : 'Fullskjermstilstand', +fullscreen_desc : 'Hopp fra/til fullskjermstilstand' +}); diff --git a/webcit/tiny_mce/plugins/iespell/langs/da.js b/webcit/tiny_mce/plugins/iespell/langs/da.js new file mode 100644 index 000000000..d17777f9b --- /dev/null +++ b/webcit/tiny_mce/plugins/iespell/langs/da.js @@ -0,0 +1,7 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +iespell_desc : 'Lav stavekontrol', +iespell_download : "ieSpell kan ikke findes. Klik på OK for at fortsætte til downloadsiden." +}); + diff --git a/webcit/tiny_mce/plugins/iespell/langs/hu.js b/webcit/tiny_mce/plugins/iespell/langs/hu.js new file mode 100644 index 000000000..92e6ce281 --- /dev/null +++ b/webcit/tiny_mce/plugins/iespell/langs/hu.js @@ -0,0 +1,7 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +iespell_desc : 'Helyesírásellenõrzés indítása', +iespell_download : "ieSpell nem található. Kattints az OK-ra a letöltési oldalhoz." +}); + diff --git a/webcit/tiny_mce/plugins/iespell/langs/no.js b/webcit/tiny_mce/plugins/iespell/langs/no.js new file mode 100644 index 000000000..07a00c2b6 --- /dev/null +++ b/webcit/tiny_mce/plugins/iespell/langs/no.js @@ -0,0 +1,6 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +iespell_desc : 'Kjør rettstavingskontroll', +iespell_download : "ieSpell virker ikke å være installert. Klikk OK for å laste hjem." +}); diff --git a/webcit/tiny_mce/plugins/insertdatetime/langs/da.js b/webcit/tiny_mce/plugins/insertdatetime/langs/da.js new file mode 100644 index 000000000..50e1bc3d6 --- /dev/null +++ b/webcit/tiny_mce/plugins/insertdatetime/langs/da.js @@ -0,0 +1,12 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +insertdate_def_fmt : '%d-%m-%Y', +inserttime_def_fmt : '%H:%M:%S', +insertdate_desc : 'Indsæt dato', +inserttime_desc : 'Indsæt tid', +inserttime_months_long : new Array("Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"), +inserttime_months_short : new Array("Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"), +inserttime_day_long : new Array("Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"), +inserttime_day_short : new Array("Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn") +}); diff --git a/webcit/tiny_mce/plugins/insertdatetime/langs/hu.js b/webcit/tiny_mce/plugins/insertdatetime/langs/hu.js new file mode 100644 index 000000000..66c9d387b --- /dev/null +++ b/webcit/tiny_mce/plugins/insertdatetime/langs/hu.js @@ -0,0 +1,12 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +insertdate_def_fmt : '%Y-%m-%d', +inserttime_def_fmt : '%H:%M:%S', +insertdate_desc : 'Dátum beszúrása', +inserttime_desc : 'Idõ beszúrása', +inserttime_months_long : new Array("Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"), +inserttime_months_short : new Array("Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sze", "Okt", "Nov", "Dec"), +inserttime_day_long : new Array("Vasárnap", "Hétfõ", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"), +inserttime_day_short : new Array("Vas", "Hé", "Ke", "Sze", "Csü", "Pén", "Szo", "Vas") +}); diff --git a/webcit/tiny_mce/plugins/insertdatetime/langs/no.js b/webcit/tiny_mce/plugins/insertdatetime/langs/no.js new file mode 100644 index 000000000..6ef47a9d8 --- /dev/null +++ b/webcit/tiny_mce/plugins/insertdatetime/langs/no.js @@ -0,0 +1,12 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +insertdate_def_fmt : '%Y-%m-%d', +inserttime_def_fmt : '%H:%M:%S', +insertdate_desc : 'Lim inn dato', +inserttime_desc : 'Lim inn tid', +inserttime_months_long : new Array("Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"), +inserttime_months_short : new Array("Jan","Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"), +inserttime_day_long : new Array("Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"), +inserttime_day_short : new Array("Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn") +}); diff --git a/webcit/tiny_mce/plugins/paste/langs/da.js b/webcit/tiny_mce/plugins/paste/langs/da.js new file mode 100644 index 000000000..6dbac065e --- /dev/null +++ b/webcit/tiny_mce/plugins/paste/langs/da.js @@ -0,0 +1,10 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +paste_text_desc : 'Indsæt som ren tekst', +paste_text_title : 'Brug CTRL+V på tastaturett indsætte teksten i vinduet.', +paste_text_linebreaks : 'Behold linjebrud', +paste_word_desc : 'Indsæt fra Word', +paste_word_title : 'Brug CTRL+V på tastaturett indsætte teksten i vinduet.', +selectall_desc : 'Vælg alt' +}); diff --git a/webcit/tiny_mce/plugins/paste/langs/de.js b/webcit/tiny_mce/plugins/paste/langs/de.js new file mode 100644 index 000000000..6970228ee --- /dev/null +++ b/webcit/tiny_mce/plugins/paste/langs/de.js @@ -0,0 +1,10 @@ +// DE lang variables + +tinyMCE.addToLang('',{ +paste_text_desc : 'Als unformatierten Text einfügen', +paste_text_title : 'Benutzen Sie Strg+V/Apfel-V auf Ihrer Tastatur, um Text in das Fenster einzufügen.', +paste_text_linebreaks : 'Zeilenumbrüche beibehalten', +paste_word_desc : 'Microsoft Word-Text einfügen', +paste_word_title : 'Benutzen Sie Strg+V/Apfel-V auf Ihrer Tastatur, um Text in das Fenster einzufügen.', +selectall_desc : 'Alles auswählen' +}); diff --git a/webcit/tiny_mce/plugins/paste/langs/hu.js b/webcit/tiny_mce/plugins/paste/langs/hu.js new file mode 100644 index 000000000..d2925343e --- /dev/null +++ b/webcit/tiny_mce/plugins/paste/langs/hu.js @@ -0,0 +1,10 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +paste_text_desc : 'Beillesztés sima szövegként', +paste_text_title : 'Használd a CTRL+V -t a billentyûzeten a szöveg beillesztéséhez az ablakba.', +paste_text_linebreaks : 'Keep linebreaks', +paste_word_desc : 'Beillesztés Word-bõl', +paste_word_title : 'Használd a CTRL+V -t a billentyûzeten a szöveg beillesztéséhez az ablakba.', +selectall_desc : 'Mindet kijelöl' +}); diff --git a/webcit/tiny_mce/plugins/paste/langs/no.js b/webcit/tiny_mce/plugins/paste/langs/no.js new file mode 100644 index 000000000..27caaca7a --- /dev/null +++ b/webcit/tiny_mce/plugins/paste/langs/no.js @@ -0,0 +1,10 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +paste_text_desc : 'Lim inn som vanlig tekst', +paste_text_title : 'Bruk CTRL+V på tastaturet ditt for å lime inn i detta vinduet.', +paste_text_linebreaks : 'Spar linjebrudd', +paste_word_desc : 'Lim inn fra Word', +paste_word_title : 'Bruk CTRL+V på tastaturet ditt for å lime inn i detta vinduet.', +selectall_desc : 'Velg alt' +}); diff --git a/webcit/tiny_mce/plugins/preview/langs/da.js b/webcit/tiny_mce/plugins/preview/langs/da.js new file mode 100644 index 000000000..ddbeab2b5 --- /dev/null +++ b/webcit/tiny_mce/plugins/preview/langs/da.js @@ -0,0 +1,5 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +preview_desc : 'Se siden' +}); diff --git a/webcit/tiny_mce/plugins/preview/langs/hu.js b/webcit/tiny_mce/plugins/preview/langs/hu.js new file mode 100644 index 000000000..2ae20e5b3 --- /dev/null +++ b/webcit/tiny_mce/plugins/preview/langs/hu.js @@ -0,0 +1,5 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +preview_desc : 'Elõnézet' +}); diff --git a/webcit/tiny_mce/plugins/preview/langs/no.js b/webcit/tiny_mce/plugins/preview/langs/no.js new file mode 100644 index 000000000..4fb07d675 --- /dev/null +++ b/webcit/tiny_mce/plugins/preview/langs/no.js @@ -0,0 +1,5 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +preview_desc : 'Forhåndsvisning' +}); diff --git a/webcit/tiny_mce/plugins/print/langs/da.js b/webcit/tiny_mce/plugins/print/langs/da.js new file mode 100644 index 000000000..26c53ff3e --- /dev/null +++ b/webcit/tiny_mce/plugins/print/langs/da.js @@ -0,0 +1,5 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +print_desc : 'Udskriv' +}); diff --git a/webcit/tiny_mce/plugins/print/langs/hu.js b/webcit/tiny_mce/plugins/print/langs/hu.js new file mode 100644 index 000000000..1c732ecc5 --- /dev/null +++ b/webcit/tiny_mce/plugins/print/langs/hu.js @@ -0,0 +1,5 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +print_desc : 'Nyomtatás' +}); diff --git a/webcit/tiny_mce/plugins/print/langs/no.js b/webcit/tiny_mce/plugins/print/langs/no.js new file mode 100644 index 000000000..8d4e0a3d6 --- /dev/null +++ b/webcit/tiny_mce/plugins/print/langs/no.js @@ -0,0 +1,5 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +print_desc : 'Skriv ut' +}); diff --git a/webcit/tiny_mce/plugins/save/langs/da.js b/webcit/tiny_mce/plugins/save/langs/da.js new file mode 100644 index 000000000..17de0dd9d --- /dev/null +++ b/webcit/tiny_mce/plugins/save/langs/da.js @@ -0,0 +1,5 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +save_desc : 'Gem' +}); diff --git a/webcit/tiny_mce/plugins/save/langs/hu.js b/webcit/tiny_mce/plugins/save/langs/hu.js new file mode 100644 index 000000000..530b5565a --- /dev/null +++ b/webcit/tiny_mce/plugins/save/langs/hu.js @@ -0,0 +1,5 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +save_desc : 'Mentés' +}); diff --git a/webcit/tiny_mce/plugins/save/langs/no.js b/webcit/tiny_mce/plugins/save/langs/no.js new file mode 100644 index 000000000..a34a306f9 --- /dev/null +++ b/webcit/tiny_mce/plugins/save/langs/no.js @@ -0,0 +1,5 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('save',{ +desc : 'Lagre' +}); diff --git a/webcit/tiny_mce/plugins/searchreplace/langs/da.js b/webcit/tiny_mce/plugins/searchreplace/langs/da.js new file mode 100644 index 000000000..bbd6fc97c --- /dev/null +++ b/webcit/tiny_mce/plugins/searchreplace/langs/da.js @@ -0,0 +1,21 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +searchreplace_search_desc : 'Søg', +searchreplace_searchnext_desc : 'Søg igen', +searchreplace_replace_desc : 'Søg og erstat', +searchreplace_notfound : 'Søgningen er færdig. Søgeudtrykket kunne ikke findes.', +searchreplace_search_title : 'Søg', +searchreplace_replace_title : 'Søg og erstat', +searchreplace_allreplaced : 'Alle forekomster af søgeudtrykket blev erstattet.', +searchreplace_findwhat : 'Hvad skal vi søge efter', +searchreplace_replacewith : 'Erstat det med', +searchreplace_direction : 'Retning', +searchreplace_up : 'Op', +searchreplace_down : 'Ned', +searchreplace_case : 'Skelne mellem store og små bogstaver', +searchreplace_findnext : 'Søg efter næste', +searchreplace_replace : 'Erstat', +searchreplace_replaceall : 'Erstat alle', +searchreplace_cancel : 'Fortryd' +}); diff --git a/webcit/tiny_mce/plugins/searchreplace/langs/hu.js b/webcit/tiny_mce/plugins/searchreplace/langs/hu.js new file mode 100644 index 000000000..a7317c934 --- /dev/null +++ b/webcit/tiny_mce/plugins/searchreplace/langs/hu.js @@ -0,0 +1,21 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +searchreplace_search_desc : 'Keresés', +searchreplace_searchnext_desc : 'Újra keresés', +searchreplace_replace_desc : 'Keres/Cserél', +searchreplace_notfound : 'A keresés elkészült. A keresési szöveg nem található.', +searchreplace_search_title : 'Keres', +searchreplace_replace_title : 'Keres/Cserél', +searchreplace_allreplaced : 'A kereséséi szöveg minden elõfordulása cserélve lett.', +searchreplace_findwhat : 'Mit keres', +searchreplace_replacewith : 'Mire cserél', +searchreplace_direction : 'Hatókör', +searchreplace_up : 'Fel', +searchreplace_down : 'Le', +searchreplace_case : 'Teljes szó', +searchreplace_findnext : 'Következõt keres', +searchreplace_replace : 'Cserél', +searchreplace_replaceall : 'Mindent cserél', +searchreplace_cancel : 'Mégse' +}); diff --git a/webcit/tiny_mce/plugins/searchreplace/langs/no.js b/webcit/tiny_mce/plugins/searchreplace/langs/no.js new file mode 100644 index 000000000..8d1bc0ce5 --- /dev/null +++ b/webcit/tiny_mce/plugins/searchreplace/langs/no.js @@ -0,0 +1,21 @@ +// NO lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +searchreplace_search_desc : 'Søk', +searchreplace_searchnext_desc : 'Søk igjen', +searchreplace_replace_desc : 'Søk/Erstatt', +searchreplace_notfound : 'Søkingen avsluttet. Fant ikke søkestrengen.', +searchreplace_search_title : 'Søk', +searchreplace_replace_title : 'Søk/Erstatt', +searchreplace_allreplaced : 'Alle treff på søkestrengen erstattes', +searchreplace_findwhat : 'Søk på', +searchreplace_replacewith : 'Erstatt med', +searchreplace_direction : 'Søkeretning', +searchreplace_up : 'Oppover', +searchreplace_down : 'Nedover', +searchreplace_case : 'Skill mellom store og små tegn', +searchreplace_findnext : 'Neste søk', +searchreplace_replace : 'Erstatt', +searchreplace_replaceall : 'Erstatt alle', +searchreplace_cancel : 'Avbryt' +}); diff --git a/webcit/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm b/webcit/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm new file mode 100644 index 000000000..eacfbe259 --- /dev/null +++ b/webcit/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm @@ -0,0 +1,45 @@ + + +Insert table button + + + + + + + + + + + +
+

TinyMCE can create HTML content that will be accessible to all users, including those with disabilities using assistive technologies, as well as those using text-based browsers, or those browsing the Web with images turned off.

+ +

Things you can do to make your content accessible:

+
    +
  1. Include an Image Description: Blind users, or others who are unable to view images, will rely on the Image Description (or Alt text) to take the place of the image. If an image contains no meaning, such as a decoration or a spacer image, leave the Image Description empty. TinyMCE will then insert an empty Alt text attribute that will force assistive technologies to ignore the image.

  2. + +
  3. Add Scope to data table header cells: In the table cell editor dialog window, choose a Scope when creating Header cells so the column or row label in that cell becomes explicitely associated with its data cells. Table cell headers will then be announced with each data cell, making it easier for blind users using a screen reader to understand what the content of each cell represents.

  4. + +
  5. Structure content with properly nested headings: In the format selection menu choose Heading 1 to Heading 6 to represent headings in your content, rather than using other font formating options. Blind users using a screen reader can then extract the headings from the page to generate a summary of the content it contains, and use those headings to navigate quickly to subsections within the page.

  6. + +
  7. Include alternate content: Create an alternate page for non-HTML content such as Flash, Java applets, or embedded movies. This might be a static image, with a description of the image, and a description of the content that would have appeared in its place. An alternate HTML page could also be created, and a link to it included next to the non-HTML object. This will ensure that the content will be accessible to users of assistive technologies that can not view or play the content, and ensure the content will be available to those who do not have the appropriate plugin or helper application installed.

  8. + +
  9. Check accessbility: When the AChecker plugin is installed with TinyMCE, click on the Check Accessibility button to generate a report of potential accessibility problems.

  10. + +
+ +

See the AChecker Web Site for further details about creating content that will be accessible to all users.
+

+ +
+ + + + + + + +
+ + -- 2.39.2