|
44 | 44 | $lang['CUSTOMBASELAYERURL_DESC'] = 'Only if \'custom\' is selected as map style. Example: http://tile.openstreetmap.org/{z}/{x}/{y}.png'; |
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 |
|
54 | 54 | $lang['H_PIN'] = "Pin configuration"; |
|
70 | 70 | $lang['PINPOPUPOFFSET'] = "Popup offset"; |
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 | 76 |
|
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 | | - |
90 | 77 | $lang['LATITUDE'] = 'Latitude'; |
91 | 78 | $lang['LONGITUDE'] = 'Longitude'; |
92 | 79 | $lang['EDIT_MAP'] = 'Map'; |
|
0 commit comments