From 063ee7ba2e17b44de938f42aa3ed9119112f98d0 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Sat, 3 Oct 2009 21:58:32 +0300 Subject: [PATCH] Feature #306 - Online editor -> googlmaps plugin -> language files: Adding missing files, line endings are LF. --- .../editor/plugins/googlemaps/lang/af.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/ar.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/ast.js | 30 ++++++ .../editor/plugins/googlemaps/lang/bn.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/bs.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/ca.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/cs.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/da.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/el.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/en-au.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/en-ca.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/en-uk.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/en.js | 88 +++++++++--------- .../editor/plugins/googlemaps/lang/eo.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/es.js | 88 +++++++++--------- .../editor/plugins/googlemaps/lang/et.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/eu.js | 92 +++++++++---------- .../editor/plugins/googlemaps/lang/fa.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/fi.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/fo.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/fr-ca.js | 88 +++++++++--------- .../editor/plugins/googlemaps/lang/fr.js | 88 +++++++++--------- .../editor/plugins/googlemaps/lang/fur.js | 30 ++++++ .../editor/plugins/googlemaps/lang/gl.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/gu.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/he.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/hi.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/hr.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/hu.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/id.js | 30 ++++++ .../editor/plugins/googlemaps/lang/is.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/it.js | 88 +++++++++--------- .../editor/plugins/googlemaps/lang/ja.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/ka.js | 30 ++++++ .../editor/plugins/googlemaps/lang/km.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/ko.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/lt.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/lv.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/mk.js | 30 ++++++ .../editor/plugins/googlemaps/lang/mn.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/ms.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/nb.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/nl.js | 88 +++++++++--------- .../editor/plugins/googlemaps/lang/no.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/oc.js | 30 ++++++ .../editor/plugins/googlemaps/lang/pl.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/prs.js | 30 ++++++ .../editor/plugins/googlemaps/lang/ps.js | 30 ++++++ .../editor/plugins/googlemaps/lang/pt-br.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/pt.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/qu.js | 30 ++++++ .../editor/plugins/googlemaps/lang/ro.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/ru.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/sk.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/sl.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/sr-latn.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/sr.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/sv.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/sw.js | 30 ++++++ .../editor/plugins/googlemaps/lang/th.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/tr.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/uk.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/vi.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/yo.js | 30 ++++++ .../editor/plugins/googlemaps/lang/zh-cn.js | 90 +++++++++--------- .../editor/plugins/googlemaps/lang/zh.js | 90 +++++++++--------- 66 files changed, 2800 insertions(+), 2470 deletions(-) create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ast.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fur.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/id.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ka.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mk.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/oc.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/prs.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ps.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/qu.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sw.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/yo.js diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/af.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/af.js index 30e003cb96..d6d009f44c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/af.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/af.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Afrikaans language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Afrikaans language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ar.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ar.js index 6d854ef257..bc7e26ee01 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ar.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ar.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Arabic language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Arabic language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ast.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ast.js new file mode 100644 index 0000000000..4a957430fb --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ast.js @@ -0,0 +1,30 @@ +/* + * Asturian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bn.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bn.js index c76f44cbe8..4113015307 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bn.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bn.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Bengali/Bangla language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Bengali/Bangla language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bs.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bs.js index 43e17f5acc..745b9b4f55 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bs.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/bs.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Bosnian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Bosnian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ca.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ca.js index f3d115cc65..48fb24e952 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ca.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ca.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Catalan language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Catalan language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/cs.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/cs.js index 586aa5ab62..c7211162ca 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/cs.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/cs.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Czech language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Czech language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/da.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/da.js index 7f55983d59..3585c3b0e9 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/da.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/da.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Danish language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Danish language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/el.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/el.js index 05485ec0e6..bf12b11d81 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/el.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/el.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Greek language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Greek language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-au.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-au.js index 883e130ebf..514818411a 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-au.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-au.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * English (Australia) language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * English (Australia) language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-ca.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-ca.js index 35bfe35ffe..1363af4be5 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-ca.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-ca.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * English (Canadian) language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * English (Canadian) language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-uk.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-uk.js index b1d7971924..bf0e13abcf 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-uk.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en-uk.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * English (United Kingdom) language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * English (United Kingdom) language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en.js index c69bef070f..c0361940a3 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/en.js @@ -1,45 +1,45 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor, English language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor, English language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; \ No newline at end of file diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eo.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eo.js index fdd685df3d..c0ccb673db 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eo.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eo.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Esperanto language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Esperanto language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/es.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/es.js index d89b10391e..eecd86d5a0 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/es.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/es.js @@ -1,45 +1,45 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor, Spanish language file. - */ - -FCKLang.DlgGMapsTitle = 'Propiedades del mapa Google' ; -FCKLang.GMapsBtn = 'Mapas Google' ; -FCKLang.GMapsBtnTooltip = 'Insertar/Editar un mapa Google' ; -FCKLang.GMapsMap = 'Mapa' ; -FCKLang.GMapsZoomLevel = 'Zoom' ; -FCKLang.txtLatitude = 'Latitud' ; -FCKLang.txtLongitude = 'Longitud' ; -FCKLang.GMapsMarker = 'Marcador' ; -FCKLang.GMapsSearchLabel = 'Buscar una dirección' ; -FCKLang.GMapsSearch = 'Buscar' ; -FCKLang.GMapsNotFound = 'No se ha encontrado %s.' ; -FCKLang.GMapsMarkerText = 'Texto' ; -FCKLang.GMapsMarkerDefaultText = 'Escriba el texto' ; -FCKLang.GMapsLine = 'Linea' ; -FCKLang.GMapsLineInstructions = 'Haz click en el mapa para añadir un punto, sigue haciendo clicks para añadir más puntos a la linea.
Es posible arrastrarlos, o borrarlos pulsando "SUPR" en el teclado' ; - -FCKLang.GMapsHelpFile = 'install_es.html' ; -FCKLang.GMapsUserHelpFile = 'users_es.html' ; -FCKLang.Help = 'Ayuda' ; - -FCKLang.GMapsClickToAddMarker = 'Haz click en el mapa para añadir un nuevo marcador' ; -FCKLang.GMapsDeleteMarker = 'Borrar el marcador' ; -FCKLang.GMapsAddMarker = 'Añadir un nuevo marcador' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor, Spanish language file. + */ + +FCKLang.DlgGMapsTitle = 'Propiedades del mapa Google' ; +FCKLang.GMapsBtn = 'Mapas Google' ; +FCKLang.GMapsBtnTooltip = 'Insertar/Editar un mapa Google' ; +FCKLang.GMapsMap = 'Mapa' ; +FCKLang.GMapsZoomLevel = 'Zoom' ; +FCKLang.txtLatitude = 'Latitud' ; +FCKLang.txtLongitude = 'Longitud' ; +FCKLang.GMapsMarker = 'Marcador' ; +FCKLang.GMapsSearchLabel = 'Buscar una dirección' ; +FCKLang.GMapsSearch = 'Buscar' ; +FCKLang.GMapsNotFound = 'No se ha encontrado %s.' ; +FCKLang.GMapsMarkerText = 'Texto' ; +FCKLang.GMapsMarkerDefaultText = 'Escriba el texto' ; +FCKLang.GMapsLine = 'Linea' ; +FCKLang.GMapsLineInstructions = 'Haz click en el mapa para añadir un punto, sigue haciendo clicks para añadir más puntos a la linea.
Es posible arrastrarlos, o borrarlos pulsando "SUPR" en el teclado' ; + +FCKLang.GMapsHelpFile = 'install_es.html' ; +FCKLang.GMapsUserHelpFile = 'users_es.html' ; +FCKLang.Help = 'Ayuda' ; + +FCKLang.GMapsClickToAddMarker = 'Haz click en el mapa para añadir un nuevo marcador' ; +FCKLang.GMapsDeleteMarker = 'Borrar el marcador' ; +FCKLang.GMapsAddMarker = 'Añadir un nuevo marcador' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; \ No newline at end of file diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/et.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/et.js index f131a7cf94..10931721d8 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/et.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/et.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Estonian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Estonian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eu.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eu.js index d6cf293f10..8c4b0e90ed 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eu.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/eu.js @@ -1,47 +1,47 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Basque language file. - * Euskara hizkuntza fitxategia. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Basque language file. + * Euskara hizkuntza fitxategia. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fa.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fa.js index 55186dbe68..ef83f1490a 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fa.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fa.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Persian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Persian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fi.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fi.js index a242fe4551..3c2df9a90a 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fi.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fi.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Finnish language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Finnish language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fo.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fo.js index 89043f336d..9b6628e4df 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fo.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fo.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Faroese language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Faroese language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr-ca.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr-ca.js index ceb10d89ae..2bd30889d7 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr-ca.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr-ca.js @@ -1,45 +1,45 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Canadian French language file. - */ - -FCKLang.DlgGMapsTitle = 'Propriétés de Google Maps' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insérer/Editer un plan Google' ; -FCKLang.GMapsMap = 'Plan' ; -FCKLang.GMapsZoomLevel = 'Niveau de zoom' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Repère' ; -FCKLang.GMapsSearchLabel = 'Rechercher une direction' ; -FCKLang.GMapsSearch = 'Chercher' ; -FCKLang.GMapsNotFound = '%s non trouvé.' ; -FCKLang.GMapsMarkerText = 'Texte' ; -FCKLang.GMapsMarkerDefaultText = 'Ecrivez votre texte' ; -FCKLang.GMapsLine = 'Ligne' ; -FCKLang.GMapsLineInstructions = 'Cliquez sur la carte pour placer le premier point, et continuer a cliquez pour ajouter plus de points.
Vous pouvez les déplacer ou les effacer en utilisant "Suppr" sur votre clavier' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Aide' ; - -FCKLang.GMapsClickToAddMarker = 'Cliquez sur la carte pour ajouter un nouveau repère' ; -FCKLang.GMapsDeleteMarker = 'Effacer un repère' ; -FCKLang.GMapsAddMarker = 'Ajouter un nouveau repère' ; +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Canadian French language file. + */ + +FCKLang.DlgGMapsTitle = 'Propriétés de Google Maps' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insérer/Editer un plan Google' ; +FCKLang.GMapsMap = 'Plan' ; +FCKLang.GMapsZoomLevel = 'Niveau de zoom' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Repère' ; +FCKLang.GMapsSearchLabel = 'Rechercher une direction' ; +FCKLang.GMapsSearch = 'Chercher' ; +FCKLang.GMapsNotFound = '%s non trouvé.' ; +FCKLang.GMapsMarkerText = 'Texte' ; +FCKLang.GMapsMarkerDefaultText = 'Ecrivez votre texte' ; +FCKLang.GMapsLine = 'Ligne' ; +FCKLang.GMapsLineInstructions = 'Cliquez sur la carte pour placer le premier point, et continuer a cliquez pour ajouter plus de points.
Vous pouvez les déplacer ou les effacer en utilisant "Suppr" sur votre clavier' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Aide' ; + +FCKLang.GMapsClickToAddMarker = 'Cliquez sur la carte pour ajouter un nouveau repère' ; +FCKLang.GMapsDeleteMarker = 'Effacer un repère' ; +FCKLang.GMapsAddMarker = 'Ajouter un nouveau repère' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr.js index edc8252f90..dc9864a8c3 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fr.js @@ -1,44 +1,44 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor, French language file. - */ - -FCKLang.DlgGMapsTitle = 'Propriétés de Google Maps' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insérer/Editer un plan Google' ; -FCKLang.GMapsMap = 'Plan' ; -FCKLang.GMapsZoomLevel = 'Niveau de zoom' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Repère' ; -FCKLang.GMapsSearchLabel = 'Rechercher une direction' ; -FCKLang.GMapsSearch = 'Chercher' ; -FCKLang.GMapsNotFound = '%s non trouvé.' ; -FCKLang.GMapsMarkerText = 'Texte' ; -FCKLang.GMapsMarkerDefaultText = 'Ecrivez votre texte' ; -FCKLang.GMapsLine = 'Ligne' ; -FCKLang.GMapsLineInstructions = 'Cliquez sur la carte pour placer le premier point, et continuer a cliquez pour ajouter plus de points.
Vous pouvez les déplacer ou les effacer en utilisant "Suppr" sur votre clavier' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Aide' ; - -FCKLang.GMapsClickToAddMarker = 'Cliquez sur la carte pour ajouter un nouveau repère' ; -FCKLang.GMapsDeleteMarker = 'Effacer un repère' ; -FCKLang.GMapsAddMarker = 'Ajouter un nouveau repère' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor, French language file. + */ + +FCKLang.DlgGMapsTitle = 'Propriétés de Google Maps' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insérer/Editer un plan Google' ; +FCKLang.GMapsMap = 'Plan' ; +FCKLang.GMapsZoomLevel = 'Niveau de zoom' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Repère' ; +FCKLang.GMapsSearchLabel = 'Rechercher une direction' ; +FCKLang.GMapsSearch = 'Chercher' ; +FCKLang.GMapsNotFound = '%s non trouvé.' ; +FCKLang.GMapsMarkerText = 'Texte' ; +FCKLang.GMapsMarkerDefaultText = 'Ecrivez votre texte' ; +FCKLang.GMapsLine = 'Ligne' ; +FCKLang.GMapsLineInstructions = 'Cliquez sur la carte pour placer le premier point, et continuer a cliquez pour ajouter plus de points.
Vous pouvez les déplacer ou les effacer en utilisant "Suppr" sur votre clavier' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Aide' ; + +FCKLang.GMapsClickToAddMarker = 'Cliquez sur la carte pour ajouter un nouveau repère' ; +FCKLang.GMapsDeleteMarker = 'Effacer un repère' ; +FCKLang.GMapsAddMarker = 'Ajouter un nouveau repère' ; + diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fur.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fur.js new file mode 100644 index 0000000000..682610de36 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/fur.js @@ -0,0 +1,30 @@ +/* + * Friulian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gl.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gl.js index b1851035c6..a79c055d2c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gl.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gl.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Galician language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Galician language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gu.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gu.js index 430a7ea859..dabd27c951 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gu.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/gu.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Gujarati language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Gujarati language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/he.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/he.js index 4396098af1..f55ad1780c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/he.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/he.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Hebrew language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Hebrew language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hi.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hi.js index c8ffba5fd4..d57341f4ba 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hi.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hi.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Hindi language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Hindi language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hr.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hr.js index d57f7072cf..c185a44a35 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hr.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hr.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Croatian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Croatian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hu.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hu.js index 704a2755aa..bc873690a1 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hu.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/hu.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Hungarian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Hungarian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/id.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/id.js new file mode 100644 index 0000000000..ca28eda839 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/id.js @@ -0,0 +1,30 @@ +/* + * Indonesian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/is.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/is.js index b364c9c582..3ab38e50de 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/is.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/is.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Icelandic language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Icelandic language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/it.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/it.js index 3f89eed6c6..62c075c2c4 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/it.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/it.js @@ -1,45 +1,45 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor, English language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps Proprietà' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Inserisci/Modifica una Google Maps' ; -FCKLang.GMapsMap = 'Mappa' ; -FCKLang.GMapsZoomLevel = 'Zoom' ; -FCKLang.txtLatitude = 'Latitudine' ; -FCKLang.txtLongitude = 'Longitudine' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Cerca una direzione' ; -FCKLang.GMapsSearch = 'Cerca una località' ; -FCKLang.GMapsNotFound = '%s non trovato.' ; -FCKLang.GMapsMarkerText = 'Testo' ; -FCKLang.GMapsMarkerDefaultText = 'Inserisci il testo' ; -FCKLang.GMapsLine = 'Tracciato' ; -FCKLang.GMapsLineInstructions = 'Clicca sulla mappa per scegliere il primo punto, e successivamente selezionare gli altri sulla mappa.
Puoi trascinare i punti già selezionati o cancellarli delete usando "CANC" dalla tua tastiera' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Aiuto' ; - -FCKLang.GMapsClickToAddMarker = 'Clicca sulla mappa per aggiungere un nuovo marker' ; -FCKLang.GMapsDeleteMarker = 'Cancella marker' ; -FCKLang.GMapsAddMarker = 'Aggiungi un nuovo marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor, English language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps Proprietà' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Inserisci/Modifica una Google Maps' ; +FCKLang.GMapsMap = 'Mappa' ; +FCKLang.GMapsZoomLevel = 'Zoom' ; +FCKLang.txtLatitude = 'Latitudine' ; +FCKLang.txtLongitude = 'Longitudine' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Cerca una direzione' ; +FCKLang.GMapsSearch = 'Cerca una località' ; +FCKLang.GMapsNotFound = '%s non trovato.' ; +FCKLang.GMapsMarkerText = 'Testo' ; +FCKLang.GMapsMarkerDefaultText = 'Inserisci il testo' ; +FCKLang.GMapsLine = 'Tracciato' ; +FCKLang.GMapsLineInstructions = 'Clicca sulla mappa per scegliere il primo punto, e successivamente selezionare gli altri sulla mappa.
Puoi trascinare i punti già selezionati o cancellarli delete usando "CANC" dalla tua tastiera' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Aiuto' ; + +FCKLang.GMapsClickToAddMarker = 'Clicca sulla mappa per aggiungere un nuovo marker' ; +FCKLang.GMapsDeleteMarker = 'Cancella marker' ; +FCKLang.GMapsAddMarker = 'Aggiungi un nuovo marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; \ No newline at end of file diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ja.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ja.js index 858ae9054c..b7a5b8ad3a 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ja.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ja.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Japanese language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Japanese language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ka.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ka.js new file mode 100644 index 0000000000..e1ba01b7a8 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ka.js @@ -0,0 +1,30 @@ +/* + * Georgian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/km.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/km.js index 221dcd3ab7..3f74c3e9f7 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/km.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/km.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Khmer language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Khmer language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ko.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ko.js index b6120b17c4..7daf40af3e 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ko.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ko.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Korean language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Korean language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lt.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lt.js index 8fc677474a..b1082fbab2 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lt.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lt.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Lithuanian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Lithuanian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lv.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lv.js index 44f32dbaf6..0ef5d9c06f 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lv.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/lv.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Latvian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Latvian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mk.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mk.js new file mode 100644 index 0000000000..5fd7bc0980 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mk.js @@ -0,0 +1,30 @@ +/* + * Macedonian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mn.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mn.js index bd16a411ea..309faa9362 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mn.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/mn.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Mongolian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Mongolian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ms.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ms.js index 5423788d03..e61a71a332 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ms.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ms.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Malay language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Malay language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nb.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nb.js index 7dd172e54d..1ff3990539 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nb.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nb.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Norwegian Bokmål language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Norwegian Bokmål language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nl.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nl.js index 965d20b92f..78af57ae18 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nl.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/nl.js @@ -1,44 +1,44 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor, English language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps eigenschappen' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Invoegen/Wijzigen een Google Map' ; -FCKLang.GMapsMap = 'Kaart' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Zoek een locatie' ; -FCKLang.GMapsSearch = 'Zoeken' ; -FCKLang.GMapsNotFound = '%s is niet gevonden.' ; -FCKLang.GMapsMarkerText = 'Tekst' ; -FCKLang.GMapsMarkerDefaultText = 'Schrijf je eigen tekst' ; -FCKLang.GMapsLine = 'Lijn' ; -FCKLang.GMapsLineInstructions = 'Klik op de kaart om een een eerste marker te plaaten, blijf dan klikken om meer markers te plaatsen.
Je kunt ze slepen of verwijderen met de "DEL" toets' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'klik op de kaart om de marker toe te voegen' ; -FCKLang.GMapsDeleteMarker = 'Verwijder marker' ; -FCKLang.GMapsAddMarker = 'Voeg nieuwe marker toe' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor, English language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps eigenschappen' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Invoegen/Wijzigen een Google Map' ; +FCKLang.GMapsMap = 'Kaart' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Zoek een locatie' ; +FCKLang.GMapsSearch = 'Zoeken' ; +FCKLang.GMapsNotFound = '%s is niet gevonden.' ; +FCKLang.GMapsMarkerText = 'Tekst' ; +FCKLang.GMapsMarkerDefaultText = 'Schrijf je eigen tekst' ; +FCKLang.GMapsLine = 'Lijn' ; +FCKLang.GMapsLineInstructions = 'Klik op de kaart om een een eerste marker te plaaten, blijf dan klikken om meer markers te plaatsen.
Je kunt ze slepen of verwijderen met de "DEL" toets' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'klik op de kaart om de marker toe te voegen' ; +FCKLang.GMapsDeleteMarker = 'Verwijder marker' ; +FCKLang.GMapsAddMarker = 'Voeg nieuwe marker toe' ; + diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/no.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/no.js index 8b2da36312..3692c6b1b4 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/no.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/no.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Norwegian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Norwegian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/oc.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/oc.js new file mode 100644 index 0000000000..013b5dfcc0 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/oc.js @@ -0,0 +1,30 @@ +/* + * Occitan language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pl.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pl.js index 42ea1d13ed..3699cb00ca 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pl.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pl.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Polish language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Polish language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/prs.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/prs.js new file mode 100644 index 0000000000..ba82fe0594 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/prs.js @@ -0,0 +1,30 @@ +/* + * Dari language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ps.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ps.js new file mode 100644 index 0000000000..fe23496b9a --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ps.js @@ -0,0 +1,30 @@ +/* + * Pashto language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt-br.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt-br.js index 3322ce52b1..e57c364669 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt-br.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt-br.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Brazilian Portuguese language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Brazilian Portuguese language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt.js index daa66715de..b2193416c1 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/pt.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Portuguese language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Portuguese language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/qu.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/qu.js new file mode 100644 index 0000000000..04fcafd5a0 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/qu.js @@ -0,0 +1,30 @@ +/* + * Runasimi (Quechua-Cusco) language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ro.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ro.js index 953a8fa3e1..4196500650 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ro.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ro.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Romanian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Romanian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ru.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ru.js index f9255e103f..379fc93628 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ru.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/ru.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Russian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Russian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sk.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sk.js index c10bc1dd97..33d1513318 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sk.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sk.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Slovak language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Slovak language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sl.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sl.js index 355b74f858..ade0bbe390 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sl.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sl.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Slovenian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Slovenian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr-latn.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr-latn.js index f5cf664bea..22edcb9f1e 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr-latn.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr-latn.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Serbian (Latin) language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Serbian (Latin) language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr.js index 96a2f85904..e5eedf819f 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sr.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Serbian (Cyrillic) language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Serbian (Cyrillic) language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sv.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sv.js index 6508e9adc3..a3c3559555 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sv.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sv.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Swedish language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Swedish language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sw.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sw.js new file mode 100644 index 0000000000..7a7f7d3db8 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/sw.js @@ -0,0 +1,30 @@ +/* + * Swahili language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/th.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/th.js index 904446803b..6906de580b 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/th.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/th.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Thai language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Thai language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/tr.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/tr.js index 423bcd92ad..3e27649f1c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/tr.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/tr.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Turkish language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Turkish language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/uk.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/uk.js index f231bad69b..8dce0c3ff3 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/uk.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/uk.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Ukrainian language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Ukrainian language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/vi.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/vi.js index 8afdd3cc2b..5753e8f642 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/vi.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/vi.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Vietnamese language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Vietnamese language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/yo.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/yo.js new file mode 100644 index 0000000000..99273f6ac3 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/yo.js @@ -0,0 +1,30 @@ +/* + * Yoruba language file. + * Please, use UTF-8 encoding. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + +FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh-cn.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh-cn.js index fb06171a76..3c89ad3079 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh-cn.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh-cn.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Chinese Simplified language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Chinese Simplified language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh.js b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh.js index 4c5bc467e3..67b2a09101 100755 --- a/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh.js +++ b/main/inc/lib/fckeditor/editor/plugins/googlemaps/lang/zh.js @@ -1,46 +1,46 @@ -/* - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Google Maps for FCKeditor. - * Chinese Traditional language file. - */ - -FCKLang.DlgGMapsTitle = 'Google Maps properties' ; -FCKLang.GMapsBtn = 'Google Maps' ; -FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; -FCKLang.GMapsMap = 'Map' ; -FCKLang.GMapsZoomLevel = 'Zoom Level' ; -FCKLang.txtLatitude = 'Latitude' ; -FCKLang.txtLongitude = 'Longitude' ; -FCKLang.GMapsMarker = 'Marker' ; -FCKLang.GMapsSearchLabel = 'Search a direction' ; -FCKLang.GMapsSearch = 'Search' ; -FCKLang.GMapsNotFound = '%s not found.' ; -FCKLang.GMapsMarkerText = 'Text' ; -FCKLang.GMapsMarkerDefaultText = 'Write your text' ; -FCKLang.GMapsLine = 'Line' ; -FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; - -FCKLang.GMapsHelpFile = 'install.html' ; -FCKLang.GMapsUserHelpFile = 'users.html' ; -FCKLang.Help = 'Help' ; - -FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; -FCKLang.GMapsDeleteMarker = 'Delete marker' ; -FCKLang.GMapsAddMarker = 'Add new marker' ; - +/* + * == BEGIN LICENSE == + * + * Licensed under the terms of any of the following licenses at your + * choice: + * + * - GNU General Public License Version 2 or later (the "GPL") + * http://www.gnu.org/licenses/gpl.html + * + * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") + * http://www.gnu.org/licenses/lgpl.html + * + * - Mozilla Public License Version 1.1 or later (the "MPL") + * http://www.mozilla.org/MPL/MPL-1.1.html + * + * == END LICENSE == + * + * Google Maps for FCKeditor. + * Chinese Traditional language file. + */ + +FCKLang.DlgGMapsTitle = 'Google Maps properties' ; +FCKLang.GMapsBtn = 'Google Maps' ; +FCKLang.GMapsBtnTooltip = 'Insert/Edit a Google Map' ; +FCKLang.GMapsMap = 'Map' ; +FCKLang.GMapsZoomLevel = 'Zoom Level' ; +FCKLang.txtLatitude = 'Latitude' ; +FCKLang.txtLongitude = 'Longitude' ; +FCKLang.GMapsMarker = 'Marker' ; +FCKLang.GMapsSearchLabel = 'Search a direction' ; +FCKLang.GMapsSearch = 'Search' ; +FCKLang.GMapsNotFound = '%s not found.' ; +FCKLang.GMapsMarkerText = 'Text' ; +FCKLang.GMapsMarkerDefaultText = 'Write your text' ; +FCKLang.GMapsLine = 'Line' ; +FCKLang.GMapsLineInstructions = 'Click on the map to place the first point, and then keep on clicking to add more points.
You can drag them or delete them using "DEL" in your keyboard' ; + +FCKLang.GMapsHelpFile = 'install.html' ; +FCKLang.GMapsUserHelpFile = 'users.html' ; +FCKLang.Help = 'Help' ; + +FCKLang.GMapsClickToAddMarker = 'Click on the map to add a new marker' ; +FCKLang.GMapsDeleteMarker = 'Delete marker' ; +FCKLang.GMapsAddMarker = 'Add new marker' ; + FCKLang.GMaps_MissingKey = 'You must enter the Google Maps Key for your domain.' ;