Changeset 830708
- Timestamp:
- 12/31/2013 09:20:21 AM (12 years ago)
- Location:
- wp-flexible-map-options/trunk
- Files:
-
- 9 edited
-
class.FlxMapOptions_Options.php (modified) (1 diff)
-
languages/default.mo (modified) (previous)
-
languages/default.pot (modified) (2 diffs)
-
languages/flxmapoptions-de.mo (modified) (previous)
-
languages/flxmapoptions-de.po (modified) (2 diffs)
-
languages/flxmapoptions-de_DE.mo (modified) (previous)
-
languages/flxmapoptions-de_DE.po (modified) (2 diffs)
-
page.optionpage.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-flexible-map-options/trunk/class.FlxMapOptions_Options.php
r830427 r830708 112 112 $this->addSingleOption('draggable', 'true'); 113 113 $this->addSingleOption('dblclickzoom', 'true'); 114 $this->addSingleOption('directions', 'false'); 115 $this->addSingleOption('dirdraggable', 'false'); 116 $this->addSingleOption('dirnomarkers', 'false'); 117 $this->addSingleOption('dirshowsteps', 'true'); 118 $this->addSingleOption('dirshowssearch', 'true'); 119 $this->addSingleOption('region', '', 'text'); 120 $this->addSingleOption('locale', '', 'text'); 121 $this->addSingleOption('icon', '', 'text'); 122 $this->addSingleOption('showdirections', 'false'); 123 $this->addSingleOption('directionsfrom', '', 'text'); 124 $this->addSingleOption('showinfo', 'true'); 114 125 $this->addSingleOption('targetfix', 'true'); 115 126 } -
wp-flexible-map-options/trunk/languages/default.pot
r830427 r830708 2 2 msgstr "" 3 3 "Project-Id-Version: flxmapoptions\n" 4 "POT-Creation-Date: 2013-12- 29 17:32+0100\n"5 "PO-Revision-Date: 2013-12- 29 17:32+0100\n"4 "POT-Creation-Date: 2013-12-31 10:15+0100\n" 5 "PO-Revision-Date: 2013-12-31 10:15+0100\n" 6 6 "Last-Translator: Kerli81 <@kerli81>\n" 7 7 "Language-Team: \n" … … 15 15 "X-Poedit-SearchPath-1: ..\n" 16 16 17 #: ../class.FlxMapOptions_Admin.php: 3817 #: ../class.FlxMapOptions_Admin.php:67 18 18 msgid "Plugin \"Flexible Map\" is NOT active!" 19 19 msgstr "" 20 20 21 #: ../class.FlxMapOptions_Admin.php: 4121 #: ../class.FlxMapOptions_Admin.php:70 22 22 msgid "Settings" 23 23 msgstr "" 24 24 25 #: ../page.optionpage.php: 2925 #: ../page.optionpage.php:37 26 26 msgid "Default" 27 27 msgstr "" 28 28 29 #: ../page.optionpage.php: 4429 #: ../page.optionpage.php:52 30 30 msgid "Successfully updated" 31 31 msgstr "" 32 32 33 #: ../page.optionpage.php: 5233 #: ../page.optionpage.php:60 34 34 msgid "Options Page for " 35 35 msgstr "" 36 36 37 #: ../page.optionpage.php:55 37 #: ../page.optionpage.php:62 38 msgid "" 39 "You will find more information about the fields on the instruction page of " 40 "the WP Flexible Map plugin" 41 msgstr "" 42 43 #: ../page.optionpage.php:66 38 44 msgid "Parameters for all maps" 39 45 msgstr "" 40 46 41 #: ../page.optionpage.php: 5847 #: ../page.optionpage.php:69 42 48 msgid "Width in Pixel/Percent" 43 49 msgstr "" 44 50 45 #: ../page.optionpage.php: 5951 #: ../page.optionpage.php:70 46 52 msgid "Height in Pixel/Percent" 47 53 msgstr "" 48 54 49 #: ../page.optionpage.php: 6055 #: ../page.optionpage.php:71 50 56 msgid "Type of map to show" 51 57 msgstr "" 52 58 53 #: ../page.optionpage.php: 6159 #: ../page.optionpage.php:72 54 60 msgid "Hide the map type controls" 55 61 msgstr "" 56 62 57 #: ../page.optionpage.php: 6263 #: ../page.optionpage.php:73 58 64 msgid "Hide the panning controls" 59 65 msgstr "" 60 66 61 #: ../page.optionpage.php: 6367 #: ../page.optionpage.php:74 62 68 msgid "Hide the zoom controls" 63 69 msgstr "" 64 70 65 #: ../page.optionpage.php: 6471 #: ../page.optionpage.php:75 66 72 msgid "Hide the street view control" 67 73 msgstr "" 68 74 69 #: ../page.optionpage.php: 6575 #: ../page.optionpage.php:76 70 76 msgid "Which zoom control style" 71 77 msgstr "" 72 78 73 #: ../page.optionpage.php: 6679 #: ../page.optionpage.php:77 74 80 msgid "Hide the map scale" 75 81 msgstr "" 76 82 77 #: ../page.optionpage.php: 6783 #: ../page.optionpage.php:78 78 84 msgid "Enable zoom with mouse scroll wheel" 79 85 msgstr "" 80 86 81 #: ../page.optionpage.php: 6887 #: ../page.optionpage.php:79 82 88 msgid "Enable dragging to pan" 83 89 msgstr "" 84 90 85 #: ../page.optionpage.php: 6991 #: ../page.optionpage.php:80 86 92 msgid "Enable double-clicking to zoom" 87 93 msgstr "" 88 94 89 #: ../page.optionpage.php:74 95 #: ../page.optionpage.php:81 96 msgid "show directions link in text bubble" 97 msgstr "" 98 99 #: ../page.optionpage.php:82 100 msgid "allow directions to be draggable" 101 msgstr "" 102 103 #: ../page.optionpage.php:83 104 msgid "suppress start and end markers when showing directions" 105 msgstr "" 106 107 #: ../page.optionpage.php:84 108 msgid "show or suppress directions steps when showing directions" 109 msgstr "" 110 111 #: ../page.optionpage.php:85 112 msgid "show or suppress directions search form when showing directions" 113 msgstr "" 114 115 #: ../page.optionpage.php:86 116 msgid "" 117 "specify region to help localise address searches for street address map and " 118 "directions" 119 msgstr "" 120 121 #: ../page.optionpage.php:87 122 msgid "" 123 "use a specific locale (language) for messages like the text of the " 124 "Directions link" 125 msgstr "" 126 127 #: ../page.optionpage.php:92 128 msgid "Additional parameters for centre coordinates map" 129 msgstr "" 130 131 #: ../page.optionpage.php:95 132 msgid "URL to icon for the marker" 133 msgstr "" 134 135 #: ../page.optionpage.php:96 136 msgid "show directions when the map loads" 137 msgstr "" 138 139 #: ../page.optionpage.php:97 140 msgid "initial from: location for directions" 141 msgstr "" 142 143 #: ../page.optionpage.php:98 144 msgid "show the marker's info window when the map loads" 145 msgstr "" 146 147 #: ../page.optionpage.php:103 90 148 msgid "Additional parameters for KML map" 91 149 msgstr "" 92 150 93 #: ../page.optionpage.php: 77151 #: ../page.optionpage.php:106 94 152 msgid "Prevent links from opening in new window" 95 153 msgstr "" -
wp-flexible-map-options/trunk/languages/flxmapoptions-de.po
r830427 r830708 2 2 msgstr "" 3 3 "Project-Id-Version: flxmapoptions\n" 4 "POT-Creation-Date: 2013-12- 29 17:32+0100\n"5 "PO-Revision-Date: 2013-12- 29 17:32+0100\n"4 "POT-Creation-Date: 2013-12-31 10:08+0100\n" 5 "PO-Revision-Date: 2013-12-31 10:17+0100\n" 6 6 "Last-Translator: Kerli81 <@kerli81>\n" 7 7 "Language-Team: \n" … … 17 17 "X-Poedit-SearchPath-1: ..\n" 18 18 19 #: ../class.FlxMapOptions_Admin.php: 3819 #: ../class.FlxMapOptions_Admin.php:67 20 20 msgid "Plugin \"Flexible Map\" is NOT active!" 21 21 msgstr "Plugin \"Flexible Map\" ist NICHT aktiv!" 22 22 23 #: ../class.FlxMapOptions_Admin.php: 4123 #: ../class.FlxMapOptions_Admin.php:70 24 24 msgid "Settings" 25 25 msgstr "Einstellungen" 26 26 27 #: ../page.optionpage.php: 2927 #: ../page.optionpage.php:37 28 28 msgid "Default" 29 29 msgstr "Standard-Wert" 30 30 31 #: ../page.optionpage.php: 4431 #: ../page.optionpage.php:52 32 32 msgid "Successfully updated" 33 33 msgstr "Erfolgreich aktualisiert" 34 34 35 #: ../page.optionpage.php: 5235 #: ../page.optionpage.php:60 36 36 msgid "Options Page for " 37 msgstr "Optionenseite für "37 msgstr "Optionenseite für " 38 38 39 #: ../page.optionpage.php:55 39 #: ../page.optionpage.php:62 40 msgid "" 41 "You will find more information about the fields on the instruction page of " 42 "the WP Flexible Map plugin" 43 msgstr "" 44 "Weitere Informationen zu den einzelnen Felden können auf der Instruktion-" 45 "Page des WP Flexible Map Plugins entnommen werden." 46 47 #: ../page.optionpage.php:66 40 48 msgid "Parameters for all maps" 41 49 msgstr "Parameter für alle Karten" 42 50 43 #: ../page.optionpage.php: 5851 #: ../page.optionpage.php:69 44 52 msgid "Width in Pixel/Percent" 45 53 msgstr "Breite in Pixel/Prozent" 46 54 47 #: ../page.optionpage.php: 5955 #: ../page.optionpage.php:70 48 56 msgid "Height in Pixel/Percent" 49 57 msgstr "Höhe in Pixel/Prozent" 50 58 51 #: ../page.optionpage.php: 6059 #: ../page.optionpage.php:71 52 60 msgid "Type of map to show" 53 61 msgstr "anzuzeigender Kartentyp" 54 62 55 #: ../page.optionpage.php: 6163 #: ../page.optionpage.php:72 56 64 msgid "Hide the map type controls" 57 65 msgstr "Kartentyp-Element verstecken" 58 66 59 #: ../page.optionpage.php: 6267 #: ../page.optionpage.php:73 60 68 msgid "Hide the panning controls" 61 69 msgstr "Navigation-Element verstecken" 62 70 63 #: ../page.optionpage.php: 6371 #: ../page.optionpage.php:74 64 72 msgid "Hide the zoom controls" 65 73 msgstr "Zoom-Element verstecken" 66 74 67 #: ../page.optionpage.php: 6475 #: ../page.optionpage.php:75 68 76 msgid "Hide the street view control" 69 77 msgstr "Street View-Element verstecken" 70 78 71 #: ../page.optionpage.php: 6579 #: ../page.optionpage.php:76 72 80 msgid "Which zoom control style" 73 81 msgstr "Zoom Kontroll Typ" 74 82 75 #: ../page.optionpage.php: 6683 #: ../page.optionpage.php:77 76 84 msgid "Hide the map scale" 77 85 msgstr "Karten-Skala verstecken" 78 86 79 #: ../page.optionpage.php: 6787 #: ../page.optionpage.php:78 80 88 msgid "Enable zoom with mouse scroll wheel" 81 89 msgstr "Zoomen mit Mausrad erlauben" 82 90 83 #: ../page.optionpage.php: 6891 #: ../page.optionpage.php:79 84 92 msgid "Enable dragging to pan" 85 93 msgstr "Verschieben der Karte per Mausklick erlauben" 86 94 87 #: ../page.optionpage.php: 6995 #: ../page.optionpage.php:80 88 96 msgid "Enable double-clicking to zoom" 89 97 msgstr "Zoomen mit Doppelklick erlauben" 90 98 91 #: ../page.optionpage.php:74 99 #: ../page.optionpage.php:81 100 msgid "show directions link in text bubble" 101 msgstr "Zeige Routen-Link in Textblase" 102 103 #: ../page.optionpage.php:82 104 msgid "allow directions to be draggable" 105 msgstr "Verschieben der Routen-Karte per Mausklick erlauben" 106 107 #: ../page.optionpage.php:83 108 msgid "suppress start and end markers when showing directions" 109 msgstr "Start- und End-Marker bei Routen unterdrücken" 110 111 #: ../page.optionpage.php:84 112 msgid "show or suppress directions steps when showing directions" 113 msgstr "Anzeigen der Schritte bei Routen" 114 115 #: ../page.optionpage.php:85 116 msgid "show or suppress directions search form when showing directions" 117 msgstr "Anzeigen der Suche bei Routen" 118 119 #: ../page.optionpage.php:86 120 msgid "" 121 "specify region to help localise address searches for street address map and " 122 "directions" 123 msgstr "Eingeschränkte Region für die Suche von Adressen bei Routen" 124 125 #: ../page.optionpage.php:87 126 msgid "" 127 "use a specific locale (language) for messages like the text of the " 128 "Directions link" 129 msgstr "Sprachangabe für Texte bei Routen" 130 131 #: ../page.optionpage.php:92 132 msgid "Additional parameters for centre coordinates map" 133 msgstr "Zusätzliche Parameter für koordinatsbasierte Karten" 134 135 #: ../page.optionpage.php:95 136 msgid "URL to icon for the marker" 137 msgstr "URL zu einem Marker" 138 139 #: ../page.optionpage.php:96 140 msgid "show directions when the map loads" 141 msgstr "Route anzeigen wenn Karte geladen wird" 142 143 #: ../page.optionpage.php:97 144 msgid "initial from: location for directions" 145 msgstr "Initiale von:-Adresse bei Routen" 146 147 #: ../page.optionpage.php:98 148 msgid "show the marker's info window when the map loads" 149 msgstr "Anzeige der Marker-Info beim Laden der Karte" 150 151 #: ../page.optionpage.php:103 92 152 msgid "Additional parameters for KML map" 93 153 msgstr "Zusätzliche Parameter für KML-Karten" 94 154 95 #: ../page.optionpage.php: 77155 #: ../page.optionpage.php:106 96 156 msgid "Prevent links from opening in new window" 97 157 msgstr "Öffnen von Links in einem neuen Fenster verhindern" 98 99 #~ msgid "Flexible Map Options"100 #~ msgstr "Flexible Map Options"101 102 #~ msgid ""103 #~ "Provides an option page for the plugin WP Flexible Map to define the "104 #~ "default values."105 #~ msgstr ""106 #~ "Stellt eine Optionenseite zur Verfügung, damit das Plugin \"WP Flexible "107 #~ "Map\" erweitert werden kann." -
wp-flexible-map-options/trunk/languages/flxmapoptions-de_DE.po
r830427 r830708 2 2 msgstr "" 3 3 "Project-Id-Version: flxmapoptions\n" 4 "POT-Creation-Date: 2013-12- 29 16:45+0100\n"5 "PO-Revision-Date: 2013-12- 29 18:46+0100\n"4 "POT-Creation-Date: 2013-12-31 10:08+0100\n" 5 "PO-Revision-Date: 2013-12-31 10:17+0100\n" 6 6 "Last-Translator: Kerli81 <@kerli81>\n" 7 7 "Language-Team: \n" 8 "Language: de_DE\n" 8 9 "MIME-Version: 1.0\n" 9 10 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: .\n" 14 "Language: de\n"15 15 "X-Poedit-SourceCharset: UTF-8\n" 16 16 "X-Poedit-SearchPath-0: .\n" 17 17 "X-Poedit-SearchPath-1: ..\n" 18 18 19 #: ../class.FlxMapOptions_Admin.php: 3019 #: ../class.FlxMapOptions_Admin.php:67 20 20 msgid "Plugin \"Flexible Map\" is NOT active!" 21 21 msgstr "Plugin \"Flexible Map\" ist NICHT aktiv!" 22 22 23 #: ../class.FlxMapOptions_Admin.php: 3323 #: ../class.FlxMapOptions_Admin.php:70 24 24 msgid "Settings" 25 25 msgstr "Einstellungen" 26 26 27 #: ../page.optionpage.php: 2927 #: ../page.optionpage.php:37 28 28 msgid "Default" 29 29 msgstr "Standard-Wert" 30 30 31 #: ../page.optionpage.php: 4431 #: ../page.optionpage.php:52 32 32 msgid "Successfully updated" 33 33 msgstr "Erfolgreich aktualisiert" 34 34 35 #: ../page.optionpage.php: 5235 #: ../page.optionpage.php:60 36 36 msgid "Options Page for " 37 37 msgstr "Optionenseite für " 38 38 39 #: ../page.optionpage.php:55 39 #: ../page.optionpage.php:62 40 msgid "" 41 "You will find more information about the fields on the instruction page of " 42 "the WP Flexible Map plugin" 43 msgstr "" 44 "Weitere Informationen zu den einzelnen Felden können auf der Instruktion-" 45 "Page des WP Flexible Map Plugins entnommen werden." 46 47 #: ../page.optionpage.php:66 40 48 msgid "Parameters for all maps" 41 49 msgstr "Parameter für alle Karten" 42 50 43 #: ../page.optionpage.php: 5851 #: ../page.optionpage.php:69 44 52 msgid "Width in Pixel/Percent" 45 53 msgstr "Breite in Pixel/Prozent" 46 54 47 #: ../page.optionpage.php: 5955 #: ../page.optionpage.php:70 48 56 msgid "Height in Pixel/Percent" 49 57 msgstr "Höhe in Pixel/Prozent" 50 58 51 #: ../page.optionpage.php: 6059 #: ../page.optionpage.php:71 52 60 msgid "Type of map to show" 53 61 msgstr "anzuzeigender Kartentyp" 54 62 55 #: ../page.optionpage.php: 6163 #: ../page.optionpage.php:72 56 64 msgid "Hide the map type controls" 57 65 msgstr "Kartentyp-Element verstecken" 58 66 59 #: ../page.optionpage.php: 6267 #: ../page.optionpage.php:73 60 68 msgid "Hide the panning controls" 61 69 msgstr "Navigation-Element verstecken" 62 70 63 #: ../page.optionpage.php: 6371 #: ../page.optionpage.php:74 64 72 msgid "Hide the zoom controls" 65 73 msgstr "Zoom-Element verstecken" 66 74 67 #: ../page.optionpage.php: 6475 #: ../page.optionpage.php:75 68 76 msgid "Hide the street view control" 69 77 msgstr "Street View-Element verstecken" 70 78 71 #: ../page.optionpage.php: 6579 #: ../page.optionpage.php:76 72 80 msgid "Which zoom control style" 73 81 msgstr "Zoom Kontroll Typ" 74 82 75 #: ../page.optionpage.php: 6683 #: ../page.optionpage.php:77 76 84 msgid "Hide the map scale" 77 85 msgstr "Karten-Skala verstecken" 78 86 79 #: ../page.optionpage.php: 6787 #: ../page.optionpage.php:78 80 88 msgid "Enable zoom with mouse scroll wheel" 81 89 msgstr "Zoomen mit Mausrad erlauben" 82 90 83 #: ../page.optionpage.php: 6891 #: ../page.optionpage.php:79 84 92 msgid "Enable dragging to pan" 85 93 msgstr "Verschieben der Karte per Mausklick erlauben" 86 94 87 #: ../page.optionpage.php: 6995 #: ../page.optionpage.php:80 88 96 msgid "Enable double-clicking to zoom" 89 97 msgstr "Zoomen mit Doppelklick erlauben" 90 98 91 #: ../page.optionpage.php:74 99 #: ../page.optionpage.php:81 100 msgid "show directions link in text bubble" 101 msgstr "Zeige Routen-Link in Textblase" 102 103 #: ../page.optionpage.php:82 104 msgid "allow directions to be draggable" 105 msgstr "Verschieben der Routen-Karte per Mausklick erlauben" 106 107 #: ../page.optionpage.php:83 108 msgid "suppress start and end markers when showing directions" 109 msgstr "Start- und End-Marker bei Routen unterdrücken" 110 111 #: ../page.optionpage.php:84 112 msgid "show or suppress directions steps when showing directions" 113 msgstr "Anzeigen der Schritte bei Routen" 114 115 #: ../page.optionpage.php:85 116 msgid "show or suppress directions search form when showing directions" 117 msgstr "Anzeigen der Suche bei Routen" 118 119 #: ../page.optionpage.php:86 120 msgid "" 121 "specify region to help localise address searches for street address map and " 122 "directions" 123 msgstr "Eingeschränkte Region für die Suche von Adressen bei Routen" 124 125 #: ../page.optionpage.php:87 126 msgid "" 127 "use a specific locale (language) for messages like the text of the " 128 "Directions link" 129 msgstr "Sprachangabe für Texte bei Routen" 130 131 #: ../page.optionpage.php:92 132 msgid "Additional parameters for centre coordinates map" 133 msgstr "Zusätzliche Parameter für koordinatsbasierte Karten" 134 135 #: ../page.optionpage.php:95 136 msgid "URL to icon for the marker" 137 msgstr "URL zu einem Marker" 138 139 #: ../page.optionpage.php:96 140 msgid "show directions when the map loads" 141 msgstr "Route anzeigen wenn Karte geladen wird" 142 143 #: ../page.optionpage.php:97 144 msgid "initial from: location for directions" 145 msgstr "Initiale von:-Adresse bei Routen" 146 147 #: ../page.optionpage.php:98 148 msgid "show the marker's info window when the map loads" 149 msgstr "Anzeige der Marker-Info beim Laden der Karte" 150 151 #: ../page.optionpage.php:103 92 152 msgid "Additional parameters for KML map" 93 153 msgstr "Zusätzliche Parameter für KML-Karten" 94 154 95 #: ../page.optionpage.php: 77155 #: ../page.optionpage.php:106 96 156 msgid "Prevent links from opening in new window" 97 157 msgstr "Öffnen von Links in einem neuen Fenster verhindern" -
wp-flexible-map-options/trunk/page.optionpage.php
r830427 r830708 59 59 60 60 <h2><?php echo __('Options Page for ', FLXMAPOPTIONS_TEXT_DOMAIN) . get_plugin_data(FLXMAPOPTIONS_PLUGIN_FQ_NAME)['Name']; ?></h2> 61 62 <?php _e('You will find more information about the fields on the instruction page of the WP Flexible Map plugin', FLXMAPOPTIONS_TEXT_DOMAIN); ?> 63 61 64 <form method="post" action="<?php $_SERVER['REQUEST_URI']; ?>"> 62 65 <input type="hidden" name="submitted" value="1" /> … … 64 67 <table class="form-table"> 65 68 <?php 66 optionRow($options["width"], __("Width in Pixel/Percent", FLXMAPOPTIONS_TEXT_DOMAIN)); 67 optionRow($options["height"], __("Height in Pixel/Percent", FLXMAPOPTIONS_TEXT_DOMAIN)); 68 optionRow($options["maptype"], __("Type of map to show", FLXMAPOPTIONS_TEXT_DOMAIN)); 69 optionRow($options["hidemaptype"], __("Hide the map type controls", FLXMAPOPTIONS_TEXT_DOMAIN)); 70 optionRow($options["hidepanning"], __("Hide the panning controls", FLXMAPOPTIONS_TEXT_DOMAIN)); 71 optionRow($options["hidezooming"], __("Hide the zoom controls", FLXMAPOPTIONS_TEXT_DOMAIN)); 72 optionRow($options["hidestreetview"], __("Hide the street view control", FLXMAPOPTIONS_TEXT_DOMAIN)); 73 optionRow($options["zoomstyle"], __("Which zoom control style", FLXMAPOPTIONS_TEXT_DOMAIN)); 74 optionRow($options["hidescale"], __("Hide the map scale", FLXMAPOPTIONS_TEXT_DOMAIN)); 75 optionRow($options["scrollwheel"], __("Enable zoom with mouse scroll wheel", FLXMAPOPTIONS_TEXT_DOMAIN)); 76 optionRow($options["draggable"], __("Enable dragging to pan", FLXMAPOPTIONS_TEXT_DOMAIN)); 77 optionRow($options["dblclickzoom"], __("Enable double-clicking to zoom", FLXMAPOPTIONS_TEXT_DOMAIN)); 69 optionRow($options["width"], __('Width in Pixel/Percent', FLXMAPOPTIONS_TEXT_DOMAIN)); 70 optionRow($options["height"], __('Height in Pixel/Percent', FLXMAPOPTIONS_TEXT_DOMAIN)); 71 optionRow($options["maptype"], __('Type of map to show', FLXMAPOPTIONS_TEXT_DOMAIN)); 72 optionRow($options["hidemaptype"], __('Hide the map type controls', FLXMAPOPTIONS_TEXT_DOMAIN)); 73 optionRow($options["hidepanning"], __('Hide the panning controls', FLXMAPOPTIONS_TEXT_DOMAIN)); 74 optionRow($options["hidezooming"], __('Hide the zoom controls', FLXMAPOPTIONS_TEXT_DOMAIN)); 75 optionRow($options["hidestreetview"], __('Hide the street view control', FLXMAPOPTIONS_TEXT_DOMAIN)); 76 optionRow($options["zoomstyle"], __('Which zoom control style', FLXMAPOPTIONS_TEXT_DOMAIN)); 77 optionRow($options["hidescale"], __('Hide the map scale', FLXMAPOPTIONS_TEXT_DOMAIN)); 78 optionRow($options["scrollwheel"], __('Enable zoom with mouse scroll wheel', FLXMAPOPTIONS_TEXT_DOMAIN)); 79 optionRow($options["draggable"], __('Enable dragging to pan', FLXMAPOPTIONS_TEXT_DOMAIN)); 80 optionRow($options["dblclickzoom"], __('Enable double-clicking to zoom', FLXMAPOPTIONS_TEXT_DOMAIN)); 81 optionRow($options["directions"], __('show directions link in text bubble', FLXMAPOPTIONS_TEXT_DOMAIN)); 82 optionRow($options["dirdraggable"], __('allow directions to be draggable', FLXMAPOPTIONS_TEXT_DOMAIN)); 83 optionRow($options["dirnomarkers"], __('suppress start and end markers when showing directions', FLXMAPOPTIONS_TEXT_DOMAIN)); 84 optionRow($options["dirshowsteps"], __('show or suppress directions steps when showing directions', FLXMAPOPTIONS_TEXT_DOMAIN)); 85 optionRow($options["dirshowssearch"], __('show or suppress directions search form when showing directions', FLXMAPOPTIONS_TEXT_DOMAIN)); 86 optionRow($options["region"], __('specify region to help localise address searches for street address map and directions', FLXMAPOPTIONS_TEXT_DOMAIN)); 87 optionRow($options["locale"], __('use a specific locale (language) for messages like the text of the Directions link', FLXMAPOPTIONS_TEXT_DOMAIN)); 78 88 ?> 79 89 </table> 80 90 <?php submit_button(); ?> 81 91 92 <h3><?php _e('Additional parameters for centre coordinates map', FLXMAPOPTIONS_TEXT_DOMAIN); ?></h3> 93 <table class="form-table"> 94 <?php 95 optionRow($options["icon"], __('URL to icon for the marker', FLXMAPOPTIONS_TEXT_DOMAIN)); 96 optionRow($options["showdirections"], __('show directions when the map loads', FLXMAPOPTIONS_TEXT_DOMAIN)); 97 optionRow($options["directionsfrom"], __('initial from: location for directions', FLXMAPOPTIONS_TEXT_DOMAIN)); 98 optionRow($options["showinfo"], __('show the marker\'s info window when the map loads', FLXMAPOPTIONS_TEXT_DOMAIN)); 99 ?> 100 </table> 101 <?php submit_button(); ?> 102 82 103 <h3><?php _e('Additional parameters for KML map', FLXMAPOPTIONS_TEXT_DOMAIN); ?></h3> 83 104 <table class="form-table"> 84 105 <?php 85 optionRow($options["targetfix"], __( "Prevent links from opening in new window", FLXMAPOPTIONS_TEXT_DOMAIN));106 optionRow($options["targetfix"], __('Prevent links from opening in new window', FLXMAPOPTIONS_TEXT_DOMAIN)); 86 107 ?> 87 108 </table> -
wp-flexible-map-options/trunk/readme.txt
r830691 r830708 1 === Flexible Map Options ===1 === WP Flexible Map Options === 2 2 Contributors: kerli81 3 Plugin Name: Flexible Map Options 3 4 Tags: flexible map, options, kml, google, maps 4 5 Requires at least: 3.2.1
Note: See TracChangeset
for help on using the changeset viewer.