source: extensions/piwigo-openstreetmap/language/en_UK/plugin.lang.php @ 25298

Last change on this file since 25298 was 25298, checked in by ddtddt, 10 years ago

[extensions] - piwigo-openstreetmap - update language

File size: 4.8 KB
RevLine 
[24677]1<?php
2
3$lang['R_MAP'] = "Right panel configuration";
4$lang['DISPLAY'] = "Display configuration";
5$lang['SHOWLOCATION'] = "Display location map";
6$lang['SHOWLOCATION_DESC'] = "Show a map on right panel on picture page.";
7$lang['ADD_BEFORE'] = "Add location before";
8$lang['ADD_BEFORE_DESC'] = "Where to display the location information.";
9$lang['HEIGHT'] = "Map height";
10$lang['HEIGHT_DESC'] = "in px";
11$lang['ZOOM'] = "Zoomlevel";
12$lang['ZOOM_DESC'] = "1: far away, 18: very close";
13$lang['RIGHTLINK'] = "Name of the location header";
14$lang['RIGHTLINK_DESC'] = "Type the name to display on top of the map.";
[24700]15$lang['RIGHTLINKCSS'] = 'Custom CSS';
16$lang['RIGHTLINKCSS_DESC'] = 'Custom CSS style to apply to the location header.';
[24677]17$lang['SHOWOSM'] = "Display 'View on OpenStreetMap'";
18$lang['SHOWOSM_DESC'] = "Add a link after the map to view it on OpenStreetMap.";
19
20$lang['L_MAP'] = "Left menu configuration";
21$lang['SHOWWORLDMAPLEFT'] = "Add a world map menu on the left";
[24700]22$lang['SHOWWORLDMAPLEFT_DESC'] = 'Show a world map menu on the left menu, will display all the images in the gallery.';
[24677]23$lang['LEFTLINK'] = "World map menu name";
24$lang['LEFTLINK_DESC'] = "Type the name of the link to show on the left menu.";
25$lang['LEFTPOPUP'] = "Show popup";
[24700]26$lang['LEFTPOPUP_DESC'] = 'Show a popup window if you click on the pin.';
[24677]27$lang['CLICK'] = "show on click";
28$lang['ALWAYS'] = "show immediately";
29$lang['NEVER'] = "no popup";
30$lang['LEFTPOPUPINFO'] = "Select the popup content";
31$lang['LEFTPOPUPINFO_DESC'] = "Choose what to display in the popup";
32$lang['POPUPNAME'] = "Name of the image";
33$lang['POPUPTHUMB'] = "Thumbnail of the image";
34$lang['POPUPLINK'] = "Add a link to image";
35$lang['POPUPCOMMENT'] = "Comment of the image";
36$lang['POPUPAUTHOR'] = "Author of the image";
37
38$lang['G_MAP'] = "Map configuration";
39$lang['BASELAYER'] = "Map style";
40$lang['BASELAYER_DESC'] = "Mapnik is the default style of OpenStreetMap.";
41$lang['CUSTOMBASELAYER'] = "Custom map style";
[24700]42$lang['CUSTOMBASELAYER_DESC'] = 'Only if \'custom\' is selected as map style. Who delivers the map style (tiles)?';
[24677]43$lang['CUSTOMBASELAYERURL'] = "Tile server URL";
[24700]44$lang['CUSTOMBASELAYERURL_DESC'] = 'Only if \'custom\' is selected as map style. Example: http://tile.openstreetmap.org/{z}/{x}/{y}.png';
[24677]45$lang['NOWORLDWARP'] = "No Worldwarp";
46$lang['NOWORLDWARP_DESC'] = "Normally the world will continue to the left and the right. This option restricts the view to 'one world'.";
47$lang['ATTRLEAFLET'] = "Show 'Powered by Leaflet'";
[24700]48$lang['ATTRLEAFLET_DESC'] = 'Shows attribution of the used JavaScript library for interactive \'Leaflet\' maps.';
[24677]49$lang['ATTRIMAGERY'] = "Show map style";
50$lang['ATTRIMAGERY_DESC'] = "Shows the used map style.";
51$lang['ATTRPLUGIN'] = "Show Author note";
52$lang['ATTRPLUGIN_DESC'] = "I created this plugin. :)";
53
54$lang['H_PIN'] = "Pin configuration";
55$lang['PIN'] = "Select pin";
[24700]56$lang['PIN_DESC'] = 'Select the last option if you want to use your own.';
[24677]57$lang['OWNPIN'] = "own (custom style)";
58$lang['NOPIN'] = "no pin";
59$lang['DEFAULTPIN'] = "default";
60$lang['PINPATH'] = "Own pin (custom style)";
61$lang['PINPATH_DESC'] = "Path to your pin (only if 'own' is selected).";
62$lang['PINSIZE'] = "Pin size";
63$lang['PINSIZE_DESC'] = "Dimensions of the picture in px. The delimiter is 'x'. Example: '24x24'";
64$lang['PINSHADOWPATH'] = "Shadow";
[24700]65$lang['PINSHADOWPATH_DESC'] = 'Path to your pin\'s shadow image.';
[24677]66$lang['PINSHADOWSIZE'] = "Shadow size";
67$lang['PINSHADOWSIZE_DESC'] = "Dimensions of the picture in px. The delimiter is 'x'. Example: '24x24'";
68$lang['PINOFFSET'] = "Pin point offset";
[24700]69$lang['PINOFFSET_DESC'] = 'The position on the pin image, where the pin hits the map. 0x0 is the top-left corner. Example: crosshairs = center of the image';
[24677]70$lang['PINPOPUPOFFSET'] = "Popup offset";
[24700]71$lang['PINPOPUPOFFSET_DESC'] = 'The position on the pin image, where the popup hits the pin. 0x0 is the pin point.';
[24677]72
73$lang['PLUGINCONF'] = "Plugin options";
[24700]74$lang['AUTOSYNC'] = 'Automatically sync EXIF if it exist';
75$lang['AUTOSYNC_DESC'] = 'When metadata is synchronized, coordinates might be overridden. Disable if you have \'RV Maps & Earth\' installed.';
[24677]76$lang['BATCHMANAGER'] = "Enable Batch Manager integration";
[24700]77$lang['BATCHMANAGER_DESC'] = 'Allow to modify latitude and longitude manually. Disable if you have \'RV Maps & Earth\' installed.';
[24677]78
[24700]79$lang['POWERBY'] = 'Powered by';
[24677]80$lang['IMAGERYBY'] = "Imagery by";
81$lang['PLUGINBY'] = "Plugin by";
[25201]82
83$lang['SYNC_ERRORS'] = 'Errors';
84$lang['SYNC_WARNINGS'] = 'Warnings';
85$lang['SYNC_INFOS'] = 'Detailed information';
86$lang['OVERWRITE_LGD'] = 'Overwrite';
87$lang['OVERWRITE'] = 'Overwrite existing geo data';
88$lang['OVERWRITE_DESC'] = 'Overwrite existing lat-lon data with new ones. If uncheck it should only add new entry (no update).';
89
[25298]90$lang['LATITUDE'] = 'Latitude';
91$lang['LONGITUDE'] = 'Longitude';
92$lang['EDIT_MAP'] = 'Map';
93$lang['EDIT_UPDATE_LOCATION_DESC'] = 'Click inside the map to update location.';
94
[24700]95?>
Note: See TracBrowser for help on using the repository browser.