📄 lang.maps.js.php
字号:
<?php//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// language for maps.js, maps_editing.js and maps_gpx.js// I would separate the text into multiple files, but Explorer doesn't wait for all the <script> files to load before// executing the maps_editing.js script////////// maps.js// %s replaced by mapObj.count and maxPoints$lang[3] = 'This map currently has %s points plotted and is at/over the limit of %s.\n Please reduce the number of points before attempting to save.';$lang[6] = 'The XML for this map could not be found';//////// maps_editing.js$lang[7] = 'Longitude: ';$lang[8] = ' - press [x] and click to go directly.';$lang[9] = 'Points: ';$lang[10] = 'Get Info';$lang[11] = 'Move Up';$lang[12] = 'Move Down';$lang[13] = 'Undo Last Point';$lang[14] = 'Remove';$lang[15] = 'Marker';$lang[16] = 'Click the map to create a new marker.';$lang[17] = 'New Marker ';$lang[18] = 'Route';$lang[19] = 'Click the map to start a new route.';$lang[20] = 'The starting point of a route.';$lang[21] = 'This element is already at the bottom.';$lang[22] = 'This element is already at the top.';// %s replaced with txt.length$lang[23] = 'Description Length Warning: \n The current description length is %s which exceeds the 1000 character max.';// %s replaced by mapObj.count and maxPoints$lang[25] = 'Warning: Could not save map.\n this map currently has %s points plotted and is over the limit of %s.';$lang[27] = 'Map Information';$lang[28] = 'Location ( Longitude, Latitude )';$lang[29] = 'This Description';$lang[30] = 'Point #';$lang[31] = 'Distance From Previous';$lang[32] = '( Latitude , Longitude )';$lang[33] = 'Number of Segments';$lang[34] = 'Total Length';$lang[35] = 'As The Crow Flies';$lang[36] = 'Length: ';$lang[37] = 'Next Leg: ';$lang[38] = ' miles';$lang[39] = ' kilometers';$lang[40] = 'Distance To Previous';$lang[41] = 'Previous Description';$lang[42] = 'Distance To Next';$lang[43] = 'Next Description';$lang[44] = 'Move';$lang[45] = 'New New';$lang[46] = 'miles/km';$lang[47] = 'From Prev: ';// $lang[48] = '';$lang[49] = 'Distances are approximate.';// %s is replaced by mapObj.count and maxPoints$lang[50] = 'This map currently has %s points plotted and is nearing the limit of %s points per map.';$lang[53] = 'Update Desc'; //Update Description// $lang[54] = '';$lang[55] = 'New Marker';$lang[56] = 'New Route';$lang[57] = 'GPX Data...';$lang[58] = 'Save...';$lang[59] = 'Before Saving Remember';$lang[60] = '<ul><li>The current zoom level will be saved.</li><li>The current map type will be saved: Map, Satellite or Hybrid.</li>';$lang[60] .= '<li>When reloaded...<ul><li>The first "Marker" or "Route" in the list will be focused.</li><li>Markers will be in their current order but will be relabeled A-Z.</li></ul></li></ul>';$lang[61] = 'Save Map';$lang[62] = 'Continue Editing';$lang[63] = 'Tags:';$lang[64] = 'Edit Summary:';//////// maps_gpx.js$lang[65] = 'Empty Description';$lang[66] = 'Elevation:';$lang[67] = ' meters';$lang[68] = 'Time:';$lang[69] = 'Symbol:';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -