Plugin Directory

Changeset 830708


Ignore:
Timestamp:
12/31/2013 09:20:21 AM (12 years ago)
Author:
kerli81
Message:

add missing fields with translations

Location:
wp-flexible-map-options/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • wp-flexible-map-options/trunk/class.FlxMapOptions_Options.php

    r830427 r830708  
    112112        $this->addSingleOption('draggable', 'true');
    113113        $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');
    114125        $this->addSingleOption('targetfix', 'true');
    115126    }
  • wp-flexible-map-options/trunk/languages/default.pot

    r830427 r830708  
    22msgstr ""
    33"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"
    66"Last-Translator: Kerli81 <@kerli81>\n"
    77"Language-Team: \n"
     
    1515"X-Poedit-SearchPath-1: ..\n"
    1616
    17 #: ../class.FlxMapOptions_Admin.php:38
     17#: ../class.FlxMapOptions_Admin.php:67
    1818msgid "Plugin \"Flexible Map\" is NOT active!"
    1919msgstr ""
    2020
    21 #: ../class.FlxMapOptions_Admin.php:41
     21#: ../class.FlxMapOptions_Admin.php:70
    2222msgid "Settings"
    2323msgstr ""
    2424
    25 #: ../page.optionpage.php:29
     25#: ../page.optionpage.php:37
    2626msgid "Default"
    2727msgstr ""
    2828
    29 #: ../page.optionpage.php:44
     29#: ../page.optionpage.php:52
    3030msgid "Successfully updated"
    3131msgstr ""
    3232
    33 #: ../page.optionpage.php:52
     33#: ../page.optionpage.php:60
    3434msgid "Options Page for "
    3535msgstr ""
    3636
    37 #: ../page.optionpage.php:55
     37#: ../page.optionpage.php:62
     38msgid ""
     39"You will find more information about the fields on the instruction page of "
     40"the WP Flexible Map plugin"
     41msgstr ""
     42
     43#: ../page.optionpage.php:66
    3844msgid "Parameters for all maps"
    3945msgstr ""
    4046
    41 #: ../page.optionpage.php:58
     47#: ../page.optionpage.php:69
    4248msgid "Width in Pixel/Percent"
    4349msgstr ""
    4450
    45 #: ../page.optionpage.php:59
     51#: ../page.optionpage.php:70
    4652msgid "Height in Pixel/Percent"
    4753msgstr ""
    4854
    49 #: ../page.optionpage.php:60
     55#: ../page.optionpage.php:71
    5056msgid "Type of map to show"
    5157msgstr ""
    5258
    53 #: ../page.optionpage.php:61
     59#: ../page.optionpage.php:72
    5460msgid "Hide the map type controls"
    5561msgstr ""
    5662
    57 #: ../page.optionpage.php:62
     63#: ../page.optionpage.php:73
    5864msgid "Hide the panning controls"
    5965msgstr ""
    6066
    61 #: ../page.optionpage.php:63
     67#: ../page.optionpage.php:74
    6268msgid "Hide the zoom controls"
    6369msgstr ""
    6470
    65 #: ../page.optionpage.php:64
     71#: ../page.optionpage.php:75
    6672msgid "Hide the street view control"
    6773msgstr ""
    6874
    69 #: ../page.optionpage.php:65
     75#: ../page.optionpage.php:76
    7076msgid "Which zoom control style"
    7177msgstr ""
    7278
    73 #: ../page.optionpage.php:66
     79#: ../page.optionpage.php:77
    7480msgid "Hide the map scale"
    7581msgstr ""
    7682
    77 #: ../page.optionpage.php:67
     83#: ../page.optionpage.php:78
    7884msgid "Enable zoom with mouse scroll wheel"
    7985msgstr ""
    8086
    81 #: ../page.optionpage.php:68
     87#: ../page.optionpage.php:79
    8288msgid "Enable dragging to pan"
    8389msgstr ""
    8490
    85 #: ../page.optionpage.php:69
     91#: ../page.optionpage.php:80
    8692msgid "Enable double-clicking to zoom"
    8793msgstr ""
    8894
    89 #: ../page.optionpage.php:74
     95#: ../page.optionpage.php:81
     96msgid "show directions link in text bubble"
     97msgstr ""
     98
     99#: ../page.optionpage.php:82
     100msgid "allow directions to be draggable"
     101msgstr ""
     102
     103#: ../page.optionpage.php:83
     104msgid "suppress start and end markers when showing directions"
     105msgstr ""
     106
     107#: ../page.optionpage.php:84
     108msgid "show or suppress directions steps when showing directions"
     109msgstr ""
     110
     111#: ../page.optionpage.php:85
     112msgid "show or suppress directions search form when showing directions"
     113msgstr ""
     114
     115#: ../page.optionpage.php:86
     116msgid ""
     117"specify region to help localise address searches for street address map and "
     118"directions"
     119msgstr ""
     120
     121#: ../page.optionpage.php:87
     122msgid ""
     123"use a specific locale (language) for messages like the text of the "
     124"Directions link"
     125msgstr ""
     126
     127#: ../page.optionpage.php:92
     128msgid "Additional parameters for centre coordinates map"
     129msgstr ""
     130
     131#: ../page.optionpage.php:95
     132msgid "URL to icon for the marker"
     133msgstr ""
     134
     135#: ../page.optionpage.php:96
     136msgid "show directions when the map loads"
     137msgstr ""
     138
     139#: ../page.optionpage.php:97
     140msgid "initial from: location for directions"
     141msgstr ""
     142
     143#: ../page.optionpage.php:98
     144msgid "show the marker's info window when the map loads"
     145msgstr ""
     146
     147#: ../page.optionpage.php:103
    90148msgid "Additional parameters for KML map"
    91149msgstr ""
    92150
    93 #: ../page.optionpage.php:77
     151#: ../page.optionpage.php:106
    94152msgid "Prevent links from opening in new window"
    95153msgstr ""
  • wp-flexible-map-options/trunk/languages/flxmapoptions-de.po

    r830427 r830708  
    22msgstr ""
    33"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"
    66"Last-Translator: Kerli81 <@kerli81>\n"
    77"Language-Team: \n"
     
    1717"X-Poedit-SearchPath-1: ..\n"
    1818
    19 #: ../class.FlxMapOptions_Admin.php:38
     19#: ../class.FlxMapOptions_Admin.php:67
    2020msgid "Plugin \"Flexible Map\" is NOT active!"
    2121msgstr "Plugin \"Flexible Map\" ist NICHT aktiv!"
    2222
    23 #: ../class.FlxMapOptions_Admin.php:41
     23#: ../class.FlxMapOptions_Admin.php:70
    2424msgid "Settings"
    2525msgstr "Einstellungen"
    2626
    27 #: ../page.optionpage.php:29
     27#: ../page.optionpage.php:37
    2828msgid "Default"
    2929msgstr "Standard-Wert"
    3030
    31 #: ../page.optionpage.php:44
     31#: ../page.optionpage.php:52
    3232msgid "Successfully updated"
    3333msgstr "Erfolgreich aktualisiert"
    3434
    35 #: ../page.optionpage.php:52
     35#: ../page.optionpage.php:60
    3636msgid "Options Page for "
    37 msgstr "Optionenseite für"
     37msgstr "Optionenseite für "
    3838
    39 #: ../page.optionpage.php:55
     39#: ../page.optionpage.php:62
     40msgid ""
     41"You will find more information about the fields on the instruction page of "
     42"the WP Flexible Map plugin"
     43msgstr ""
     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
    4048msgid "Parameters for all maps"
    4149msgstr "Parameter für alle Karten"
    4250
    43 #: ../page.optionpage.php:58
     51#: ../page.optionpage.php:69
    4452msgid "Width in Pixel/Percent"
    4553msgstr "Breite in Pixel/Prozent"
    4654
    47 #: ../page.optionpage.php:59
     55#: ../page.optionpage.php:70
    4856msgid "Height in Pixel/Percent"
    4957msgstr "Höhe in Pixel/Prozent"
    5058
    51 #: ../page.optionpage.php:60
     59#: ../page.optionpage.php:71
    5260msgid "Type of map to show"
    5361msgstr "anzuzeigender Kartentyp"
    5462
    55 #: ../page.optionpage.php:61
     63#: ../page.optionpage.php:72
    5664msgid "Hide the map type controls"
    5765msgstr "Kartentyp-Element verstecken"
    5866
    59 #: ../page.optionpage.php:62
     67#: ../page.optionpage.php:73
    6068msgid "Hide the panning controls"
    6169msgstr "Navigation-Element verstecken"
    6270
    63 #: ../page.optionpage.php:63
     71#: ../page.optionpage.php:74
    6472msgid "Hide the zoom controls"
    6573msgstr "Zoom-Element verstecken"
    6674
    67 #: ../page.optionpage.php:64
     75#: ../page.optionpage.php:75
    6876msgid "Hide the street view control"
    6977msgstr "Street View-Element verstecken"
    7078
    71 #: ../page.optionpage.php:65
     79#: ../page.optionpage.php:76
    7280msgid "Which zoom control style"
    7381msgstr "Zoom Kontroll Typ"
    7482
    75 #: ../page.optionpage.php:66
     83#: ../page.optionpage.php:77
    7684msgid "Hide the map scale"
    7785msgstr "Karten-Skala verstecken"
    7886
    79 #: ../page.optionpage.php:67
     87#: ../page.optionpage.php:78
    8088msgid "Enable zoom with mouse scroll wheel"
    8189msgstr "Zoomen mit Mausrad erlauben"
    8290
    83 #: ../page.optionpage.php:68
     91#: ../page.optionpage.php:79
    8492msgid "Enable dragging to pan"
    8593msgstr "Verschieben der Karte per Mausklick erlauben"
    8694
    87 #: ../page.optionpage.php:69
     95#: ../page.optionpage.php:80
    8896msgid "Enable double-clicking to zoom"
    8997msgstr "Zoomen mit Doppelklick erlauben"
    9098
    91 #: ../page.optionpage.php:74
     99#: ../page.optionpage.php:81
     100msgid "show directions link in text bubble"
     101msgstr "Zeige Routen-Link in Textblase"
     102
     103#: ../page.optionpage.php:82
     104msgid "allow directions to be draggable"
     105msgstr "Verschieben der Routen-Karte per Mausklick erlauben"
     106
     107#: ../page.optionpage.php:83
     108msgid "suppress start and end markers when showing directions"
     109msgstr "Start- und End-Marker bei Routen unterdrücken"
     110
     111#: ../page.optionpage.php:84
     112msgid "show or suppress directions steps when showing directions"
     113msgstr "Anzeigen der Schritte bei Routen"
     114
     115#: ../page.optionpage.php:85
     116msgid "show or suppress directions search form when showing directions"
     117msgstr "Anzeigen der Suche bei Routen"
     118
     119#: ../page.optionpage.php:86
     120msgid ""
     121"specify region to help localise address searches for street address map and "
     122"directions"
     123msgstr "Eingeschränkte Region für die Suche von Adressen bei Routen"
     124
     125#: ../page.optionpage.php:87
     126msgid ""
     127"use a specific locale (language) for messages like the text of the "
     128"Directions link"
     129msgstr "Sprachangabe für Texte bei Routen"
     130
     131#: ../page.optionpage.php:92
     132msgid "Additional parameters for centre coordinates map"
     133msgstr "Zusätzliche Parameter für koordinatsbasierte Karten"
     134
     135#: ../page.optionpage.php:95
     136msgid "URL to icon for the marker"
     137msgstr "URL zu einem Marker"
     138
     139#: ../page.optionpage.php:96
     140msgid "show directions when the map loads"
     141msgstr "Route anzeigen wenn Karte geladen wird"
     142
     143#: ../page.optionpage.php:97
     144msgid "initial from: location for directions"
     145msgstr "Initiale von:-Adresse bei Routen"
     146
     147#: ../page.optionpage.php:98
     148msgid "show the marker's info window when the map loads"
     149msgstr "Anzeige der Marker-Info beim Laden der Karte"
     150
     151#: ../page.optionpage.php:103
    92152msgid "Additional parameters for KML map"
    93153msgstr "Zusätzliche Parameter für KML-Karten"
    94154
    95 #: ../page.optionpage.php:77
     155#: ../page.optionpage.php:106
    96156msgid "Prevent links from opening in new window"
    97157msgstr "Ö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  
    22msgstr ""
    33"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"
    66"Last-Translator: Kerli81 <@kerli81>\n"
    77"Language-Team: \n"
     8"Language: de_DE\n"
    89"MIME-Version: 1.0\n"
    910"Content-Type: text/plain; charset=UTF-8\n"
     
    1213"X-Poedit-KeywordsList: __;_e\n"
    1314"X-Poedit-Basepath: .\n"
    14 "Language: de\n"
    1515"X-Poedit-SourceCharset: UTF-8\n"
    1616"X-Poedit-SearchPath-0: .\n"
    1717"X-Poedit-SearchPath-1: ..\n"
    1818
    19 #: ../class.FlxMapOptions_Admin.php:30
     19#: ../class.FlxMapOptions_Admin.php:67
    2020msgid "Plugin \"Flexible Map\" is NOT active!"
    2121msgstr "Plugin \"Flexible Map\" ist NICHT aktiv!"
    2222
    23 #: ../class.FlxMapOptions_Admin.php:33
     23#: ../class.FlxMapOptions_Admin.php:70
    2424msgid "Settings"
    2525msgstr "Einstellungen"
    2626
    27 #: ../page.optionpage.php:29
     27#: ../page.optionpage.php:37
    2828msgid "Default"
    2929msgstr "Standard-Wert"
    3030
    31 #: ../page.optionpage.php:44
     31#: ../page.optionpage.php:52
    3232msgid "Successfully updated"
    3333msgstr "Erfolgreich aktualisiert"
    3434
    35 #: ../page.optionpage.php:52
     35#: ../page.optionpage.php:60
    3636msgid "Options Page for "
    3737msgstr "Optionenseite für "
    3838
    39 #: ../page.optionpage.php:55
     39#: ../page.optionpage.php:62
     40msgid ""
     41"You will find more information about the fields on the instruction page of "
     42"the WP Flexible Map plugin"
     43msgstr ""
     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
    4048msgid "Parameters for all maps"
    4149msgstr "Parameter für alle Karten"
    4250
    43 #: ../page.optionpage.php:58
     51#: ../page.optionpage.php:69
    4452msgid "Width in Pixel/Percent"
    4553msgstr "Breite in Pixel/Prozent"
    4654
    47 #: ../page.optionpage.php:59
     55#: ../page.optionpage.php:70
    4856msgid "Height in Pixel/Percent"
    4957msgstr "Höhe in Pixel/Prozent"
    5058
    51 #: ../page.optionpage.php:60
     59#: ../page.optionpage.php:71
    5260msgid "Type of map to show"
    5361msgstr "anzuzeigender Kartentyp"
    5462
    55 #: ../page.optionpage.php:61
     63#: ../page.optionpage.php:72
    5664msgid "Hide the map type controls"
    5765msgstr "Kartentyp-Element verstecken"
    5866
    59 #: ../page.optionpage.php:62
     67#: ../page.optionpage.php:73
    6068msgid "Hide the panning controls"
    6169msgstr "Navigation-Element verstecken"
    6270
    63 #: ../page.optionpage.php:63
     71#: ../page.optionpage.php:74
    6472msgid "Hide the zoom controls"
    6573msgstr "Zoom-Element verstecken"
    6674
    67 #: ../page.optionpage.php:64
     75#: ../page.optionpage.php:75
    6876msgid "Hide the street view control"
    6977msgstr "Street View-Element verstecken"
    7078
    71 #: ../page.optionpage.php:65
     79#: ../page.optionpage.php:76
    7280msgid "Which zoom control style"
    7381msgstr "Zoom Kontroll Typ"
    7482
    75 #: ../page.optionpage.php:66
     83#: ../page.optionpage.php:77
    7684msgid "Hide the map scale"
    7785msgstr "Karten-Skala verstecken"
    7886
    79 #: ../page.optionpage.php:67
     87#: ../page.optionpage.php:78
    8088msgid "Enable zoom with mouse scroll wheel"
    8189msgstr "Zoomen mit Mausrad erlauben"
    8290
    83 #: ../page.optionpage.php:68
     91#: ../page.optionpage.php:79
    8492msgid "Enable dragging to pan"
    8593msgstr "Verschieben der Karte per Mausklick erlauben"
    8694
    87 #: ../page.optionpage.php:69
     95#: ../page.optionpage.php:80
    8896msgid "Enable double-clicking to zoom"
    8997msgstr "Zoomen mit Doppelklick erlauben"
    9098
    91 #: ../page.optionpage.php:74
     99#: ../page.optionpage.php:81
     100msgid "show directions link in text bubble"
     101msgstr "Zeige Routen-Link in Textblase"
     102
     103#: ../page.optionpage.php:82
     104msgid "allow directions to be draggable"
     105msgstr "Verschieben der Routen-Karte per Mausklick erlauben"
     106
     107#: ../page.optionpage.php:83
     108msgid "suppress start and end markers when showing directions"
     109msgstr "Start- und End-Marker bei Routen unterdrücken"
     110
     111#: ../page.optionpage.php:84
     112msgid "show or suppress directions steps when showing directions"
     113msgstr "Anzeigen der Schritte bei Routen"
     114
     115#: ../page.optionpage.php:85
     116msgid "show or suppress directions search form when showing directions"
     117msgstr "Anzeigen der Suche bei Routen"
     118
     119#: ../page.optionpage.php:86
     120msgid ""
     121"specify region to help localise address searches for street address map and "
     122"directions"
     123msgstr "Eingeschränkte Region für die Suche von Adressen bei Routen"
     124
     125#: ../page.optionpage.php:87
     126msgid ""
     127"use a specific locale (language) for messages like the text of the "
     128"Directions link"
     129msgstr "Sprachangabe für Texte bei Routen"
     130
     131#: ../page.optionpage.php:92
     132msgid "Additional parameters for centre coordinates map"
     133msgstr "Zusätzliche Parameter für koordinatsbasierte Karten"
     134
     135#: ../page.optionpage.php:95
     136msgid "URL to icon for the marker"
     137msgstr "URL zu einem Marker"
     138
     139#: ../page.optionpage.php:96
     140msgid "show directions when the map loads"
     141msgstr "Route anzeigen wenn Karte geladen wird"
     142
     143#: ../page.optionpage.php:97
     144msgid "initial from: location for directions"
     145msgstr "Initiale von:-Adresse bei Routen"
     146
     147#: ../page.optionpage.php:98
     148msgid "show the marker's info window when the map loads"
     149msgstr "Anzeige der Marker-Info beim Laden der Karte"
     150
     151#: ../page.optionpage.php:103
    92152msgid "Additional parameters for KML map"
    93153msgstr "Zusätzliche Parameter für KML-Karten"
    94154
    95 #: ../page.optionpage.php:77
     155#: ../page.optionpage.php:106
    96156msgid "Prevent links from opening in new window"
    97157msgstr "Öffnen von Links in einem neuen Fenster verhindern"
  • wp-flexible-map-options/trunk/page.optionpage.php

    r830427 r830708  
    5959   
    6060    <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   
    6164    <form method="post" action="<?php $_SERVER['REQUEST_URI']; ?>">
    6265        <input type="hidden" name="submitted" value="1" />
     
    6467            <table class="form-table">
    6568                <?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));
    7888                ?>
    7989            </table>
    8090        <?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       
    82103        <h3><?php _e('Additional parameters for KML map', FLXMAPOPTIONS_TEXT_DOMAIN); ?></h3>
    83104            <table class="form-table">
    84105                <?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));
    86107                ?>
    87108            </table>
  • wp-flexible-map-options/trunk/readme.txt

    r830691 r830708  
    1 === Flexible Map Options ===
     1=== WP Flexible Map Options ===
    22Contributors: kerli81
     3Plugin Name: Flexible Map Options
    34Tags: flexible map, options, kml, google, maps
    45Requires at least: 3.2.1
Note: See TracChangeset for help on using the changeset viewer.