Changeset 888350
- Timestamp:
- 04/06/2014 02:30:20 PM (12 years ago)
- Location:
- wp-flexible-map-options/trunk
- Files:
-
- 11 edited
-
class.FlxMapOptions_Map.php (modified) (1 diff)
-
class.FlxMapOptions_Options.php (modified) (1 diff)
-
flexible-map-options.php (modified) (1 diff)
-
languages/default.mo (modified) (previous)
-
languages/default.pot (modified) (4 diffs)
-
languages/flxmapoptions-de.mo (modified) (previous)
-
languages/flxmapoptions-de.po (modified) (4 diffs)
-
languages/flxmapoptions-de_DE.mo (modified) (previous)
-
languages/flxmapoptions-de_DE.po (modified) (4 diffs)
-
page.optionpage.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-flexible-map-options/trunk/class.FlxMapOptions_Map.php
r830427 r888350 25 25 function setDefaults($attrs) { 26 26 $defaults = $this->pluginOptions->getValues(); 27 28 if ($defaults["zoom"] == "auto") { 29 unset($defaults["zoom"]); 30 } 31 27 32 $attrsInclDefaults = wp_parse_args($attrs, $defaults); 28 33 -
wp-flexible-map-options/trunk/class.FlxMapOptions_Options.php
r830708 r888350 102 102 $this->addSingleOption('width', '400', 'text'); 103 103 $this->addSingleOption('height', '400', 'text'); 104 $this->addSingleOption('zoom', 'auto', 'text'); 104 105 $this->addSingleOption('maptype', 'roadmap', 'list', 'roadmap,satellite'); 105 106 $this->addSingleOption('hidemaptype', 'false'); -
wp-flexible-map-options/trunk/flexible-map-options.php
r830713 r888350 3 3 Plugin Name: Flexible Map Options 4 4 Description: Provides an option page for the plugin WP Flexible Map to define the default values globally. 5 Version: 1.0. 15 Version: 1.0.2 6 6 Author: Kerli 7 7 Domain Path: /languages -
wp-flexible-map-options/trunk/languages/default.pot
r830708 r888350 2 2 msgstr "" 3 3 "Project-Id-Version: flxmapoptions\n" 4 "POT-Creation-Date: 201 3-12-31 10:15+0100\n"5 "PO-Revision-Date: 201 3-12-31 10:15+0100\n"4 "POT-Creation-Date: 2014-04-06 16:25+0100\n" 5 "PO-Revision-Date: 2014-04-06 16:25+0100\n" 6 6 "Last-Translator: Kerli81 <@kerli81>\n" 7 7 "Language-Team: \n" … … 54 54 55 55 #: ../page.optionpage.php:71 56 msgid "Default zoom of the map (Values: auto, 1-16)" 57 msgstr "" 58 59 #: ../page.optionpage.php:72 56 60 msgid "Type of map to show" 57 61 msgstr "" 58 62 59 #: ../page.optionpage.php:7 263 #: ../page.optionpage.php:73 60 64 msgid "Hide the map type controls" 61 65 msgstr "" 62 66 63 #: ../page.optionpage.php:7 367 #: ../page.optionpage.php:74 64 68 msgid "Hide the panning controls" 65 69 msgstr "" 66 70 67 #: ../page.optionpage.php:7 471 #: ../page.optionpage.php:75 68 72 msgid "Hide the zoom controls" 69 73 msgstr "" 70 74 71 #: ../page.optionpage.php:7 575 #: ../page.optionpage.php:76 72 76 msgid "Hide the street view control" 73 77 msgstr "" 74 78 75 #: ../page.optionpage.php:7 679 #: ../page.optionpage.php:77 76 80 msgid "Which zoom control style" 77 81 msgstr "" 78 82 79 #: ../page.optionpage.php:7 783 #: ../page.optionpage.php:78 80 84 msgid "Hide the map scale" 81 85 msgstr "" 82 86 83 #: ../page.optionpage.php:7 887 #: ../page.optionpage.php:79 84 88 msgid "Enable zoom with mouse scroll wheel" 85 89 msgstr "" 86 90 87 #: ../page.optionpage.php: 7991 #: ../page.optionpage.php:80 88 92 msgid "Enable dragging to pan" 89 93 msgstr "" 90 94 91 #: ../page.optionpage.php:8 095 #: ../page.optionpage.php:81 92 96 msgid "Enable double-clicking to zoom" 93 97 msgstr "" 94 98 95 #: ../page.optionpage.php:8 199 #: ../page.optionpage.php:82 96 100 msgid "show directions link in text bubble" 97 101 msgstr "" 98 102 99 #: ../page.optionpage.php:8 2103 #: ../page.optionpage.php:83 100 104 msgid "allow directions to be draggable" 101 105 msgstr "" 102 106 103 #: ../page.optionpage.php:8 3107 #: ../page.optionpage.php:84 104 108 msgid "suppress start and end markers when showing directions" 105 109 msgstr "" 106 110 107 #: ../page.optionpage.php:8 4111 #: ../page.optionpage.php:85 108 112 msgid "show or suppress directions steps when showing directions" 109 113 msgstr "" 110 114 111 #: ../page.optionpage.php:8 5115 #: ../page.optionpage.php:86 112 116 msgid "show or suppress directions search form when showing directions" 113 117 msgstr "" 114 118 115 #: ../page.optionpage.php:8 6119 #: ../page.optionpage.php:87 116 120 msgid "" 117 121 "specify region to help localise address searches for street address map and " … … 119 123 msgstr "" 120 124 121 #: ../page.optionpage.php:8 7125 #: ../page.optionpage.php:88 122 126 msgid "" 123 127 "use a specific locale (language) for messages like the text of the " … … 125 129 msgstr "" 126 130 127 #: ../page.optionpage.php:9 2131 #: ../page.optionpage.php:93 128 132 msgid "Additional parameters for centre coordinates map" 129 133 msgstr "" 130 134 131 #: ../page.optionpage.php:9 5135 #: ../page.optionpage.php:96 132 136 msgid "URL to icon for the marker" 133 137 msgstr "" 134 138 135 #: ../page.optionpage.php:9 6139 #: ../page.optionpage.php:97 136 140 msgid "show directions when the map loads" 137 141 msgstr "" 138 142 139 #: ../page.optionpage.php:9 7143 #: ../page.optionpage.php:98 140 144 msgid "initial from: location for directions" 141 145 msgstr "" 142 146 143 #: ../page.optionpage.php:9 8147 #: ../page.optionpage.php:99 144 148 msgid "show the marker's info window when the map loads" 145 149 msgstr "" 146 150 147 #: ../page.optionpage.php:10 3151 #: ../page.optionpage.php:104 148 152 msgid "Additional parameters for KML map" 149 153 msgstr "" 150 154 151 #: ../page.optionpage.php:10 6155 #: ../page.optionpage.php:107 152 156 msgid "Prevent links from opening in new window" 153 157 msgstr "" -
wp-flexible-map-options/trunk/languages/flxmapoptions-de.po
r830708 r888350 2 2 msgstr "" 3 3 "Project-Id-Version: flxmapoptions\n" 4 "POT-Creation-Date: 201 3-12-31 10:08+0100\n"5 "PO-Revision-Date: 201 3-12-31 10:17+0100\n"4 "POT-Creation-Date: 2014-04-06 16:26+0100\n" 5 "PO-Revision-Date: 2014-04-06 16:26+0100\n" 6 6 "Last-Translator: Kerli81 <@kerli81>\n" 7 7 "Language-Team: \n" … … 58 58 59 59 #: ../page.optionpage.php:71 60 msgid "Default zoom of the map (Values: auto, 1-16)" 61 msgstr "Standard Zoom bei Karten (Werte: auto, 1-16)" 62 63 #: ../page.optionpage.php:72 60 64 msgid "Type of map to show" 61 65 msgstr "anzuzeigender Kartentyp" 62 66 63 #: ../page.optionpage.php:7 267 #: ../page.optionpage.php:73 64 68 msgid "Hide the map type controls" 65 69 msgstr "Kartentyp-Element verstecken" 66 70 67 #: ../page.optionpage.php:7 371 #: ../page.optionpage.php:74 68 72 msgid "Hide the panning controls" 69 73 msgstr "Navigation-Element verstecken" 70 74 71 #: ../page.optionpage.php:7 475 #: ../page.optionpage.php:75 72 76 msgid "Hide the zoom controls" 73 77 msgstr "Zoom-Element verstecken" 74 78 75 #: ../page.optionpage.php:7 579 #: ../page.optionpage.php:76 76 80 msgid "Hide the street view control" 77 81 msgstr "Street View-Element verstecken" 78 82 79 #: ../page.optionpage.php:7 683 #: ../page.optionpage.php:77 80 84 msgid "Which zoom control style" 81 85 msgstr "Zoom Kontroll Typ" 82 86 83 #: ../page.optionpage.php:7 787 #: ../page.optionpage.php:78 84 88 msgid "Hide the map scale" 85 89 msgstr "Karten-Skala verstecken" 86 90 87 #: ../page.optionpage.php:7 891 #: ../page.optionpage.php:79 88 92 msgid "Enable zoom with mouse scroll wheel" 89 93 msgstr "Zoomen mit Mausrad erlauben" 90 94 91 #: ../page.optionpage.php: 7995 #: ../page.optionpage.php:80 92 96 msgid "Enable dragging to pan" 93 97 msgstr "Verschieben der Karte per Mausklick erlauben" 94 98 95 #: ../page.optionpage.php:8 099 #: ../page.optionpage.php:81 96 100 msgid "Enable double-clicking to zoom" 97 101 msgstr "Zoomen mit Doppelklick erlauben" 98 102 99 #: ../page.optionpage.php:8 1103 #: ../page.optionpage.php:82 100 104 msgid "show directions link in text bubble" 101 105 msgstr "Zeige Routen-Link in Textblase" 102 106 103 #: ../page.optionpage.php:8 2107 #: ../page.optionpage.php:83 104 108 msgid "allow directions to be draggable" 105 109 msgstr "Verschieben der Routen-Karte per Mausklick erlauben" 106 110 107 #: ../page.optionpage.php:8 3111 #: ../page.optionpage.php:84 108 112 msgid "suppress start and end markers when showing directions" 109 113 msgstr "Start- und End-Marker bei Routen unterdrücken" 110 114 111 #: ../page.optionpage.php:8 4115 #: ../page.optionpage.php:85 112 116 msgid "show or suppress directions steps when showing directions" 113 117 msgstr "Anzeigen der Schritte bei Routen" 114 118 115 #: ../page.optionpage.php:8 5119 #: ../page.optionpage.php:86 116 120 msgid "show or suppress directions search form when showing directions" 117 121 msgstr "Anzeigen der Suche bei Routen" 118 122 119 #: ../page.optionpage.php:8 6123 #: ../page.optionpage.php:87 120 124 msgid "" 121 125 "specify region to help localise address searches for street address map and " … … 123 127 msgstr "Eingeschränkte Region für die Suche von Adressen bei Routen" 124 128 125 #: ../page.optionpage.php:8 7129 #: ../page.optionpage.php:88 126 130 msgid "" 127 131 "use a specific locale (language) for messages like the text of the " … … 129 133 msgstr "Sprachangabe für Texte bei Routen" 130 134 131 #: ../page.optionpage.php:9 2135 #: ../page.optionpage.php:93 132 136 msgid "Additional parameters for centre coordinates map" 133 137 msgstr "Zusätzliche Parameter für koordinatsbasierte Karten" 134 138 135 #: ../page.optionpage.php:9 5139 #: ../page.optionpage.php:96 136 140 msgid "URL to icon for the marker" 137 141 msgstr "URL zu einem Marker" 138 142 139 #: ../page.optionpage.php:9 6143 #: ../page.optionpage.php:97 140 144 msgid "show directions when the map loads" 141 145 msgstr "Route anzeigen wenn Karte geladen wird" 142 146 143 #: ../page.optionpage.php:9 7147 #: ../page.optionpage.php:98 144 148 msgid "initial from: location for directions" 145 149 msgstr "Initiale von:-Adresse bei Routen" 146 150 147 #: ../page.optionpage.php:9 8151 #: ../page.optionpage.php:99 148 152 msgid "show the marker's info window when the map loads" 149 153 msgstr "Anzeige der Marker-Info beim Laden der Karte" 150 154 151 #: ../page.optionpage.php:10 3155 #: ../page.optionpage.php:104 152 156 msgid "Additional parameters for KML map" 153 157 msgstr "Zusätzliche Parameter für KML-Karten" 154 158 155 #: ../page.optionpage.php:10 6159 #: ../page.optionpage.php:107 156 160 msgid "Prevent links from opening in new window" 157 161 msgstr "Öffnen von Links in einem neuen Fenster verhindern" -
wp-flexible-map-options/trunk/languages/flxmapoptions-de_DE.po
r830708 r888350 2 2 msgstr "" 3 3 "Project-Id-Version: flxmapoptions\n" 4 "POT-Creation-Date: 201 3-12-31 10:08+0100\n"5 "PO-Revision-Date: 201 3-12-31 10:17+0100\n"4 "POT-Creation-Date: 2014-04-06 16:26+0100\n" 5 "PO-Revision-Date: 2014-04-06 16:26+0100\n" 6 6 "Last-Translator: Kerli81 <@kerli81>\n" 7 7 "Language-Team: \n" … … 58 58 59 59 #: ../page.optionpage.php:71 60 msgid "Default zoom of the map (Values: auto, 1-16)" 61 msgstr "Standard Zoom bei Karten (Werte: auto, 1-16)" 62 63 #: ../page.optionpage.php:72 60 64 msgid "Type of map to show" 61 65 msgstr "anzuzeigender Kartentyp" 62 66 63 #: ../page.optionpage.php:7 267 #: ../page.optionpage.php:73 64 68 msgid "Hide the map type controls" 65 69 msgstr "Kartentyp-Element verstecken" 66 70 67 #: ../page.optionpage.php:7 371 #: ../page.optionpage.php:74 68 72 msgid "Hide the panning controls" 69 73 msgstr "Navigation-Element verstecken" 70 74 71 #: ../page.optionpage.php:7 475 #: ../page.optionpage.php:75 72 76 msgid "Hide the zoom controls" 73 77 msgstr "Zoom-Element verstecken" 74 78 75 #: ../page.optionpage.php:7 579 #: ../page.optionpage.php:76 76 80 msgid "Hide the street view control" 77 81 msgstr "Street View-Element verstecken" 78 82 79 #: ../page.optionpage.php:7 683 #: ../page.optionpage.php:77 80 84 msgid "Which zoom control style" 81 85 msgstr "Zoom Kontroll Typ" 82 86 83 #: ../page.optionpage.php:7 787 #: ../page.optionpage.php:78 84 88 msgid "Hide the map scale" 85 89 msgstr "Karten-Skala verstecken" 86 90 87 #: ../page.optionpage.php:7 891 #: ../page.optionpage.php:79 88 92 msgid "Enable zoom with mouse scroll wheel" 89 93 msgstr "Zoomen mit Mausrad erlauben" 90 94 91 #: ../page.optionpage.php: 7995 #: ../page.optionpage.php:80 92 96 msgid "Enable dragging to pan" 93 97 msgstr "Verschieben der Karte per Mausklick erlauben" 94 98 95 #: ../page.optionpage.php:8 099 #: ../page.optionpage.php:81 96 100 msgid "Enable double-clicking to zoom" 97 101 msgstr "Zoomen mit Doppelklick erlauben" 98 102 99 #: ../page.optionpage.php:8 1103 #: ../page.optionpage.php:82 100 104 msgid "show directions link in text bubble" 101 105 msgstr "Zeige Routen-Link in Textblase" 102 106 103 #: ../page.optionpage.php:8 2107 #: ../page.optionpage.php:83 104 108 msgid "allow directions to be draggable" 105 109 msgstr "Verschieben der Routen-Karte per Mausklick erlauben" 106 110 107 #: ../page.optionpage.php:8 3111 #: ../page.optionpage.php:84 108 112 msgid "suppress start and end markers when showing directions" 109 113 msgstr "Start- und End-Marker bei Routen unterdrücken" 110 114 111 #: ../page.optionpage.php:8 4115 #: ../page.optionpage.php:85 112 116 msgid "show or suppress directions steps when showing directions" 113 117 msgstr "Anzeigen der Schritte bei Routen" 114 118 115 #: ../page.optionpage.php:8 5119 #: ../page.optionpage.php:86 116 120 msgid "show or suppress directions search form when showing directions" 117 121 msgstr "Anzeigen der Suche bei Routen" 118 122 119 #: ../page.optionpage.php:8 6123 #: ../page.optionpage.php:87 120 124 msgid "" 121 125 "specify region to help localise address searches for street address map and " … … 123 127 msgstr "Eingeschränkte Region für die Suche von Adressen bei Routen" 124 128 125 #: ../page.optionpage.php:8 7129 #: ../page.optionpage.php:88 126 130 msgid "" 127 131 "use a specific locale (language) for messages like the text of the " … … 129 133 msgstr "Sprachangabe für Texte bei Routen" 130 134 131 #: ../page.optionpage.php:9 2135 #: ../page.optionpage.php:93 132 136 msgid "Additional parameters for centre coordinates map" 133 137 msgstr "Zusätzliche Parameter für koordinatsbasierte Karten" 134 138 135 #: ../page.optionpage.php:9 5139 #: ../page.optionpage.php:96 136 140 msgid "URL to icon for the marker" 137 141 msgstr "URL zu einem Marker" 138 142 139 #: ../page.optionpage.php:9 6143 #: ../page.optionpage.php:97 140 144 msgid "show directions when the map loads" 141 145 msgstr "Route anzeigen wenn Karte geladen wird" 142 146 143 #: ../page.optionpage.php:9 7147 #: ../page.optionpage.php:98 144 148 msgid "initial from: location for directions" 145 149 msgstr "Initiale von:-Adresse bei Routen" 146 150 147 #: ../page.optionpage.php:9 8151 #: ../page.optionpage.php:99 148 152 msgid "show the marker's info window when the map loads" 149 153 msgstr "Anzeige der Marker-Info beim Laden der Karte" 150 154 151 #: ../page.optionpage.php:10 3155 #: ../page.optionpage.php:104 152 156 msgid "Additional parameters for KML map" 153 157 msgstr "Zusätzliche Parameter für KML-Karten" 154 158 155 #: ../page.optionpage.php:10 6159 #: ../page.optionpage.php:107 156 160 msgid "Prevent links from opening in new window" 157 161 msgstr "Öffnen von Links in einem neuen Fenster verhindern" -
wp-flexible-map-options/trunk/page.optionpage.php
r830708 r888350 69 69 optionRow($options["width"], __('Width in Pixel/Percent', FLXMAPOPTIONS_TEXT_DOMAIN)); 70 70 optionRow($options["height"], __('Height in Pixel/Percent', FLXMAPOPTIONS_TEXT_DOMAIN)); 71 optionRow($options["zoom"], __('Default zoom of the map (Values: auto, 1-16)', FLXMAPOPTIONS_TEXT_DOMAIN)); 71 72 optionRow($options["maptype"], __('Type of map to show', FLXMAPOPTIONS_TEXT_DOMAIN)); 72 73 optionRow($options["hidemaptype"], __('Hide the map type controls', FLXMAPOPTIONS_TEXT_DOMAIN)); -
wp-flexible-map-options/trunk/readme.txt
r830713 r888350 5 5 Requires at least: 3.2.1 6 6 Tested up to: 3.8 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 = 1.0.2 = 32 * added 'zoom' as a new field 33 31 34 = 1.0.1 = 32 35 * fix translation error
Note: See TracChangeset
for help on using the changeset viewer.