Changeset 26658 for extensions/piwigo-openstreetmap
- Timestamp:
- Jan 12, 2014, 1:49:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/piwigo-openstreetmap/language/en_UK/plugin.lang.php
r25298 r26658 45 45 $lang['NOWORLDWARP'] = "No Worldwarp"; 46 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'";47 $lang['ATTRLEAFLET'] = "Show library note"; 48 48 $lang['ATTRLEAFLET_DESC'] = 'Shows attribution of the used JavaScript library for interactive \'Leaflet\' maps.'; 49 49 $lang['ATTRIMAGERY'] = "Show map style"; 50 50 $lang['ATTRIMAGERY_DESC'] = "Shows the used map style."; 51 $lang['ATTRPLUGIN'] = "Show Author note";51 $lang['ATTRPLUGIN'] = "Show author note"; 52 52 $lang['ATTRPLUGIN_DESC'] = "I created this plugin. :)"; 53 53 … … 71 71 $lang['PINPOPUPOFFSET_DESC'] = 'The position on the pin image, where the popup hits the pin. 0x0 is the pin point.'; 72 72 73 $lang['PLUGINCONF'] = "Plugin options";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.';76 $lang['BATCHMANAGER'] = "Enable Batch Manager integration";77 $lang['BATCHMANAGER_DESC'] = 'Allow to modify latitude and longitude manually. Disable if you have \'RV Maps & Earth\' installed.';78 79 73 $lang['POWERBY'] = 'Powered by'; 80 74 $lang['IMAGERYBY'] = "Imagery by"; 81 75 $lang['PLUGINBY'] = "Plugin by"; 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 76 90 77 $lang['LATITUDE'] = 'Latitude';
Note: See TracChangeset
for help on using the changeset viewer.