]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Merge branch 'master' into openid
[rails.git] / config / locales / en.yml
1 en:
2   html:
3     dir: ltr
4   time:
5     formats:
6       friendly: "%e %B %Y at %H:%M"
7   activerecord:
8     # Translates all the model names, which is used in error handling on the web site
9     models:
10       acl: "Access Control List"
11       changeset: "Changeset"
12       changeset_tag: "Changeset Tag"
13       country: "Country"
14       diary_comment: "Diary Comment"
15       diary_entry: "Diary Entry"
16       friend: "Friend"
17       language: "Language"
18       message: "Message"
19       node: "Node"
20       node_tag: "Node Tag"
21       notifier: "Notifier"
22       old_node: "Old Node"
23       old_node_tag: "Old Node Tag"
24       old_relation: "Old Relation"
25       old_relation_member: "Old Relation Member"
26       old_relation_tag: "Old Relation Tag"
27       old_way: "Old Way"
28       old_way_node: "Old Way Node"
29       old_way_tag: "Old Way Tag"
30       relation: "Relation"
31       relation_member: "Relation Member"
32       relation_tag: "Relation Tag"
33       session: "Session"
34       trace: "Trace"
35       tracepoint: "Trace Point"
36       tracetag: "Trace Tag"
37       user: "User"
38       user_preference: "User Preference"
39       user_token: "User Token"
40       way: "Way"
41       way_node: "Way Node"
42       way_tag: "Way Tag"
43     # Translates all the model attributes, which is used in error handling on the web site
44     # Only the ones that are used on the web site are translated at the moment
45     attributes:
46       diary_comment:
47         body: "Body"
48       diary_entry:
49         user: "User"
50         title: "Title"
51         latitude: "Latitude"
52         longitude: "Longitude"
53         language: "Language"
54       friend:
55         user: "User"
56         friend: "Friend"
57       trace:
58         user: "User"
59         visible: "Visible"
60         name: "Name"
61         size: "Size"
62         latitude: "Latitude"
63         longitude: "Longitude"
64         public: "Public"
65         description: "Description"
66       message:
67         sender: "Sender"
68         title: "Title"
69         body: "Body"
70         recipient: "Recipient"
71       user:
72         email: "Email"
73         active: "Active"
74         display_name: "Display Name"
75         description: "Description"
76         languages: "Languages"
77         pass_crypt: "Password"
78   printable_name:
79     with_id: "{{id}}"
80     with_version: "{{id}}, v{{version}}"
81     with_name: "{{name}} ({{id}})"
82   browse:
83     changeset:
84       title: "Changeset"
85       changeset: "Changeset: {{id}}"
86       download: "Download {{changeset_xml_link}} or {{osmchange_xml_link}}"
87       changesetxml: "Changeset XML"
88       osmchangexml: "osmChange XML"
89       feed:
90         title: "Changeset {{id}}"
91         title_comment: "Changeset {{id}} - {{comment}}"
92     navigation:
93       paging:
94         user:
95           prev: "« {{id}}"
96           next: "{{id}} »"
97         all:
98           prev: "« {{id}}"
99           next: "{{id}} »"
100       user:
101         name_changeset_tooltip: "View edits by {{user}}"
102         prev_changeset_tooltip: "Previous edit by {{user}}"
103         next_changeset_tooltip: "Next edit by {{user}}"
104       all:
105         prev_node_tooltip: "Previous node"
106         next_node_tooltip: "Next node"
107         prev_way_tooltip: "Previous way"
108         next_way_tooltip: "Next way"
109         prev_relation_tooltip: "Previous relation"
110         next_relation_tooltip: "Next relation"
111         prev_changeset_tooltip: "Previous changeset"
112         next_changeset_tooltip: "Next changeset"
113     changeset_details:
114       created_at: "Created at:"
115       closed_at: "Closed at:"
116       belongs_to: "Belongs to:"
117       bounding_box: "Bounding box:"
118       no_bounding_box: "No bounding box has been stored for this changeset."
119       show_area_box: "Show Area Box"
120       box: "box"
121       has_nodes:
122         one: "Has the following {{count}} node:"
123         other: "Has the following {{count}} nodes:"
124       has_ways:
125         one:  "Has the following {{count}} way:"
126         other: "Has the following {{count}} ways:"
127       has_relations:
128         one:  "Has the following {{count}} relation:"
129         other: "Has the following {{count}} relations:"
130     common_details:
131       edited_at: "Edited at:"
132       edited_by: "Edited by:"
133       version: "Version:"
134       in_changeset: "In changeset:"
135       changeset_comment: "Comment:"
136     containing_relation:
137       entry: "Relation {{relation_name}}"
138       entry_role: "Relation {{relation_name}} (as {{relation_role}})"
139     map:
140       loading: "Loading..."
141       deleted: "Deleted"
142       larger:
143         area: "View area on larger map"
144         node: "View node on larger map"
145         way: "View way on larger map"
146         relation: "View relation on larger map"
147     node_details:
148       coordinates: "Coordinates:"
149       part_of: "Part of:"
150     node_history:
151       node_history: "Node History"
152       node_history_title: "Node History: {{node_name}}"
153       download: "{{download_xml_link}} or {{view_details_link}}"
154       download_xml: "Download XML"
155       view_details: "view details"
156     node:
157       node: "Node"
158       node_title: "Node: {{node_name}}"
159       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
160       download_xml: "Download XML"
161       view_history: "view history"
162       edit: "edit"
163     not_found:
164       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
165       type:
166         node: node
167         way: way
168         relation: relation
169         changeset: changeset
170     timeout:
171       sorry: "Sorry, the data for the {{type}} with the id {{id}}, took too long to retrieve."
172       type:
173         node: node
174         way: way
175         relation: relation
176         changeset: changeset
177     paging_nav:
178       showing_page: "Showing page"
179       of: "of"
180     relation_details:
181       members: "Members:"
182       part_of: "Part of:"
183     relation_history:
184       relation_history: "Relation History"
185       relation_history_title: "Relation History: {{relation_name}}"
186       download: "{{download_xml_link}} or {{view_details_link}}"
187       download_xml: "Download XML"
188       view_details: "view details"
189     relation_member:
190       entry: "{{type}} {{name}}"
191       entry_role: "{{type}} {{name}} as {{role}}"
192       type:
193         node: "Node"
194         way: "Way"
195         relation: "Relation"
196     relation:
197       relation: "Relation"
198       relation_title: "Relation: {{relation_name}}"
199       download: "{{download_xml_link}} or {{view_history_link}}"
200       download_xml: "Download XML"
201       view_history: "view history"
202     start:
203       view_data: "View data for current map view"
204       manually_select: "Manually select a different area"
205     start_rjs:
206       data_layer_name: "Data"
207       data_frame_title: "Data"
208       zoom_or_select: "Zoom in or select an area of the map to view"
209       drag_a_box: "Drag a box on the map to select an area"
210       manually_select: "Manually select a different area"
211       loaded_an_area_with_num_features: "You have loaded an area which contains [[num_features]] features. In general, some browsers may not cope well with displaying this quantity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below."
212       load_data: "Load Data"
213       unable_to_load_size: "Unable to load: Bounding box size of [[bbox_size]] is too large (must be smaller than {{max_bbox_size}})"
214       loading: "Loading..."
215       show_history: "Show History"
216       wait: "Wait..."
217       history_for_feature: "History for [[feature]]"
218       details: "Details"
219       private_user: "private user"
220       edited_by_user_at_timestamp: "Edited by [[user]] at [[timestamp]]"
221       object_list:
222         heading: "Object list"
223         back: "Display object list"
224         type:
225           node: "Node"
226           way: "Way"
227           # There is no 'relation' type because it is not represented in OpenLayers
228         api: "Retrieve this area from the API"
229         details: "Details"
230         selected:
231           type:
232             node: "Node [[id]]"
233             way: "Way [[id]]"
234             # There is no 'relation' type because it is not represented in OpenLayers
235         history:
236           type:
237             node: "Node [[id]]"
238             way: "Way [[id]]"
239             # There is no 'relation' type because it is not represented in OpenLayers
240     tag_details:
241       tags: "Tags:"
242       wiki_link:
243         key: "The wiki description page for the {{key}} tag"
244         tag: "The wiki description page for the {{key}}={{value}} tag"
245       wikipedia_link: "The {{page}} article on Wikipedia"
246     way_details:
247       nodes: "Nodes:"
248       part_of: "Part of:"
249       also_part_of:
250         one: "also part of way {{related_ways}}"
251         other: "also part of ways {{related_ways}}"
252     way_history:
253       way_history: "Way History"
254       way_history_title: "Way History: {{way_name}}"
255       download: "{{download_xml_link}} or {{view_details_link}}"
256       download_xml: "Download XML"
257       view_details: "view details"
258     way:
259       way: "Way"
260       way_title: "Way: {{way_name}}"
261       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
262       download_xml: "Download XML"
263       view_history: "view history"
264       edit: "edit"
265   changeset:
266     changeset_paging_nav:
267       showing_page: "Showing page {{page}}"
268       next: "Next »"
269       previous: "« Previous"
270     changeset:
271       id: "#{{id}}"
272       still_editing: "(still editing)"
273       anonymous: "Anonymous"
274       no_comment: "(none)"
275       no_edits: "(no edits)"
276       show_area_box: "show area box"
277       big_area: "(big)"
278       view_changeset_details: "View changeset details"
279     changesets:
280       id: "ID"
281       saved_at: "Saved at"
282       user: "User"
283       comment: "Comment"
284       area: "Area"
285     list:
286       title: "Changesets"
287       title_user: "Changesets by {{user}}"
288       title_bbox: "Changesets within {{bbox}}"
289       title_user_bbox: "Changesets by {{user}} within {{bbox}}"
290
291       heading: "Changesets"
292       heading_user: "Changesets"
293       heading_bbox: "Changesets"
294       heading_user_bbox: "Changesets"
295
296       description: "Recent changes"
297       description_user: "Changesets by {{user}}"
298       description_bbox: "Changesets within {{bbox}}"
299       description_user_bbox: "Changesets by {{user}} within {{bbox}}"
300   diary_entry:
301     new:
302       title: New Diary Entry
303     list:
304       title: "Users' diaries"
305       user_title: "{{user}}'s diary"
306       in_language_title: "Diary Entries in {{language}}"
307       new: New Diary Entry
308       new_title: Compose a new entry in your user diary
309       no_entries: No diary entries
310       recent_entries: "Recent diary entries:"
311       older_entries: Older Entries
312       newer_entries: Newer Entries
313     edit:
314       title: "Edit diary entry"
315       subject: "Subject:"
316       body: "Body:"
317       language: "Language:"
318       location: "Location:"
319       latitude: "Latitude:"
320       longitude: "Longitude:"
321       use_map_link: "use map"
322       save_button: "Save"
323       marker_text: Diary entry location
324     view:
325       title: "{{user}}'s diary | {{title}}"
326       user_title: "{{user}}'s diary"
327       leave_a_comment: "Leave a comment"
328       login_to_leave_a_comment: "{{login_link}} to leave a comment"
329       login: "Login"
330       save_button: "Save"
331     no_such_entry:
332       title: "No such diary entry"
333       heading: "No entry with the id: {{id}}"
334       body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong."
335     no_such_user:
336       title: "No such user"
337       heading: "The user {{user}} does not exist"
338       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
339     diary_entry:
340       posted_by: "Posted by {{link_user}} on {{created}} in {{language_link}}"
341       comment_link: Comment on this entry
342       reply_link: Reply to this entry
343       comment_count:
344         one: 1 comment
345         other: "{{count}} comments"
346       edit_link: Edit this entry
347       hide_link: Hide this entry
348       confirm: Confirm
349     diary_comment:
350       comment_from: "Comment from {{link_user}} on {{comment_created_at}}"
351       hide_link: Hide this comment
352       confirm: Confirm
353     location:
354       location: "Location:"
355       view: "View"
356       edit: "Edit"
357     feed:
358       user:
359         title: "OpenStreetMap diary entries for {{user}}"
360         description: "Recent OpenStreetMap diary entries from {{user}}"
361       language:
362         title: "OpenStreetMap diary entries in {{language_name}}"
363         description: "Recent diary entries from users of OpenStreetMap in {{language_name}}"
364       all:
365         title: "OpenStreetMap diary entries"
366         description: "Recent diary entries from users of OpenStreetMap"
367   export:
368     start:
369       area_to_export: "Area to Export"
370       manually_select: "Manually select a different area"
371       format_to_export: "Format to Export"
372       osm_xml_data: "OpenStreetMap XML Data"
373       mapnik_image: "Mapnik Image"
374       osmarender_image: "Osmarender Image"
375       embeddable_html: "Embeddable HTML"
376       licence: "Licence"
377       export_details: 'OpenStreetMap data is licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.'
378       too_large:
379         heading: "Area Too Large"
380         body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area."
381       options: "Options"
382       format: "Format"
383       scale: "Scale"
384       max: "max"
385       image_size: "Image Size"
386       zoom: "Zoom"
387       add_marker: "Add a marker to the map"
388       latitude: "Lat:"
389       longitude: "Lon:"
390       output: "Output"
391       paste_html: "Paste HTML to embed in website"
392       export_button: "Export"
393     start_rjs:
394       export: "Export"
395       drag_a_box: "Drag a box on the map to select an area"
396       manually_select: "Manually select a different area"
397       click_add_marker: "Click on the map to add a marker"
398       change_marker: "Change marker position"
399       add_marker: "Add a marker to the map"
400       view_larger_map: "View Larger Map"
401   geocoder:
402     search:
403       title:
404         latlon: 'Results from <a href="http://openstreetmap.org/">Internal</a>'
405         us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
406         uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
407         ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
408         osm_namefinder: 'Results from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
409         osm_nominatim: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
410         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
411     search_osm_namefinder:
412       prefix: "{{type}}"
413       suffix_place: ", {{distance}} {{direction}} of {{placename}}"
414       suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} of {{parentname}})"
415       suffix_suburb: "{{suffix}}, {{parentname}}"
416     search_osm_nominatim:
417       prefix:
418         amenity:
419           airport: "Airport"
420           arts_centre: "Arts Centre"
421           atm: "ATM"
422           auditorium: "Auditorium"
423           bank: "Bank"
424           bar: "Bar"
425           bench: "Bench"
426           bicycle_parking: "Cycle Parking"
427           bicycle_rental: "Cycle Rental"
428           brothel: "Brothel"
429           bureau_de_change: "Bureau de Change"
430           bus_station: "Bus Station"
431           cafe: "Cafe"
432           car_rental: "Car Rental"
433           car_sharing: "Car Sharing"
434           car_wash: "Car Wash"
435           casino: "Casino"
436           cinema: "Cinema"
437           clinic: "Clinic"
438           club: "Club"
439           college: "College"
440           community_centre: "Community Centre"
441           courthouse: "Courthouse"
442           crematorium: "Crematorium"
443           dentist: "Dentist"
444           doctors: "Doctors"
445           dormitory: "Dormitory"
446           drinking_water: "Drinking Water"
447           driving_school: "Driving School"
448           embassy: "Embassy"
449           emergency_phone: "Emergency Phone"
450           fast_food: "Fast Food"
451           ferry_terminal: "Ferry Terminal"
452           fire_hydrant: "Fire Hydrant"
453           fire_station: "Fire Station"
454           fountain: "Fountain"
455           fuel: "Fuel"
456           grave_yard: "Grave Yard"
457           gym: "Fitness Centre / Gym"
458           hall: "Hall"
459           health_centre: "Health Centre"
460           hospital: "Hospital"
461           hotel: "Hotel"
462           hunting_stand: "Hunting Stand"
463           ice_cream: "Ice Cream"
464           kindergarten: "Kindergarten"
465           library: "Library"
466           market: "Market"
467           marketplace: "Marketplace"
468           mountain_rescue: "Mountain Rescue"
469           nightclub: "Night Club"
470           nursery: "Nursery"
471           nursing_home: "Nursing Home"
472           office: "Office"
473           park: "Park"
474           parking: "Parking"
475           pharmacy: "Pharmacy"
476           place_of_worship: "Place of Worship"
477           police: "Police"
478           post_box: "Post Box"
479           post_office: "Post Office"
480           preschool: "Pre-School"
481           prison: "Prison"
482           pub: "Pub"
483           public_building: "Public Building"
484           public_market: "Public Market"
485           reception_area: "Reception Area"
486           recycling: "Recycling Point"
487           restaurant: "Restaurant"
488           retirement_home: "Retirement Home"
489           sauna: "Sauna"
490           school: "School"
491           shelter: "Shelter"
492           shop: "Shop"
493           shopping: "Shopping"
494           social_club: "Social Club"
495           studio: "Studio"
496           supermarket: "Supermarket"
497           taxi: "Taxi"
498           telephone: "Public Telephone"
499           theatre: "Theatre"
500           toilets: "Toilets"
501           townhall: "Town Hall"
502           university: "University"
503           vending_machine: "Vending Machine"
504           veterinary: "Veterinary Surgery"
505           village_hall: "Village Hall"
506           waste_basket: "Waste Basket"
507           wifi: "WiFi Access"
508           youth_centre: "Youth Centre"
509         boundary:
510           administrative: "Administrative Boundary"
511         building:
512           apartments: "Apartment Block"
513           block: "Building Block"
514           bunker: "Bunker"
515           chapel: "Chapel"
516           church: "Church"
517           city_hall: "City Hall"
518           commercial: "Commercial Building"
519           dormitory: "Dormitory"
520           entrance: "Building Entrance"
521           faculty: "Faculty Building"
522           farm: "Farm Building"
523           flats: "Flats"
524           garage: "Garage"
525           hall: "Hall"
526           hospital: "Hospital Building"
527           hotel: "Hotel"
528           house: "House"
529           industrial: "Industrial Building"
530           office: "Office Building"
531           public: "Public Building"
532           residential: "Residential Building"
533           retail: "Retail Building"
534           school: "School Building"
535           shop: "Shop"
536           stadium: "Stadium"
537           store: "Store"
538           terrace: "Terrace"
539           tower: "Tower"
540           train_station: "Railway Station"
541           university: "University Building"
542           yes: "Building"
543         highway:
544           bridleway: "Bridleway"
545           bus_guideway: "Guided Bus Lane"
546           bus_stop: "Bus Stop"
547           byway: "Byway"
548           construction: "Highway under Construction"
549           cycleway: "Cycle Path"
550           distance_marker: "Distance Marker"
551           emergency_access_point: "Emergency Access Point"
552           footway: "Footpath"
553           ford: "Ford"
554           gate: "Gate"
555           living_street: "Living Street"
556           minor: "Minor Road"
557           motorway: "Motorway"
558           motorway_junction: "Motorway Junction"
559           motorway_link: "Motorway Road"
560           path: "Path"
561           pedestrian: "Pedestrian Way"
562           platform: "Platform"
563           primary: "Primary Road"
564           primary_link: "Primary Road"
565           raceway: "Raceway"
566           residential: "Residential"
567           road: "Road"
568           secondary: "Secondary Road"
569           secondary_link: "Secondary Road"
570           service: "Service Road"
571           services: "Motorway Services"
572           steps: "Steps"
573           stile: "Stile"
574           tertiary: "Tertiary Road"
575           track: "Track"
576           trail: "Trail"
577           trunk: "Trunk Road"
578           trunk_link: "Trunk Road"
579           unclassified: "Unclassified Road"
580           unsurfaced: "Unsurfaced Road"
581         historic:
582           archaeological_site: "Archaeological Site"
583           battlefield: "Battlefield"
584           boundary_stone: "Boundary Stone"
585           building: "Building"
586           castle: "Castle"
587           church: "Church"
588           house: "House"
589           icon: "Icon"
590           manor: "Manor"
591           memorial: "Memorial"
592           mine: "Mine"
593           monument: "Monument"
594           museum: "Museum"
595           ruins: "Ruins"
596           tower: "Tower"
597           wayside_cross: "Wayside Cross"
598           wayside_shrine: "Wayside Shrine"
599           wreck: "Wreck"
600         landuse:
601           allotments: "Allotments"
602           basin: "Basin"
603           brownfield: "Brownfield Land"
604           cemetery: "Cemetery"
605           commercial: "Commercial Area"
606           conservation: "Conservation"
607           construction: "Construction"
608           farm: "Farm"
609           farmland: "Farmland"
610           farmyard: "Farmyard"
611           forest: "Forest"
612           grass: "Grass"
613           greenfield: "Greenfield Land"
614           industrial: "Industrial Area"
615           landfill: "Landfill"
616           meadow: "Meadow"
617           military: "Military Area"
618           mine: "Mine"
619           mountain: "Mountain"
620           nature_reserve: "Nature Reserve"
621           park: "Park"
622           piste: "Piste"
623           plaza: "Plaza"
624           quarry: "Quarry"
625           railway: "Railway"
626           recreation_ground: "Recreation Ground"
627           reservoir: "Reservoir"
628           residential: "Residential Area"
629           retail: "Retail"
630           village_green: "Village Green"
631           vineyard: "Vineyard"
632           wetland: "Wetland"
633           wood: "Wood"
634         leisure:
635           beach_resort: "Beach Resort"
636           common: "Common Land"
637           fishing: "Fishing Area"
638           garden: "Garden"
639           golf_course: "Golf Course"
640           ice_rink: "Ice Rink"
641           marina: "Marina"
642           miniature_golf: "Miniature Golf"
643           nature_reserve: "Nature Reserve"
644           park: "Park"
645           pitch: "Sports Pitch"
646           playground: "Playground"
647           recreation_ground: "Recreation Ground"
648           slipway: "Slipway"
649           sports_centre: "Sports Centre"
650           stadium: "Stadium"
651           swimming_pool: "Swimming Pool"
652           track: "Running Track"
653           water_park: "Water Park"
654         natural:
655           bay: "Bay"
656           beach: "Beach"
657           cape: "Cape"
658           cave_entrance: "Cave Entrance"
659           channel: "Channel"
660           cliff: "Cliff"
661           coastline: "Coastline"
662           crater: "Crater"
663           feature: "Feature"
664           fell: "Fell"
665           fjord: "Fjord"
666           geyser: "Geyser"
667           glacier: "Glacier"
668           heath: "Heath"
669           hill: "Hill"
670           island: "Island"
671           land: "Land"
672           marsh: "Marsh"
673           moor: "Moor"
674           mud: "Mud"
675           peak: "Peak"
676           point: "Point"
677           reef: "Reef"
678           ridge: "Ridge"
679           river: "River"
680           rock: "Rock"
681           scree: "Scree"
682           scrub: "Scrub"
683           shoal: "Shoal"
684           spring: "Spring"
685           strait: "Strait"
686           tree: "Tree"
687           valley: "Valley"
688           volcano: "Volcano"
689           water: "Water"
690           wetland: "Wetland"
691           wetlands: "Wetlands"
692           wood: "Wood"
693         place:
694           airport: "Airport"
695           city: "City"
696           country: "Country"
697           county: "County"
698           farm: "Farm"
699           hamlet: "Hamlet"
700           house: "House"
701           houses: "Houses"
702           island: "Island"
703           islet: "Islet"
704           locality: "Locality"
705           moor: "Moor"
706           municipality: "Municipality"
707           postcode: "Postcode"
708           region: "Region"
709           sea: "Sea"
710           state: "State"
711           subdivision: "Subdivision"
712           suburb: "Suburb"
713           town: "Town"
714           unincorporated_area: "Unincorporated Area"
715           village: "Village"
716         railway:
717           abandoned: "Abandoned Railway"
718           construction: "Railway under Construction"
719           disused: "Disused Railway"
720           disused_station: "Disused Railway Station"
721           funicular: "Funicular Railway"
722           halt: "Train Stop"
723           historic_station: "Historic Railway Station"
724           junction: "Railway Junction"
725           level_crossing: "Level Crossing"
726           light_rail: "Light Rail"
727           monorail: "Monorail"
728           narrow_gauge: "Narrow Gauge Railway"
729           platform: "Railway Platform"
730           preserved: "Preserved Railway"
731           spur: "Railway Spur"
732           station: "Railway Station"
733           subway: "Subway Station"
734           subway_entrance: "Subway Entrance"
735           switch: "Railway Points"
736           tram: "Tramway"
737           tram_stop: "Tram Stop"
738           yard: "Railway Yard"
739         shop:
740           alcohol: "Off License"
741           apparel: "Apparel Shop"
742           art: "Art Shop"
743           bakery: "Bakery"
744           beauty: "Beauty Shop"
745           beverages: "Beverages Shop"
746           bicycle: "Bicycle Shop"
747           books: "Book Shop"
748           butcher: "Butcher"
749           car: "Car Shop"
750           car_dealer: "Car Dealer"
751           car_parts: "Car Parts"
752           carpet: "Carpet Shop"
753           car_repair: "Car Repair"
754           charity: "Charity Shop"
755           chemist: "Chemist"
756           clothes: "Clothes Shop"
757           computer: "Computer Shop"
758           confectionery: "Confectionery Shop"
759           convenience: "Convenience Store"
760           copyshop: "Copy Shop"
761           cosmetics: "Cosmetics Shop"
762           department_store: "Department Store"
763           discount: "Discount Items Shop"
764           doityourself: "Do-It-Yourself"
765           drugstore: "Drugstore"
766           dry_cleaning: "Dry Cleaning"
767           electronics: "Electronics Shop"
768           estate_agent: "Estate Agent"
769           farm: "Farm Shop"
770           fashion: "Fashion Shop"
771           fish: "Fish Shop"
772           florist: "Florist"
773           food: "Food Shop"
774           funeral_directors: "Funeral Directors"
775           furniture: "Furniture"
776           gallery: "Gallery"
777           garden_centre: "Garden Centre"
778           general: "General Store"
779           gift: "Gift Shop"
780           greengrocer: "Greengrocer"
781           grocery: "Grocery Shop"
782           hairdresser: "Hairdresser"
783           hardware: "Hardware Store"
784           hifi: "Hi-Fi"
785           insurance: "Insurance"
786           jewelry: "Jewelry Shop"
787           kiosk: "Kiosk Shop"
788           laundry: "Laundry"
789           mall: "Mall"
790           market: "Market"
791           mobile_phone: "Mobile Phone Shop"
792           motorcycle: "Motorcycle Shop"
793           music: "Music Shop"
794           newsagent: "Newsagent"
795           optician: "Optician"
796           organic: "Organic Food Shop"
797           outdoor: "Outdoor Shop"
798           pet: "Pet Shop"
799           photo: "Photo Shop"
800           salon: "Salon"
801           shoes: "Shoe Shop"
802           shopping_centre: "Shopping Centre"
803           sports: "Sports Shop"
804           stationery: "Stationery Shop"
805           supermarket: "Supermarket"
806           toys: "Toy Shop"
807           travel_agency: "Travel Agency"
808           video: "Video Shop"
809           wine: "Off License"
810         tourism:
811           alpine_hut: "Alpine Hut"
812           artwork: "Artwork"
813           attraction: "Attraction"
814           bed_and_breakfast: "Bed and Breakfast"
815           cabin: "Cabin"
816           camp_site: "Camp Site"
817           caravan_site: "Caravan Site"
818           chalet: "Chalet"
819           guest_house: "Guest House"
820           hostel: "Hostel"
821           hotel: "Hotel"
822           information: "Information"
823           lean_to: "Lean To"
824           motel: "Motel"
825           museum: "Museum"
826           picnic_site: "Picnic Site"
827           theme_park: "Theme Park"
828           valley: "Valley"
829           viewpoint: "Viewpoint"
830           zoo: "Zoo"
831         waterway:
832           boatyard: "Boatyard"
833           canal: "Canal"
834           connector: "Waterway Connector"
835           dam: "Dam"
836           derelict_canal: "Derelict Canal"
837           ditch: "Ditch"
838           dock: "Dock"
839           drain: "Drain"
840           lock: "Lock"
841           lock_gate: "Lock Gate"
842           mineral_spring: "Mineral Spring"
843           mooring: "Mooring"
844           rapids: "Rapids"
845           river: "River"
846           riverbank: "Riverbank"
847           stream: "Stream"
848           wadi: "Wadi"
849           waterfall: "Waterfall"
850           water_point: "Water Point"
851           weir: "Weir"
852     description:
853       title:
854         osm_namefinder: '{{types}} from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
855         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
856         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
857       types:
858         cities: Cities
859         towns: Towns
860         places: Places
861     description_osm_namefinder:
862       prefix: "{{distance}} {{direction}} of {{type}}"
863     results:
864       no_results: "No results found"
865       more_results: "More results"
866     distance:
867       zero: "less than 1km"
868       one: "about 1km"
869       other: "about {{count}}km"
870     direction:
871       south_west: "south-west"
872       south: "south"
873       south_east: "south-east"
874       east: "east"
875       north_east: "north-east"
876       north: "north"
877       north_west: "north-west"
878       west: "west"
879   layouts:
880     project_name:
881       # in <title>
882       title: OpenStreetMap
883       # in <h1>
884       h1: OpenStreetMap
885     logo:
886       alt_text: OpenStreetMap logo
887     welcome_user: "Welcome, {{user_link}}"
888     welcome_user_link_tooltip: Your user page
889     home: home
890     home_tooltip: Go to home location
891     inbox: "inbox ({{count}})"
892     inbox_tooltip:
893       zero: Your inbox contains no unread messages
894       one: Your inbox contains 1 unread message
895       other: Your inbox contains {{count}} unread messages
896     logout: logout
897     logout_tooltip: "Log out"
898     log_in: log in
899     log_in_tooltip: Log in with an existing account
900     sign_up: sign up
901     sign_up_tooltip: Create an account for editing
902     view: View
903     view_tooltip: View the map
904     edit: Edit
905     history: History
906     export: Export
907     export_tooltip: Export map data
908     gps_traces: GPS Traces
909     gps_traces_tooltip: Manage GPS traces
910     user_diaries: User Diaries
911     user_diaries_tooltip: View user diaries
912     tag_line: The Free Wiki World Map
913     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
914     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
915     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}. Other supporters of the project are listed in the {{partners}}."
916     intro_3_ucl: "UCL VR Centre"
917     intro_3_bytemark: "bytemark"
918     intro_3_partners: "wiki"
919     intro_3_partners_url: "http://wiki.openstreetmap.org/wiki/Partners"
920     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
921     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
922     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
923     donate_link_text: donating
924     help_wiki: "Help &amp; Wiki"
925     help_wiki_tooltip: "Help &amp; Wiki site for the project"
926     help_wiki_url: "http://wiki.openstreetmap.org"
927     copyright: "Copyright &amp; License"
928     news_blog: "News blog"
929     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
930     shop: Shop
931     shop_tooltip: Shop with branded OpenStreetMap merchandise
932     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
933     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
934     license:
935       alt: CC by-sa 2.0
936       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
937     make_a_donation:
938       title: Support OpenStreetMap with a monetary donation
939       text: Make a Donation
940
941   license_page:
942     foreign:
943       title: About this translation
944       text: In the event of a conflict between this translated page and {{english_original_link}}, the English page shall take precedence
945       english_link: the English original
946     native:
947       title: About this page
948       text: You are viewing the English version of the copyright page. You can go back to the {{native_link}} of this pag or you can stop reading about copyright and {{mapping_link}}.
949       native_link: THIS_LANGUAGE_NAME_HERE version
950       mapping_link: start mapping
951     legal_babble: |
952       <h2>Copyright and License</h2>
953       <p>
954          OpenStreetMap is <i>open data</i>, licensed under the <a
955          href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
956          Commons Attribution-ShareAlike 2.0</a> licence (CC-BY-SA).
957       </p>
958       <p>
959         You are free to copy, distribute, transmit and adapt our maps
960         and data, as long as you credit OpenStreetMap and its
961         contributors. If you alter or build upon our maps or data, you
962         may distribute the result only under the same licence. The
963         full <a
964         href="http://creativecommons.org/licenses/by-sa/2.0/legalcode">legal
965         code</a> explains your rights and responsibilities.
966       </p>
967
968       <h3>How to credit OpenStreetMap</h3>
969       <p>
970         If you are using OpenStreetMap map images, we request that
971         your credit reads at least &ldquo;&copy; OpenStreetMap
972         contributors, CC-BY-SA&rdquo;. If you are using map data only,
973         we request &ldquo;Map data &copy; OpenStreetMap contributors,
974         CC-BY-SA&rdquo;.
975       </p>
976       <p>
977         Where possible, OpenStreetMap should be hyperlinked to <a
978         href="http://www.openstreetmap.org/">http://www.openstreetmap.org/</a>
979         and CC-BY-SA to <a
980         href="http://creativecommons.org/licenses/by-sa/2.0/">http://creativecommons.org/licenses/by-sa/2.0/</a>. If
981         you are using a medium where links are not possible (e.g. a
982         printed work), we suggest you direct your readers to
983         www.openstreetmap.org (perhaps by expanding
984         &lsquo;OpenStreetMap&rsquo; to this full address) and to
985         www.creativecommons.org.
986       </p>
987
988       <h3>Finding out more</h3>
989       <p>
990         Read more about using our data at the <a
991         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
992         FAQ</a>.
993       </p>
994       <p>
995         OSM contributors are reminded never to add data from any
996         copyrighted sources (e.g. Google Maps or printed maps) without
997         explicit permission from the copyright holders.
998       </p>
999       <p>
1000         Although OpenStreetMap is open data, we cannot provide a
1001         free-of-charge map API for third-party developers.
1002
1003         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
1004         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
1005         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
1006       </p>
1007
1008       <h3>Our contributors</h3>
1009       <p>
1010         Our CC-BY-SA licence requires you to &ldquo;give the Original
1011         Author credit reasonable to the medium or means You are
1012         utilising&rdquo;. Individual OSM mappers do not request a
1013         credit over and above that to &ldquo;OpenStreetMap
1014         contributors&rdquo;, but where data from a national mapping
1015         agency or other major source has been included in
1016         OpenStreetMap, it may be reasonable to credit them by directly
1017         reproducing their credit or by linking to it on this page.
1018       </p>
1019
1020       <!--
1021       Information for page editors
1022
1023       The following lists only those organisations who require attribution
1024       as a condition of their data being used in OpenStreetMap. It is not a
1025       general catalogue of imports, and must not be used except when
1026       attribution is required to comply with the licence of the imported
1027       data.
1028
1029       Any additions here must be discussed with OSM sysadmins first.
1030       -->
1031
1032       <ul id="contributors">
1033           <li><strong>Australia</strong>: Contains suburb data based
1034           on Australian Bureau of Statistics data.</li>
1035           <li><strong>Canada</strong>: Contains data from
1036           GeoBase&reg;, GeoGratis (&copy; Department of Natural
1037           Resources Canada), CanVec (&copy; Department of Natural
1038           Resources Canada), and StatCan (Geography Division,
1039           Statistics Canada).</li>
1040           <li><strong>New Zealand</strong>: Contains data sourced from
1041           Land Information New Zealand. Crown Copyright reserved.</li>
1042           <li><strong>United Kingdom</strong>: Contains Ordnance
1043           Survey data &copy; Crown copyright and database right
1044           2010.</li>
1045       </ul>
1046
1047       <p>
1048         Inclusion of data in OpenStreetMap does not imply that the original
1049         data provider endorses OpenStreetMap, provides any warranty, or
1050         accepts any liability.
1051       </p>
1052   notifier:
1053     diary_comment_notification:
1054       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
1055       hi: "Hi {{to_user}},"
1056       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
1057       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
1058     message_notification:
1059       subject: "[OpenStreetMap] {{user}} sent you a new message"
1060       hi: "Hi {{to_user}},"
1061       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
1062       footer1: "You can also read the message at {{readurl}}"
1063       footer2: "and you can reply at {{replyurl}}"
1064     friend_notification:
1065       subject: "[OpenStreetMap] {{user}} added you as a friend"
1066       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
1067       see_their_profile: "You can see their profile at {{userurl}}."
1068       befriend_them: "You can also add them as a friend at {{befriendurl}}."
1069     gpx_notification:
1070       greeting: "Hi,"
1071       your_gpx_file: "It looks like your GPX file"
1072       with_description: "with the description"
1073       and_the_tags: "and the following tags:"
1074       and_no_tags: "and no tags."
1075       failure:
1076         subject: "[OpenStreetMap] GPX Import failure"
1077         failed_to_import: "failed to import. Here is the error:"
1078         more_info_1: "More information about GPX import failures and how to avoid"
1079         more_info_2: "them can be found at:"
1080         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1081       success:
1082         subject: "[OpenStreetMap] GPX Import success"
1083         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
1084     signup_confirm:
1085       subject: "[OpenStreetMap] Confirm your email address"
1086     signup_confirm_plain:
1087       greeting: "Hi there!"
1088       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1089       # next two translations run-on : please word wrap appropriately
1090       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
1091       click_the_link_2: "account and read on for more information about OpenStreetMap."
1092       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
1093       more_videos: "There are more videos here:"
1094       the_wiki: "Get reading about OpenStreetMap on the wiki:"
1095       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
1096       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
1097       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
1098       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
1099       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
1100       # next four translations are in pairs : please word wrap appropriately
1101       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
1102       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
1103       current_user_1: "A list of current users in categories, based on where in the world"
1104       current_user_2: "they are, is available from:"
1105     signup_confirm_html:
1106       greeting: "Hi there!"
1107       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1108       click_the_link: "If this is you, welcome! Please click the link below to confirm that account and read on for more information about OpenStreetMap"
1109       introductory_video: "You can watch an {{introductory_video_link}}."
1110       video_to_openstreetmap: "introductory video to OpenStreetMap"
1111       more_videos: "There are {{more_videos_link}}."
1112       more_videos_here: "more videos here"
1113       get_reading: Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</a>, catch up with the latest news via the <a href="http://blog.openstreetmap.org/">OpenStreetMap blog</a> or <a href="http://twitter.com/openstreetmap">Twitter</a>, or browse through OpenStreetMap founder Steve Coast's <a href="http://www.opengeodata.org/">OpenGeoData blog</a> for the potted history of the project, which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!
1114       wiki_signup: 'You may also want to <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">sign up to the OpenStreetMap wiki</a>.'
1115       user_wiki_page: 'It is recommended that you create a user wiki page, which includes category tags noting where you are, such as <a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_London">[[Category:Users_in_London]]</a>.'
1116       current_user: 'A list of current users in categories, based on where in the world they are, is available from <a href="http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region">Category:Users_by_geographical_region</a>.'
1117     email_confirm:
1118       subject: "[OpenStreetMap] Confirm your email address"
1119     email_confirm_plain:
1120       greeting: "Hi,"
1121       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
1122       hopefully_you_2: "{{server_url}} to {{new_address}}."
1123       click_the_link: "If this is you, please click the link below to confirm the change."
1124     email_confirm_html:
1125       greeting: "Hi,"
1126       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
1127       click_the_link: "If this is you, please click the link below to confirm the change."
1128     lost_password:
1129       subject: "[OpenStreetMap] Password reset request"
1130     lost_password_plain:
1131       greeting: "Hi,"
1132       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
1133       hopefully_you_2: "email addresses openstreetmap.org account."
1134       click_the_link: "If this is you, please click the link below to reset your password."
1135     lost_password_html:
1136       greeting: "Hi,"
1137       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1138       click_the_link: "If this is you, please click the link below to reset your password."
1139   message:
1140     inbox:
1141       title: "Inbox"
1142       my_inbox: "My inbox"
1143       outbox: "outbox"
1144       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
1145       from: "From"
1146       subject: "Subject"
1147       date: "Date"
1148       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1149       people_mapping_nearby: "people mapping nearby"
1150     message_summary:
1151       unread_button: "Mark as unread"
1152       read_button: "Mark as read"
1153       reply_button: "Reply"
1154       delete_button: "Delete"
1155     new:
1156       title: "Send message"
1157       send_message_to: "Send a new message to {{name}}"
1158       subject: "Subject"
1159       body: "Body"
1160       send_button: "Send"
1161       back_to_inbox: "Back to inbox"
1162       message_sent: "Message sent"
1163       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1164     no_such_user:
1165       title: "No such user"
1166       heading: "No such user"
1167       body: "Sorry there is no user with that name."
1168     no_such_message:
1169       title: "No such message"
1170       heading: "No such message"
1171       body: "Sorry there is no message with that id."
1172     outbox:
1173       title: "Outbox"
1174       my_inbox: "My {{inbox_link}}"
1175       inbox: "inbox"
1176       outbox: "outbox"
1177       you_have_sent_messages: "You have {{count}} sent messages"
1178       to: "To"
1179       subject: "Subject"
1180       date: "Date"
1181       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1182       people_mapping_nearby: "people mapping nearby"
1183     reply:
1184       wrong_user: "You are logged in as `{{user}}' but the message you have asked to reply to was not sent to that user. Please login as the correct user in order to reply."
1185     read:
1186       title: "Read message"
1187       reading_your_messages: "Reading your messages"
1188       from: "From"
1189       subject: "Subject"
1190       date: "Date"
1191       reply_button: "Reply"
1192       unread_button: "Mark as unread"
1193       back_to_inbox: "Back to inbox"
1194       reading_your_sent_messages: "Reading your sent messages"
1195       to: "To"
1196       back_to_outbox: "Back to outbox"
1197       wrong_user: "You are logged in as `{{user}}' but the message you have asked to read to was not sent by or to that user. Please login as the correct user in order to read it."
1198     sent_message_summary:
1199       delete_button: "Delete"
1200     mark:
1201       as_read: "Message marked as read"
1202       as_unread: "Message marked as unread"
1203     delete:
1204       deleted: "Message deleted"
1205   site:
1206     index:
1207       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1208       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1209       js_3: 'You may want to try the <a href="http://tah.openstreetmap.org/Browse/">Tiles@Home static tile browser</a> if you are unable to enable JavaScript.'
1210       permalink: Permalink
1211       shortlink: Shortlink
1212       license:
1213         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
1214         license_name: "Creative Commons Attribution-Share Alike 2.0"
1215         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
1216         project_name: "OpenStreetMap project"
1217         project_url: "http://openstreetmap.org"
1218     edit:
1219       not_public: "You have not set your edits to be public."
1220       not_public_description: "You can no longer edit the map unless you do so. You can set your edits as public from your {{user_page}}."
1221       user_page_link: user page
1222       anon_edits: "({{link}})"
1223       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1224       anon_edits_link_text: "Find out why this is the case."
1225       flash_player_required: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">download Flash Player from Adobe.com</a>. <a href="http://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
1226       potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in live mode, or click save if you have a save button.)"
1227     sidebar:
1228       search_results: Search Results
1229       close: Close
1230     search:
1231       search: Search
1232       where_am_i: "Where am I?"
1233       where_am_i_title: Describe the current location using the search engine
1234       submit_text: "Go"
1235       search_help: "examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' <a href='http://wiki.openstreetmap.org/wiki/Search'>more examples...</a>"
1236     key:
1237       map_key: "Map key"
1238       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
1239       table:
1240         heading: "Legend for z{{zoom_level}}"
1241         entry:
1242           motorway: "Motorway"
1243           trunk: "Trunk road"
1244           primary: "Primary road"
1245           secondary: "Secondary road"
1246           unclassified: "Unclassified road"
1247           unsurfaced: "Unsurfaced road"
1248           track: "Track"
1249           byway: "Byway"
1250           bridleway: "Bridleway"
1251           cycleway: "Cycleway"
1252           footway: "Footway"
1253           rail: "Railway"
1254           subway: "Subway"
1255           tram:
1256             - Light rail
1257             - tram
1258           cable:
1259             - Cable car
1260             - chair lift
1261           runway:
1262             - Airport Runway
1263             - taxiway
1264           apron:
1265             - Airport apron
1266             - terminal
1267           admin: "Administrative boundary"
1268           forest: "Forest"
1269           wood: "Wood"
1270           golf: "Golf course"
1271           park: "Park"
1272           resident: "Residential area"
1273           tourist: "Tourist attraction"
1274           common:
1275             - Common
1276             - meadow
1277           retail: "Retail area"
1278           industrial: "Industrial area"
1279           commercial: "Commercial area"
1280           heathland: "Heathland"
1281           lake:
1282             - Lake
1283             - reservoir
1284           farm: "Farm"
1285           brownfield: "Brownfield site"
1286           cemetery: "Cemetery"
1287           allotments: "Allotments"
1288           pitch: "Sports pitch"
1289           centre: "Sports centre"
1290           reserve: "Nature reserve"
1291           military: "Military area"
1292           school:
1293             - School
1294             - university
1295           building: "Significant building"
1296           station: "Railway station"
1297           summit:
1298             - Summit
1299             - peak
1300           tunnel: "Dashed casing = tunnel"
1301           bridge: "Black casing = bridge"
1302           private: "Private access"
1303           permissive: "Permissive access"
1304           destination: "Destination access"
1305           construction: "Roads under construction"
1306   trace:
1307     visibility:
1308       private: "Private (only shared as anonymous, unordered points)"
1309       public: "Public (shown in trace list and as anonymous, unordered points)"
1310       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1311       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1312     create:
1313       upload_trace: "Upload GPS Trace"
1314       trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion."
1315     edit:
1316       title: "Editing trace {{name}}"
1317       heading: "Editing trace {{name}}"
1318       filename: "Filename:"
1319       download: "download"
1320       uploaded_at: "Uploaded:"
1321       points: "Points:"
1322       start_coord: "Start coordinate:"
1323       map: "map"
1324       edit: "edit"
1325       owner: "Owner:"
1326       description: "Description:"
1327       tags: "Tags:"
1328       tags_help: "comma delimited"
1329       save_button: "Save Changes"
1330       visibility: "Visibility:"
1331       visibility_help: "what does this mean?"
1332       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1333     no_such_user:
1334       title: "No such user"
1335       heading: "The user {{user}} does not exist"
1336       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1337     trace_form:
1338       upload_gpx: "Upload GPX File"
1339       description: "Description"
1340       tags: "Tags"
1341       tags_help: "comma delimited"
1342       visibility: "Visibility"
1343       visibility_help: "what does this mean?"
1344       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1345       upload_button: "Upload"
1346       help: "Help"
1347       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1348     trace_header:
1349       see_just_your_traces: "See just your traces, or upload a trace"
1350       see_all_traces: "See all traces"
1351       see_your_traces: "See all your traces"
1352       traces_waiting: "You have {{count}} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
1353     trace_optionals:
1354       tags: "Tags"
1355     view:
1356       title: "Viewing trace {{name}}"
1357       heading: "Viewing trace {{name}}"
1358       pending: "PENDING"
1359       filename: "Filename:"
1360       download: "download"
1361       uploaded: "Uploaded:"
1362       points: "Points:"
1363       start_coordinates: "Start coordinate:"
1364       map: "map"
1365       edit: "edit"
1366       owner: "Owner:"
1367       description: "Description:"
1368       tags: "Tags:"
1369       none: "None"
1370       edit_track: "Edit this trace"
1371       delete_track: "Delete this trace"
1372       trace_not_found: "Trace not found!"
1373       visibility: "Visibility:"
1374     trace_paging_nav:
1375       showing_page: "Showing page {{page}}"
1376       next: "Next &raquo;"
1377       previous: "&laquo; Previous"
1378     trace:
1379       pending: "PENDING"
1380       count_points: "{{count}} points"
1381       ago: "{{time_in_words_ago}} ago"
1382       more: "more"
1383       trace_details: "View Trace Details"
1384       view_map: "View Map"
1385       edit: "edit"
1386       edit_map: "Edit Map"
1387       public: "PUBLIC"
1388       identifiable: "IDENTIFIABLE"
1389       private: "PRIVATE"
1390       trackable: "TRACKABLE"
1391       by: "by"
1392       in: "in"
1393       map: "map"
1394     list:
1395       public_traces: "Public GPS traces"
1396       your_traces: "Your GPS traces"
1397       public_traces_from: "Public GPS traces from {{user}}"
1398       tagged_with: " tagged with {{tags}}"
1399     delete:
1400       scheduled_for_deletion: "Trace scheduled for deletion"
1401     make_public:
1402       made_public: "Trace made public"
1403     offline_warning:
1404       message: "The GPX file upload system is currently unavailable"
1405     offline:
1406       heading: "GPX Storage Offline"
1407       message: "The GPX file storage and upload system is currently unavailable."
1408   application:
1409     require_cookies:
1410       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1411     setup_user_auth:
1412       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1413   oauth:
1414     oauthorize:
1415       request_access: "The application {{app_name}} is requesting access to your account. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
1416       allow_to: "Allow the client application to:"
1417       allow_read_prefs:  "read your user preferences."
1418       allow_write_prefs: "modify your user preferences."
1419       allow_write_diary: "create diary entries, comments and make friends."
1420       allow_write_api:   "modify the map."
1421       allow_read_gpx:    "read your private GPS traces."
1422       allow_write_gpx:   "upload GPS traces."
1423     revoke:
1424       flash: "You've revoked the token for {{application}}"
1425   oauth_clients:
1426     new:
1427       title: "Register a new application"
1428       submit: "Register"
1429     edit:
1430       title: "Edit your application"
1431       submit: "Edit"
1432     show:
1433       title: "OAuth details for {{app_name}}"
1434       key: "Consumer Key:"
1435       secret: "Consumer Secret:"
1436       url: "Request Token URL:"
1437       access_url: "Access Token URL:"
1438       authorize_url: "Authorise URL:"
1439       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
1440       edit: "Edit Details"
1441       requests: "Requesting the following permissions from the user:"
1442       allow_read_prefs:  "read their user preferences."
1443       allow_write_prefs: "modify their user preferences."
1444       allow_write_diary: "create diary entries, comments and make friends."
1445       allow_write_api:   "modify the map."
1446       allow_read_gpx:    "read their private GPS traces."
1447       allow_write_gpx:   "upload GPS traces."
1448     index:
1449       title: "My OAuth Details"
1450       my_tokens: "My Authorised Applications"
1451       list_tokens: "The following tokens have been issued to applications in your name:"
1452       application: "Application Name"
1453       issued_at: "Issued At"
1454       revoke: "Revoke!"
1455       my_apps: "My Client Applications"
1456       no_apps: "Do you have an application you would like to register for use with us using the {{oauth}} standard? You must register your web application before it can make OAuth requests to this service."
1457       registered_apps: "You have the following client applications registered:"
1458       register_new: "Register your application"
1459     form:
1460       name: "Name"
1461       required: "Required"
1462       url: "Main Application URL"
1463       callback_url: "Callback URL"
1464       support_url: "Support URL"
1465       requests: "Request the following permissions from the user:"
1466       allow_read_prefs:  "read their user preferences."
1467       allow_write_prefs: "modify their user preferences."
1468       allow_write_diary: "create diary entries, comments and make friends."
1469       allow_write_api:   "modify the map."
1470       allow_read_gpx:    "read their private GPS traces."
1471       allow_write_gpx:   "upload GPS traces."
1472     not_found:
1473       sorry: "Sorry, that {{type}} could not be found."
1474     create:
1475       flash: "Registered the information successfully"
1476     update:
1477       flash: "Updated the client information successfully"
1478     destroy:
1479       flash: "Destroyed the client application registration"
1480   user:
1481     login:
1482       title: "Login"
1483       heading: "Login"
1484       please login: "Please login or {{create_user_link}}."
1485       create_account: "create an account"
1486       email or username: "Email Address or Username:"
1487       password: "Password:"
1488       openid: "{{logo}} OpenID:"
1489       username_heading: "Login with username and password:"
1490       openid_heading: "Login with OpenID:"
1491       remember: "Remember me:"
1492       lost password link: "Lost your password?"
1493       login_button: "Login"
1494       account not active: "Sorry, your account is not active yet.<br />Please click on the link in the account confirmation email to activate your account."
1495       account suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the <a href="mailto:webmaster@openstreetmap.org">webmaster</a> if you wish to discuss this.
1496       auth failure: "Sorry, could not log in with those details."
1497       openid missing provider: "Sorry, could not contact your OpenID provider"
1498       openid invalid: "Sorry, your OpenID seems to be malformed"
1499       openid_logo_alt: "Log in with an OpenID"
1500       openid_providers:
1501         openid:
1502           title: Login with an OpenID URL
1503           alt: Login with an OpenID URL
1504         yahoo:
1505           title: Login with a Yahoo! OpenID
1506           alt: Login with a Yahoo! OpenID
1507         google:
1508           title: Login with a Google OpenID
1509           alt: Login with a Google OpenID
1510         myopenid:
1511           title: Login with a myOpenID OpenID
1512           alt: Login with a myOpenID OpenID
1513         wordpress:
1514           title: Login with a Wordpress.com OpenID
1515           alt: Login with a Wordpress.com OpenID
1516         myspace:
1517           title: Login with a MySpace OpenID
1518           alt: Login with a MySpace OpenID
1519     logout:
1520       title: "Logout"
1521       heading: "Logout from OpenStreetMap"
1522       logout_button: "Logout"
1523     lost_password:
1524       title: "Lost password"
1525       heading: "Forgotten Password?"
1526       email address: "Email Address:"
1527       new password button: "Reset password"
1528       help_text: "Enter the email address you used to sign up, we will send a link to it that you can use to reset your password."
1529       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1530       notice email cannot find: "Could not find that email address, sorry."
1531     reset_password:
1532       title: "Reset password"
1533       heading: "Reset Password for {{user}}"
1534       password: "Password:"
1535       confirm password: "Confirm Password:"
1536       reset: "Reset Password"
1537       flash changed: "Your password has been changed."
1538       flash token bad: "Did not find that token, check the URL maybe?"
1539     new:
1540       title: "Create account"
1541       heading: "Create a User Account"
1542       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1543       contact_webmaster: 'Please contact the <a href="mailto:webmaster@openstreetmap.org">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible.'
1544       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1545       license_agreement: 'When you confirm your account you will need to agree to the <a href="http://www.osmfoundation.org/wiki/License/Contributor_Terms">contributor terms</a>.'
1546       email address: "Email Address:"
1547       confirm email address: "Confirm Email Address:"
1548       not displayed publicly: 'Not displayed publicly (see <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">privacy policy</a>)'
1549       display name: "Display Name:"
1550       display name description: "Your publicly displayed username. You can change this later in the preferences."
1551       openid: "{{logo}} OpenID:"
1552       password: "Password:"
1553       confirm password: "Confirm Password:"
1554       use openid: "Alternatively, use {{logo}} OpenID to login"
1555       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1556       openid association: |
1557         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1558         <ul>
1559           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1560           <li>
1561             If you already have an account, you can login to your account
1562             using your username and password and then associate the account
1563             with your OpenID in your user settings.
1564           </li>
1565         </ul> 
1566       continue: Continue
1567       flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)<br /><br />Please note that you will not be able to login until you've received and confirmed your email address.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
1568     terms:
1569       heading: "Contributor terms"
1570       press accept button: "Please read the agreement below and press the agree button to create your account."
1571       consider_pd: "I consider my contributions to be in the Public Domain"
1572       consider_pd_why: "what's this?"
1573       consider_pd_why_url: http://wiki.openstreetmap.org/wiki/Why_would_I_want_my_contributions_to_be_public_domain
1574       agree: Agree
1575       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1576       decline: "Decline"
1577       legale_select: "Please select your country of residence:"
1578       legale_button: "Go"
1579       legale_names:
1580         france: "France"
1581         italy: "Italy"
1582         rest_of_world: "Rest of the world"
1583     no_such_user:
1584       title: "No such user"
1585       heading: "The user {{user}} does not exist"
1586       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1587     view:
1588       my diary: my diary
1589       new diary entry: new diary entry
1590       my edits: my edits
1591       my traces: my traces
1592       my settings: my settings
1593       oauth settings: oauth settings
1594       blocks on me: blocks on me
1595       blocks by me: blocks by me
1596       send message: send message
1597       diary: diary
1598       edits: edits
1599       traces: traces
1600       remove as friend: remove as friend
1601       add as friend: add as friend
1602       mapper since: "Mapper since:"
1603       ago: "({{time_in_words_ago}} ago)"
1604       email address: "Email address:"
1605       created from: "Created from:"
1606       status: "Status:"
1607       spam score: "Spam Score:"
1608       description: Description
1609       user location: User location
1610       if set location: "If you set your location, a pretty map and stuff will appear here. You can set your home location on your {{settings_link}} page."
1611       settings_link_text: settings
1612       your friends: Your friends
1613       no friends: You have not added any friends yet.
1614       km away: "{{count}}km away"
1615       m away: "{{count}}m away"
1616       nearby users: "Other nearby users"
1617       no nearby users: "There are no other users who admit to mapping nearby yet."
1618       role:
1619         administrator: "This user is an administrator"
1620         moderator: "This user is a moderator"
1621         grant:
1622           administrator: "Grant administrator access"
1623           moderator: "Grant moderator access"
1624         revoke:
1625           administrator: "Revoke administrator access"
1626           moderator: "Revoke moderator access"
1627       block_history: "view blocks received"
1628       moderator_history: "view blocks given"
1629       create_block: "block this user"
1630       activate_user: "activate this user"
1631       deactivate_user: "deactivate this user"
1632       confirm_user: "confirm this user"
1633       hide_user: "hide this user"
1634       unhide_user: "unhide this user"
1635       delete_user: "delete this user"
1636       confirm: "Confirm"
1637     popup:
1638       your location: "Your location"
1639       nearby mapper: "Nearby mapper"
1640       friend: "Friend"
1641     account:
1642       title: "Edit account"
1643       my settings: My settings
1644       current email address: "Current Email Address:"
1645       new email address: "New Email Address:"
1646       email never displayed publicly: "(never displayed publicly)"
1647       openid:
1648         openid: "OpenID:"
1649         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1650         link text: "what is this?"
1651       public editing:
1652         heading: "Public editing:"
1653         enabled: "Enabled. Not anonymous and can edit data."
1654         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1655         enabled link text: "what is this?"
1656         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1657         disabled link text: "why can't I edit?"
1658       public editing note:
1659         heading: "Public editing"
1660         text: "Currently your edits are anonymous and people cannot send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below. <b>Since the 0.6 API changeover, only public users can edit map data</b>. (<a href=\"http://wiki.openstreetmap.org/wiki/Anonymous_edits\">find out why</a>).<ul><li>Your email address will not be revealed by becoming public.</li><li>This action cannot be reversed and all new users are now public by default.</li></ul>"
1661       profile description: "Profile Description:"
1662       preferred languages: "Preferred Languages:"
1663       image: "Image:"
1664       new image: "Add an image"
1665       keep image: "Keep the current image"
1666       delete image: "Remove the current image"
1667       replace image: "Replace the current image"
1668       image size hint: "(square images at least 100x100 work best)"
1669       home location: "Home Location:"
1670       no home location: "You have not entered your home location."
1671       latitude: "Latitude:"
1672       longitude: "Longitude:"
1673       update home location on click: "Update home location when I click on the map?"
1674       save changes button: Save Changes
1675       make edits public button: Make all my edits public
1676       return to profile: Return to profile
1677       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1678       flash update success: "User information updated successfully."
1679     confirm:
1680       heading: Confirm a user account
1681       press confirm button: "Press the confirm button below to activate your account."
1682       button: Confirm
1683       success: "Confirmed your account, thanks for signing up!"
1684       failure: "A user account with this token has already been confirmed."
1685     confirm_email:
1686       heading: Confirm a change of email address
1687       press confirm button: "Press the confirm button below to confirm your new email address."
1688       button: Confirm
1689       success: "Confirmed your email address, thanks for signing up!"
1690       failure: "An email address has already been confirmed with this token."
1691     set_home:
1692       flash success: "Home location saved successfully"
1693     go_public:
1694       flash success: "All your edits are now public, and you are now allowed to edit."
1695     make_friend:
1696       success: "{{name}} is now your friend."
1697       failed: "Sorry, failed to add {{name}} as a friend."
1698       already_a_friend: "You are already friends with {{name}}."
1699     remove_friend:
1700       success: "{{name}} was removed from your friends."
1701       not_a_friend: "{{name}} is not one of your friends."
1702     filter:
1703       not_an_administrator: "You need to be an administrator to perform that action."
1704     list:
1705       title: Users
1706       heading: Users
1707       showing:
1708         one: Showing page {{page}} ({{first_item}} of {{items}})
1709         other: Showing page {{page}} ({{first_item}}-{{last_item}} of {{items}})
1710       summary: "{{name}} created from {{ip_address}} on {{date}}"
1711       summary_no_ip: "{{name}} created on {{date}}"
1712       confirm: Confirm Selected Users
1713       hide: Hide Selected Users
1714       empty: No matching users found
1715     suspended:
1716       title: Account Suspended
1717       heading: Account Suspended
1718       body: |
1719         <p>
1720           Sorry, your account has been automatically suspended due to
1721           suspicious activity.
1722         </p>
1723         <p>
1724           This decision will be reviewed by an administrator shortly, or
1725           you may contact the <a href="mailto:{{webmaster}}">webmaster</a> if
1726           you wish to discuss this.
1727         </p>
1728   user_role:
1729     filter:
1730       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1731       not_a_role: "The string `{{role}}' is not a valid role."
1732       already_has_role: "The user already has role {{role}}."
1733       doesnt_have_role: "The user does not have role {{role}}."
1734     grant:
1735       title: Confirm role granting
1736       heading: Confirm role granting
1737       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1738       confirm: "Confirm"
1739       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1740     revoke:
1741       title: Confirm role revoking
1742       heading: Confirm role revoking
1743       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1744       confirm: "Confirm"
1745       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1746   user_block:
1747     model:
1748       non_moderator_update: "Must be a moderator to create or update a block."
1749       non_moderator_revoke: "Must be a moderator to revoke a block."
1750     not_found:
1751       sorry: "Sorry, the user block with ID {{id}} could not be found."
1752       back: "Back to index"
1753     new:
1754       title: "Creating block on {{name}}"
1755       heading: "Creating block on {{name}}"
1756       reason: "The reason why {{name}} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation, remembering that the message will be publicly visible. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
1757       period: "How long, starting now, the user will be blocked from the API for."
1758       submit: "Create block"
1759       tried_contacting: "I have contacted the user and asked them to stop."
1760       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1761       needs_view: "User needs to log in before this block will be cleared"
1762       back: "View all blocks"
1763     edit:
1764       title: "Editing block on {{name}}"
1765       heading: "Editing block on {{name}}"
1766       reason: "The reason why {{name}} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
1767       period: "How long, starting now, the user will be blocked from the API for."
1768       submit: "Update block"
1769       show: "View this block"
1770       back: "View all blocks"
1771       needs_view: "Does the user need to log in before this block will be cleared?"
1772     filter:
1773       not_a_moderator: "You need to be a moderator to perform that action."
1774       block_expired: "The block has already expired and cannot be edited."
1775       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1776     create:
1777       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1778       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1779       flash: "Created a block on user {{name}}."
1780     update:
1781       only_creator_can_edit: "Only the moderator who created this block can edit it."
1782       success: "Block updated."
1783     index:
1784       title: "User blocks"
1785       heading: "List of user blocks"
1786       empty: "No blocks have been made yet."
1787     revoke:
1788       title: "Revoking block on {{block_on}}"
1789       heading: "Revoking block on {{block_on}} by {{block_by}}"
1790       time_future: "This block will end in {{time}}."
1791       past: "This block ended {{time}} ago and cannot be revoked now."
1792       confirm: "Are you sure you wish to revoke this block?"
1793       revoke: "Revoke!"
1794       flash: "This block has been revoked."
1795     period:
1796       one: "1 hour"
1797       other: "{{count}} hours"
1798     partial:
1799       show: "Show"
1800       edit: "Edit"
1801       revoke: "Revoke!"
1802       confirm: "Are you sure?"
1803       display_name: "Blocked User"
1804       creator_name: "Creator"
1805       reason: "Reason for block"
1806       status: "Status"
1807       revoker_name: "Revoked by"
1808       not_revoked: "(not revoked)"
1809     helper:
1810       time_future: "Ends in {{time}}."
1811       until_login: "Active until the user logs in."
1812       time_past: "Ended {{time}} ago."
1813     blocks_on:
1814       title: "Blocks on {{name}}"
1815       heading: "List of blocks on {{name}}"
1816       empty: "{{name}} has not been blocked yet."
1817     blocks_by:
1818       title: "Blocks by {{name}}"
1819       heading: "List of blocks by {{name}}"
1820       empty: "{{name}} has not made any blocks yet."
1821     show:
1822       title: "{{block_on}} blocked by {{block_by}}"
1823       heading: "{{block_on}} blocked by {{block_by}}"
1824       time_future: "Ends in {{time}}"
1825       time_past: "Ended {{time}} ago"
1826       status: "Status"
1827       show: "Show"
1828       edit: "Edit"
1829       revoke: "Revoke!"
1830       confirm: "Are you sure?"
1831       reason: "Reason for block:"
1832       back: "View all blocks"
1833       revoker: "Revoker:"
1834       needs_view: "The user needs to log in before this block will be cleared."
1835   javascripts:
1836     map:
1837       base:
1838         mapnik: Mapnik
1839         osmarender: Osmarender
1840         cycle_map: Cycle Map
1841         noname: NoName
1842       overlays:
1843         maplint: Maplint
1844     site:
1845       edit_tooltip: Edit the map
1846       edit_disabled_tooltip: Zoom in to edit the map
1847       edit_zoom_alert: You must zoom in to edit the map
1848       history_tooltip: View edits for this area
1849       history_disabled_tooltip: Zoom in to view edits for this area
1850       history_zoom_alert: You must zoom in to view edits for this area