From 0ba7067370ec7d12596353fe3ffc357e99a69212 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Tue, 10 Feb 2009 18:57:43 +0100 Subject: [PATCH] [svn r18410] FS#2867 - FCKEditor, the imgmap plugin: Opening language files. Some other small corrections. Activating languages for this plugin. --- .../editor/plugins/imgmap/css/imgmap.css | 2 +- .../editor/plugins/imgmap/jscripts/imgmap.js | 6 +- .../editor/plugins/imgmap/lang/af.js | 61 +++++++++++++++ .../editor/plugins/imgmap/lang/ar.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/bg.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/bn.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/bs.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/ca.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/cs.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/da.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/de.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/el.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/en-au.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/en-ca.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/en-uk.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/en.js | 77 ++++++++++++++----- .../editor/plugins/imgmap/lang/eo.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/es.js | 77 ++++++++++++++----- .../editor/plugins/imgmap/lang/et.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/eu.js | 63 +++++++++++++++ .../editor/plugins/imgmap/lang/fa.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/fi.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/fo.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/fr-ca.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/fr.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/gl.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/gu.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/he.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/hi.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/hr.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/hu.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/is.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/it.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/ja.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/km.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/ko.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/lt.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/lv.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/mn.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/ms.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/nb.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/nl.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/no.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/pl.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/pt-br.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/pt.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/ro.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/ru.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/sk.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/sl.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/sr-latn.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/sr.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/sv.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/th.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/tr.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/uk.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/vi.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/zh-cn.js | 62 +++++++++++++++ .../editor/plugins/imgmap/lang/zh.js | 62 +++++++++++++++ main/inc/lib/fckeditor/myconfig.js | 2 +- 60 files changed, 3532 insertions(+), 42 deletions(-) create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/af.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ar.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bg.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bn.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bs.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ca.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/cs.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/da.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/de.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/el.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-au.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-ca.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-uk.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eo.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/et.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eu.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fa.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fi.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fo.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr-ca.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gl.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gu.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/he.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hi.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hr.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hu.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/is.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/it.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ja.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/km.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ko.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lt.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lv.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/mn.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ms.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nb.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nl.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/no.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pl.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt-br.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ro.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ru.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sk.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sl.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr-latn.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sv.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/th.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/tr.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/uk.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/vi.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh-cn.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh.js diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/css/imgmap.css b/main/inc/lib/fckeditor/editor/plugins/imgmap/css/imgmap.css index a9a29686eb..2cfdda4fc9 100644 --- a/main/inc/lib/fckeditor/editor/plugins/imgmap/css/imgmap.css +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/css/imgmap.css @@ -85,7 +85,7 @@ LEGEND A { #pic_container { position: relative; width: 100%; - height: 300px; + height: 250px; border: solid 0px #efefef; overflow: auto; } diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/jscripts/imgmap.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/jscripts/imgmap.js index cacfcf32f6..ccb26a9acc 100644 --- a/main/inc/lib/fckeditor/editor/plugins/imgmap/jscripts/imgmap.js +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/jscripts/imgmap.js @@ -147,7 +147,11 @@ this.loadScript(this.config.baseroot+"excanvas.js"); if(this.config.lang==""){ this.config.lang="en"; } -this.loadScript(this.config.baseroot+"lang_"+this.config.lang+".js"); + +// Modified by Ivan Tcholakov. +//this.loadScript(this.config.baseroot+"lang_"+this.config.lang+".js"); +this.loadScript(this.config.baseroot.toString().substring(0, this.config.baseroot.toString().length - 9) + "lang/" + this.config.lang + ".js"); + if(!this.config.imgroot){ this.config.imgroot=this.config.baseroot; } diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/af.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/af.js new file mode 100644 index 0000000000..d35f4e9c9f --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/af.js @@ -0,0 +1,61 @@ +// Afrikaans language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ar.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ar.js new file mode 100644 index 0000000000..c27e3dc5ff --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ar.js @@ -0,0 +1,62 @@ +// Arabic language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bg.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bg.js new file mode 100644 index 0000000000..7a4a4699be --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bg.js @@ -0,0 +1,62 @@ +// Bulgarian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Добавяне/Редактиране на активни области в изображението'; +FCKLang.imgmapBtnRemove = 'Премахване на картата'; +FCKLang.imgmapDlgTitle = 'Добавяне/Редактиране на активни области в изображението'; +FCKLang.imgmapDlgName = 'Добавяне/Редактиране на активни области в изображението'; + +FCKLang.msgImageNotSelected = 'Трябва да изберете изображение преди да използвате този диалог.' ; + +FCKLang.imgmapNoLabel = 'Без етикет' ; +FCKLang.imgmapLabelNumber = 'Етикет - номер' ; +FCKLang.imgmapLabelAlt = 'Етикет - алтернативен текст' ; +FCKLang.imgmapLabelHref = 'Етикет - адрес на връзката' ; +FCKLang.imgmapLabelTitle = 'Етикет - заглавие' ; +FCKLang.imgmapLabelCoords = 'Етикет - координати' ; + +FCKLang.imgmapMap = 'Карта с активни области в изображението' ; +FCKLang.imgmapMapName = 'Име на картата' ; +FCKLang.imgmapMapAreas = 'Активни области' ; + +FCKLang.imgmapPointer = 'Указател' ; +FCKLang.imgmapRectangle = 'Правоъгълник' ; +FCKLang.imgmapCircle = 'Окръжност' ; +FCKLang.imgmapPolygon = 'Полигон' ; + +var imgmapStrings = { + +READY : 'Готов.', +PREVIEW_MODE : 'Преглеждане. Тествайте картата.', +DESIGN_MODE : 'Редактиране. Добавяйте нови активни области или тествайте съществуващите.', + +HINT_ADD : 'Добавяне на нова активна област', +HINT_DELETE : 'Изтриване на избраната област', +HINT_PREVIEW : 'Преглед на картата с активни области', +HINT_HTML : 'HTML-код на картата с активни области', +HINT_CLIPBOARD : 'Копиране в буфера за обмен', + +RECTANGLE_DRAW : 'Изчертаване на правоъгълник. Задръжте натиснат бутона Shift за изчертаване на квадрат.', +RECTANGLE_MOVE : 'Преместване на правоъгълника.', +RECTANGLE_RESIZE_TOP : 'Преоразмеряване на правоъгълника.', +RECTANGLE_RESIZE_RIGHT : 'Преоразмеряване на правоъгълника.', +RECTANGLE_RESIZE_BOTTOM : 'Преоразмеряване на правоъгълника.', +RECTANGLE_RESIZE_LEFT : 'Преоразмеряване на правоъгълника.', + +SQUARE_DRAW : 'Изчертаване на кръг.', +SQUARE2_DRAW : 'Изчертаване на квадрат. Задръжте натиснат бутона Shift за изчертаване на правоъгълник.', +SQUARE_MOVE : 'Преместване на окръжността.', +SQUARE_RESIZE_TOP : 'Преоразмеряване на кръга.', +SQUARE_RESIZE_RIGHT : 'Преоразмеряване на кръга.', +SQUARE_RESIZE_BOTTOM : 'Преоразмеряване на кръга.', +SQUARE_RESIZE_LEFT : 'Преоразмеряване на кръга.', + +POLYGON_DRAW : 'Изчертаване на полигон. За последната точка щракнете мишката при натиснат бутон Shift.', +POLYGON_MOVE : 'Преместване на полигона.', + +ERR_EXCANVAS_LOAD : 'Файлът excanvas.js не е зареден правилно.', +ERR_INVALID_COORDS : 'Невалидни координати.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bn.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bn.js new file mode 100644 index 0000000000..225e0facfa --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bn.js @@ -0,0 +1,62 @@ +// Bengali/Bangla language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bs.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bs.js new file mode 100644 index 0000000000..94197896be --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/bs.js @@ -0,0 +1,62 @@ +// Bosnian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ca.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ca.js new file mode 100644 index 0000000000..28f488eb60 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ca.js @@ -0,0 +1,62 @@ +// Catalan language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/cs.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/cs.js new file mode 100644 index 0000000000..94d1106de4 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/cs.js @@ -0,0 +1,62 @@ +// Czech language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/da.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/da.js new file mode 100644 index 0000000000..eee42ee446 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/da.js @@ -0,0 +1,62 @@ +// Danish language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/de.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/de.js new file mode 100644 index 0000000000..ac832be89d --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/de.js @@ -0,0 +1,62 @@ +// German language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/el.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/el.js new file mode 100644 index 0000000000..3d50fb79c5 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/el.js @@ -0,0 +1,62 @@ +// Greek language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-au.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-au.js new file mode 100644 index 0000000000..4281b3e460 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-au.js @@ -0,0 +1,62 @@ +// English (Australia) language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-ca.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-ca.js new file mode 100644 index 0000000000..abfd0d0f63 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-ca.js @@ -0,0 +1,62 @@ +// English (Canadian) language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-uk.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-uk.js new file mode 100644 index 0000000000..073152756f --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en-uk.js @@ -0,0 +1,62 @@ +// English (United Kingdom) language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en.js index 82fdb56f77..f94752ea0d 100644 --- a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en.js +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/en.js @@ -1,24 +1,61 @@ +// English language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; -FCKLang.imgmapBtn = 'Insert/Edit Image Map'; -FCKLang.imgmapBtnRemove = 'Remove map'; -FCKLang.imgmapDlgTitle = 'Image Map Editor'; -FCKLang.imgmapDlgName = 'ImageMapEditor'; +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; -FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' -FCKLang.imgmapNoLabel = 'No labeling' ; -FCKLang.imgmapLabelNumber = 'Label with numbers' ; -FCKLang.imgmapLabelAlt = 'Label with alt text' ; -FCKLang.imgmapLabelHref = 'Label with href' ; -FCKLang.imgmapLabelTitle = 'Label with title' ; -FCKLang.imgmapLabelCoords = 'Label with coords' ; - -FCKLang.imgmapMap = 'Map' ; -FCKLang.imgmapMapName = 'Map name' ; -FCKLang.imgmapMapAreas = 'Image Map Areas' ; - -FCKLang.imgmapPointer = 'Pointer' ; -FCKLang.imgmapRectangle = 'Rectangle' ; -FCKLang.imgmapCircle = 'Circle' ; -FCKLang.imgmapPolygon = 'Polygon' ; +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eo.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eo.js new file mode 100644 index 0000000000..af0df7e856 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eo.js @@ -0,0 +1,62 @@ +// Esperanto language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/es.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/es.js index e092962338..9177b3d385 100644 --- a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/es.js +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/es.js @@ -1,23 +1,62 @@ +// Spanish language file. +// Image Map Editor. +// Please, use UTF-8 encoding. -FCKLang.imgmapBtn = 'Insertar/Editar zonas interactivas'; -FCKLang.imgmapBtnRemove = 'Quitar el mapa'; -FCKLang.imgmapDlgTitle = 'Editor de zonas interactivas'; -FCKLang.imgmapDlgName = 'ImageMapEditor'; +FCKLang.imgmapBtn = 'Insertar/Editar zonas interactivas'; +FCKLang.imgmapBtnRemove = 'Quitar el mapa'; +FCKLang.imgmapDlgTitle = 'Editor de zonas interactivas'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; FCKLang.msgImageNotSelected = 'Debes elegir una imagen antes de usar este diálogo' ; -FCKLang.imgmapNoLabel = 'Sin etiquetas' ; -FCKLang.imgmapLabelNumber = 'Etiquetas con números' ; -FCKLang.imgmapLabelAlt = 'Etiquetas con el texto alternativo' ; -FCKLang.imgmapLabelHref = 'Etiquetas con la URL' ; -FCKLang.imgmapLabelTitle = 'Etiquetas con el título' ; -FCKLang.imgmapLabelCoords = 'Etiquetas con las coordenadas' ; - -FCKLang.imgmapMap = 'Mapa' ; -FCKLang.imgmapMapName = 'Nombre del mapa' ; -FCKLang.imgmapMapAreas = 'Zonas interactivas' ; - -FCKLang.imgmapPointer = 'Puntero' ; -FCKLang.imgmapRectangle = 'Rectángulo' ; -FCKLang.imgmapCircle = 'Círculo' ; -FCKLang.imgmapPolygon = 'Polígono' ; \ No newline at end of file +FCKLang.imgmapNoLabel = 'Sin etiquetas' ; +FCKLang.imgmapLabelNumber = 'Etiquetas con números' ; +FCKLang.imgmapLabelAlt = 'Etiquetas con el texto alternativo' ; +FCKLang.imgmapLabelHref = 'Etiquetas con la URL' ; +FCKLang.imgmapLabelTitle = 'Etiquetas con el título' ; +FCKLang.imgmapLabelCoords = 'Etiquetas con las coordenadas' ; + +FCKLang.imgmapMap = 'Mapa' ; +FCKLang.imgmapMapName = 'Nombre del mapa' ; +FCKLang.imgmapMapAreas = 'Zonas interactivas' ; + +FCKLang.imgmapPointer = 'Puntero' ; +FCKLang.imgmapRectangle = 'Rectángulo' ; +FCKLang.imgmapCircle = 'Círculo' ; +FCKLang.imgmapPolygon = 'Polígono' ; + +var imgmapStrings = { + +READY : 'Listo', +PREVIEW_MODE : 'Modo de previsualización. Prueba las zonas interactivas.', +DESIGN_MODE : 'Modo diseño. Añade nuevas zona o modifica las existentes.', + +HINT_ADD : 'Añade nueva zona', +HINT_DELETE : 'Borra la zona seleccionada', +HINT_PREVIEW : 'Previsualiza el mapa', +HINT_HTML : 'Muestra el HTML del mapa', +HINT_CLIPBOARD : 'Copiar al portapapeles', + +RECTANGLE_DRAW : 'Dibujando un rectángulo. Pulsa MAYS para cambiar a cuadrado.', +RECTANGLE_MOVE : 'Moviendo el rectángulo', +RECTANGLE_RESIZE_TOP : 'Redimensionando el rectángulo', +RECTANGLE_RESIZE_RIGHT : 'Redimensionando el rectángulo', +RECTANGLE_RESIZE_BOTTOM : 'Redimensionando el rectángulo', +RECTANGLE_RESIZE_LEFT : 'Redimensionando el rectángulo', + +SQUARE_DRAW : 'Dibujando un círculo', +SQUARE2_DRAW : 'Dibujando un cuadrado. Libera MAYS para cambiar a rectángulo.', +SQUARE_MOVE : 'Moviendo el círculo', +SQUARE_RESIZE_TOP : 'Redimensionando el círculo', +SQUARE_RESIZE_RIGHT : 'Redimensionando el círculo', +SQUARE_RESIZE_BOTTOM : 'Redimensionando el círculo', +SQUARE_RESIZE_LEFT : 'Redimensionando el círculo', + +POLYGON_DRAW : 'Dibujando un polígono. Usa MAYS + click para crear el último punto.', +POLYGON_MOVE : 'Moviendo el polígono', + +ERR_EXCANVAS_LOAD : 'Excanvas no se ha cargado correctamente. Prueba a refrescar la página.', +ERR_INVALID_COORDS : 'Coordenadas incorrectas.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/et.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/et.js new file mode 100644 index 0000000000..23123ca347 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/et.js @@ -0,0 +1,62 @@ +// Estonian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eu.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eu.js new file mode 100644 index 0000000000..e087be5287 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/eu.js @@ -0,0 +1,63 @@ +// Basque language file. +// Euskara hizkuntza fitxategia. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fa.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fa.js new file mode 100644 index 0000000000..55a611017c --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fa.js @@ -0,0 +1,62 @@ +// Persian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fi.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fi.js new file mode 100644 index 0000000000..0985d0edf6 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fi.js @@ -0,0 +1,62 @@ +// Finnish language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fo.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fo.js new file mode 100644 index 0000000000..c70485bb6a --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fo.js @@ -0,0 +1,62 @@ +// Faroese language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr-ca.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr-ca.js new file mode 100644 index 0000000000..91cf988186 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr-ca.js @@ -0,0 +1,62 @@ +// Canadian French language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr.js new file mode 100644 index 0000000000..d4f9f97dd7 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/fr.js @@ -0,0 +1,62 @@ +// French language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gl.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gl.js new file mode 100644 index 0000000000..b70ceda775 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gl.js @@ -0,0 +1,62 @@ +// Galician language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gu.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gu.js new file mode 100644 index 0000000000..80759f4814 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/gu.js @@ -0,0 +1,62 @@ +// Gujarati language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/he.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/he.js new file mode 100644 index 0000000000..8abc185d47 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/he.js @@ -0,0 +1,62 @@ +// Hebrew language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hi.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hi.js new file mode 100644 index 0000000000..e106170e33 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hi.js @@ -0,0 +1,62 @@ +// Hindi language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hr.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hr.js new file mode 100644 index 0000000000..4b538eaf18 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hr.js @@ -0,0 +1,62 @@ +// Croatian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hu.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hu.js new file mode 100644 index 0000000000..2b2e3176f3 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/hu.js @@ -0,0 +1,62 @@ +// Hungarian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/is.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/is.js new file mode 100644 index 0000000000..7393ef61ee --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/is.js @@ -0,0 +1,62 @@ +// Icelandic language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/it.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/it.js new file mode 100644 index 0000000000..ac99b12aac --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/it.js @@ -0,0 +1,62 @@ +// Italian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ja.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ja.js new file mode 100644 index 0000000000..884e793112 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ja.js @@ -0,0 +1,62 @@ +// Japanese language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/km.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/km.js new file mode 100644 index 0000000000..d97dcf28cb --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/km.js @@ -0,0 +1,62 @@ +// Khmer language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ko.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ko.js new file mode 100644 index 0000000000..9972fff631 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ko.js @@ -0,0 +1,62 @@ +// Korean language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lt.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lt.js new file mode 100644 index 0000000000..f90ebdcd66 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lt.js @@ -0,0 +1,62 @@ +// Lithuanian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lv.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lv.js new file mode 100644 index 0000000000..eab7b063d8 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/lv.js @@ -0,0 +1,62 @@ +// Latvian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/mn.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/mn.js new file mode 100644 index 0000000000..7712d15deb --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/mn.js @@ -0,0 +1,62 @@ +// Mongolian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ms.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ms.js new file mode 100644 index 0000000000..f999e609bc --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ms.js @@ -0,0 +1,62 @@ +// Malay language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nb.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nb.js new file mode 100644 index 0000000000..9084f7cb5d --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nb.js @@ -0,0 +1,62 @@ +// Norwegian Bokmål language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nl.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nl.js new file mode 100644 index 0000000000..1d606f1052 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/nl.js @@ -0,0 +1,62 @@ +// Dutch language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/no.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/no.js new file mode 100644 index 0000000000..d4655849ab --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/no.js @@ -0,0 +1,62 @@ +// Norwegian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pl.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pl.js new file mode 100644 index 0000000000..99bf53ab11 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pl.js @@ -0,0 +1,62 @@ +// Polish language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt-br.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt-br.js new file mode 100644 index 0000000000..bbd6d57a4e --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt-br.js @@ -0,0 +1,62 @@ +// Brazilian Portuguese language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt.js new file mode 100644 index 0000000000..de67de57e9 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/pt.js @@ -0,0 +1,62 @@ +// Portuguese language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ro.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ro.js new file mode 100644 index 0000000000..1f8af51b56 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ro.js @@ -0,0 +1,62 @@ +// Romanian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ru.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ru.js new file mode 100644 index 0000000000..fa510ec09e --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/ru.js @@ -0,0 +1,62 @@ +// Russian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sk.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sk.js new file mode 100644 index 0000000000..1cc65c74be --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sk.js @@ -0,0 +1,62 @@ +// Slovak language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sl.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sl.js new file mode 100644 index 0000000000..3f4e64d71e --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sl.js @@ -0,0 +1,62 @@ +// Slovenian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr-latn.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr-latn.js new file mode 100644 index 0000000000..476e113f8f --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr-latn.js @@ -0,0 +1,62 @@ +// Serbian (Latin) language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr.js new file mode 100644 index 0000000000..a0838b5514 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sr.js @@ -0,0 +1,62 @@ +// Serbian (Cyrillic) language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sv.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sv.js new file mode 100644 index 0000000000..0dfdf9edf5 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/sv.js @@ -0,0 +1,62 @@ +// Swedish language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/th.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/th.js new file mode 100644 index 0000000000..95fdc09e88 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/th.js @@ -0,0 +1,62 @@ +// Thai language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/tr.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/tr.js new file mode 100644 index 0000000000..41949ec081 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/tr.js @@ -0,0 +1,62 @@ +// Turkish language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/uk.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/uk.js new file mode 100644 index 0000000000..23ce1f4a7e --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/uk.js @@ -0,0 +1,62 @@ +// Ukrainian language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/vi.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/vi.js new file mode 100644 index 0000000000..3d988046a1 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/vi.js @@ -0,0 +1,62 @@ +// Vietnamese language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh-cn.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh-cn.js new file mode 100644 index 0000000000..a49e530b10 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh-cn.js @@ -0,0 +1,62 @@ +// Chinese Simplified language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh.js b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh.js new file mode 100644 index 0000000000..7ee2d5e2fa --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/imgmap/lang/zh.js @@ -0,0 +1,62 @@ +// Chinese Traditional language file. +// Image Map Editor. +// Please, use UTF-8 encoding. + +FCKLang.imgmapBtn = 'Insert/Edit Image Map'; +FCKLang.imgmapBtnRemove = 'Remove map'; +FCKLang.imgmapDlgTitle = 'Image Map Editor'; +FCKLang.imgmapDlgName = 'ImageMapEditor'; + +FCKLang.msgImageNotSelected = 'You must select an image before using this dialog' ; + +FCKLang.imgmapNoLabel = 'No labeling' ; +FCKLang.imgmapLabelNumber = 'Label with numbers' ; +FCKLang.imgmapLabelAlt = 'Label with alt text' ; +FCKLang.imgmapLabelHref = 'Label with href' ; +FCKLang.imgmapLabelTitle = 'Label with title' ; +FCKLang.imgmapLabelCoords = 'Label with coords' ; + +FCKLang.imgmapMap = 'Map' ; +FCKLang.imgmapMapName = 'Map name' ; +FCKLang.imgmapMapAreas = 'Image Map Areas' ; + +FCKLang.imgmapPointer = 'Pointer' ; +FCKLang.imgmapRectangle = 'Rectangle' ; +FCKLang.imgmapCircle = 'Circle' ; +FCKLang.imgmapPolygon = 'Polygon' ; + +var imgmapStrings = { + +READY : 'Ready', +PREVIEW_MODE : 'Preview mode. Test your image map.', +DESIGN_MODE : 'Design mode. Add new shapes or modify existing ones.', + +HINT_ADD : 'Add new area', +HINT_DELETE : 'Delete selected area', +HINT_PREVIEW : 'Preview image map', +HINT_HTML : 'Get image map HTML', +HINT_CLIPBOARD : 'Copy to clipboard', + +RECTANGLE_DRAW : 'Drawing rectangle. Hold down SHIFT for square mode.', +RECTANGLE_MOVE : 'Moving rectangle', +RECTANGLE_RESIZE_TOP : 'Resizing rectangle', +RECTANGLE_RESIZE_RIGHT : 'Resizing rectangle', +RECTANGLE_RESIZE_BOTTOM : 'Resizing rectangle', +RECTANGLE_RESIZE_LEFT : 'Resizing rectangle', + +SQUARE_DRAW : 'Drawing circle', +SQUARE2_DRAW : 'Drawing square. Release SHIFT for rectangle mode.', +SQUARE_MOVE : 'Moving circle', +SQUARE_RESIZE_TOP : 'Resizing circle', +SQUARE_RESIZE_RIGHT : 'Resizing circle', +SQUARE_RESIZE_BOTTOM : 'Resizing circle', +SQUARE_RESIZE_LEFT : 'Resizing circle', + +POLYGON_DRAW : 'Drawing polygon. Use SHIFT + click for the last control point.', +POLYGON_MOVE : 'Moving polygon', + +ERR_EXCANVAS_LOAD : 'Excanvas not loaded properly. Try to refresh the page.', +ERR_INVALID_COORDS : 'Invalid coordinates.' + +}; + diff --git a/main/inc/lib/fckeditor/myconfig.js b/main/inc/lib/fckeditor/myconfig.js index dde3532b2f..160787bf91 100644 --- a/main/inc/lib/fckeditor/myconfig.js +++ b/main/inc/lib/fckeditor/myconfig.js @@ -242,7 +242,7 @@ FCKConfig.Plugins.Add('mimetex', 'en,de,es,fr') ; FCKConfig.Plugins.Add('wikilink', 'en,es') ; // A dialog for assigning hyperlinks to specified image areas. -FCKConfig.Plugins.Add('imgmap', 'en,es'); +FCKConfig.Plugins.Add('imgmap', 'en,af,ar,bg,bn,bs,ca,cs,da,de,el,en-au,en-ca,en-uk,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,he,hi,hr,hu,is,it,ja,km,ko,lt,lv,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,uk,vi,zh-cn,zh'); /*