Ignore:
Timestamp:
Oct 9, 2014, 9:31:44 PM (10 years ago)
Author:
ddtddt
Message:

[extensions] - piwigo-openstreetmap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwigo-openstreetmap/language/en_UK/plugin.lang.php

    r26658 r29948  
    11<?php
    2 
    32$lang['R_MAP'] = "Right panel configuration";
    43$lang['DISPLAY'] = "Display configuration";
     
    1716$lang['SHOWOSM'] = "Display 'View on OpenStreetMap'";
    1817$lang['SHOWOSM_DESC'] = "Add a link after the map to view it on OpenStreetMap.";
    19 
    2018$lang['L_MAP'] = "Left menu configuration";
    2119$lang['SHOWWORLDMAPLEFT'] = "Add a world map menu on the left";
     
    3533$lang['POPUPCOMMENT'] = "Comment of the image";
    3634$lang['POPUPAUTHOR'] = "Author of the image";
    37 
     35$lang['C_MAP'] = "Category's description";
     36$lang['SHOWCMAP'] = "Add a map in category's description";
     37$lang['SHOWCMAP_DESC'] = 'Show a world map menu on category\'s description, will display all the images in the gallery.';
     38$lang['WIDTH'] = 'Map width';
     39$lang['WIDTH_DESC'] = 'in px or auto';
     40$lang['M_MAP'] = "Main menu";
     41$lang['SHOWMMAP'] = "Add a map in main menu";
     42$lang['SHOWMMAP_DESC'] = 'Show a world map menu on main menu, will display all the images in the gallery.';
    3843$lang['G_MAP'] = "Map configuration";
    3944$lang['BASELAYER'] = "Map style";
     
    5156$lang['ATTRPLUGIN'] = "Show author note";
    5257$lang['ATTRPLUGIN_DESC'] = "I created this plugin. :)";
    53 
    5458$lang['H_PIN'] = "Pin configuration";
    5559$lang['PIN'] = "Select pin";
    56 $lang['PIN_DESC'] = 'Select the last option if you want to use your own.';
    57 $lang['OWNPIN'] = "own (custom style)";
    58 $lang['NOPIN'] = "no pin";
    59 $lang['DEFAULTPIN'] = "default";
     60$lang['PIN_DESC'] = 'Select the icon you want, will appear as show on the right.';
     61$lang['OWNPIN'] = "Own pin (custom style)";
     62$lang['NOPIN'] = "No pin";
     63$lang['DEFAULTPIN'] = "Default Leaflet blue";
     64$lang['DEFAULTPINGREEN'] = "Default Leaflet green";
     65$lang['DEFAULTPINRED'] = "Default Leaflet red";
     66$lang['LEAFPINGREEN'] = "Alt Leaflet green";
     67$lang['LEAFPINORANGE'] = "Alt Leaflet orange";
     68$lang['LEAFPINRED'] ="Alt Leaflet red";
     69$lang['MAPICONSBLEU'] = "MapsIcons bleue";
     70$lang['MAPICONSGREEN'] = "MapsIcons green";
     71$lang['IMAGE'] = "Use photo square thumbnail";
    6072$lang['PINPATH'] = "Own pin (custom style)";
    6173$lang['PINPATH_DESC'] = "Path to your pin (only if 'own' is selected).";
     
    7082$lang['PINPOPUPOFFSET'] = "Popup offset";
    7183$lang['PINPOPUPOFFSET_DESC'] = 'The position on the pin image, where the popup hits the pin. 0x0 is the pin point.';
    72 
    7384$lang['POWERBY'] = 'Powered by';
    7485$lang['IMAGERYBY'] = "Imagery by";
    7586$lang['PLUGINBY'] = "Plugin by";
    76 
    7787$lang['LATITUDE'] = 'Latitude';
    7888$lang['LONGITUDE'] = 'Longitude';
    7989$lang['EDIT_MAP'] = 'Map';
    8090$lang['EDIT_UPDATE_LOCATION_DESC'] = 'Click inside the map to update location.';
    81 
     91$lang['DISPLAY_ON_MAP'] = 'displays %s on a map';
     92$lang['MAP'] = 'Map';
     93$lang['PLUGIN_BY'] = 'Plugin by <a href="https://github.com/xbgmsharp/piwigo-openstreetmap" target="_blank">xbgmsharp</a>';
     94$lang['OSM_CONTRIBUTORS'] = '<a href="http://www.openstreetmap.org" target="_blank">OpenStreetMap</a> contributors, (<a href="http://www.openstreetmap.org/copyright" target="_blank">ODbL</a>)';
     95$lang['VIEW_OSM'] = 'View on OpenStreetMap';
     96$lang['OSWORLDMAP'] = 'OS World Map';
     97$lang['ITEMS_SCREEN'] = 'Show items of this screen';
     98$lang['MOUSE_OVER'] = 'Mouse over a cluster to see the bounds of its children and click a cluster to zoom to those bounds';
     99$lang['ITEMS'] = '%d items';
     100$lang['BROWSER_JAVASCRIPT'] = 'Your browser must have JavaScript enable';
     101$lang['PIWIGO_GALLERY'] = 'Go to Piwigo gallery';
     102$lang['BACK_ON_PAGE'] = 'Go to back one page';
     103$lang['SHOW_ALL'] = 'Show All';
     104$lang['SHOW_ALL_PIWIGO'] = 'Show all items in Piwigo gallery';
     105$lang['LINK_MAP'] = 'Link to this map';
     106$lang['SHARE'] = 'Share this view';
     107$lang['FIND_POSITION'] = 'Find my position';
     108$lang['SEARCH_MY_POSITION'] = 'Search my position on the map';
     109$lang['COPY_PASTE_URL'] = 'Copy and Paste the URL below:';
     110$lang['CLICKED_MAP'] = "You clicked the map at ";
     111$lang['SHOW_COORD'] = 'Show coordinates';
     112$lang['CENTER_MAP'] = 'Center map here';
     113$lang['SHOW_ALL_ITEMS'] = 'Show all items';
     114$lang['ZOOM_IN'] = 'Zoom in';
     115$lang['ZOOM_OUT'] = 'Zoom out';
     116$lang['METERS_FROM_POINT'] = 'You are within %s meters from this point';
    82117?>
Note: See TracChangeset for help on using the changeset viewer.