]> 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_format: "{{name}}"
418       prefix:
419         amenity:
420           airport: "Airport"
421           arts_centre: "Arts Centre"
422           atm: "ATM"
423           auditorium: "Auditorium"
424           bank: "Bank"
425           bar: "Bar"
426           bench: "Bench"
427           bicycle_parking: "Cycle Parking"
428           bicycle_rental: "Cycle Rental"
429           brothel: "Brothel"
430           bureau_de_change: "Bureau de Change"
431           bus_station: "Bus Station"
432           cafe: "Cafe"
433           car_rental: "Car Rental"
434           car_sharing: "Car Sharing"
435           car_wash: "Car Wash"
436           casino: "Casino"
437           cinema: "Cinema"
438           clinic: "Clinic"
439           club: "Club"
440           college: "College"
441           community_centre: "Community Centre"
442           courthouse: "Courthouse"
443           crematorium: "Crematorium"
444           dentist: "Dentist"
445           doctors: "Doctors"
446           dormitory: "Dormitory"
447           drinking_water: "Drinking Water"
448           driving_school: "Driving School"
449           embassy: "Embassy"
450           emergency_phone: "Emergency Phone"
451           fast_food: "Fast Food"
452           ferry_terminal: "Ferry Terminal"
453           fire_hydrant: "Fire Hydrant"
454           fire_station: "Fire Station"
455           fountain: "Fountain"
456           fuel: "Fuel"
457           grave_yard: "Grave Yard"
458           gym: "Fitness Centre / Gym"
459           hall: "Hall"
460           health_centre: "Health Centre"
461           hospital: "Hospital"
462           hotel: "Hotel"
463           hunting_stand: "Hunting Stand"
464           ice_cream: "Ice Cream"
465           kindergarten: "Kindergarten"
466           library: "Library"
467           market: "Market"
468           marketplace: "Marketplace"
469           mountain_rescue: "Mountain Rescue"
470           nightclub: "Night Club"
471           nursery: "Nursery"
472           nursing_home: "Nursing Home"
473           office: "Office"
474           park: "Park"
475           parking: "Parking"
476           pharmacy: "Pharmacy"
477           place_of_worship: "Place of Worship"
478           police: "Police"
479           post_box: "Post Box"
480           post_office: "Post Office"
481           preschool: "Pre-School"
482           prison: "Prison"
483           pub: "Pub"
484           public_building: "Public Building"
485           public_market: "Public Market"
486           reception_area: "Reception Area"
487           recycling: "Recycling Point"
488           restaurant: "Restaurant"
489           retirement_home: "Retirement Home"
490           sauna: "Sauna"
491           school: "School"
492           shelter: "Shelter"
493           shop: "Shop"
494           shopping: "Shopping"
495           social_club: "Social Club"
496           studio: "Studio"
497           supermarket: "Supermarket"
498           taxi: "Taxi"
499           telephone: "Public Telephone"
500           theatre: "Theatre"
501           toilets: "Toilets"
502           townhall: "Town Hall"
503           university: "University"
504           vending_machine: "Vending Machine"
505           veterinary: "Veterinary Surgery"
506           village_hall: "Village Hall"
507           waste_basket: "Waste Basket"
508           wifi: "WiFi Access"
509           youth_centre: "Youth Centre"
510         boundary:
511           administrative: "Administrative Boundary"
512         building:
513           apartments: "Apartment Block"
514           block: "Building Block"
515           bunker: "Bunker"
516           chapel: "Chapel"
517           church: "Church"
518           city_hall: "City Hall"
519           commercial: "Commercial Building"
520           dormitory: "Dormitory"
521           entrance: "Building Entrance"
522           faculty: "Faculty Building"
523           farm: "Farm Building"
524           flats: "Flats"
525           garage: "Garage"
526           hall: "Hall"
527           hospital: "Hospital Building"
528           hotel: "Hotel"
529           house: "House"
530           industrial: "Industrial Building"
531           office: "Office Building"
532           public: "Public Building"
533           residential: "Residential Building"
534           retail: "Retail Building"
535           school: "School Building"
536           shop: "Shop"
537           stadium: "Stadium"
538           store: "Store"
539           terrace: "Terrace"
540           tower: "Tower"
541           train_station: "Railway Station"
542           university: "University Building"
543           yes: "Building"
544         highway:
545           bridleway: "Bridleway"
546           bus_guideway: "Guided Bus Lane"
547           bus_stop: "Bus Stop"
548           byway: "Byway"
549           construction: "Highway under Construction"
550           cycleway: "Cycle Path"
551           distance_marker: "Distance Marker"
552           emergency_access_point: "Emergency Access Point"
553           footway: "Footpath"
554           ford: "Ford"
555           gate: "Gate"
556           living_street: "Living Street"
557           minor: "Minor Road"
558           motorway: "Motorway"
559           motorway_junction: "Motorway Junction"
560           motorway_link: "Motorway Road"
561           path: "Path"
562           pedestrian: "Pedestrian Way"
563           platform: "Platform"
564           primary: "Primary Road"
565           primary_link: "Primary Road"
566           raceway: "Raceway"
567           residential: "Residential"
568           road: "Road"
569           secondary: "Secondary Road"
570           secondary_link: "Secondary Road"
571           service: "Service Road"
572           services: "Motorway Services"
573           steps: "Steps"
574           stile: "Stile"
575           tertiary: "Tertiary Road"
576           track: "Track"
577           trail: "Trail"
578           trunk: "Trunk Road"
579           trunk_link: "Trunk Road"
580           unclassified: "Unclassified Road"
581           unsurfaced: "Unsurfaced Road"
582         historic:
583           archaeological_site: "Archaeological Site"
584           battlefield: "Battlefield"
585           boundary_stone: "Boundary Stone"
586           building: "Building"
587           castle: "Castle"
588           church: "Church"
589           house: "House"
590           icon: "Icon"
591           manor: "Manor"
592           memorial: "Memorial"
593           mine: "Mine"
594           monument: "Monument"
595           museum: "Museum"
596           ruins: "Ruins"
597           tower: "Tower"
598           wayside_cross: "Wayside Cross"
599           wayside_shrine: "Wayside Shrine"
600           wreck: "Wreck"
601         landuse:
602           allotments: "Allotments"
603           basin: "Basin"
604           brownfield: "Brownfield Land"
605           cemetery: "Cemetery"
606           commercial: "Commercial Area"
607           conservation: "Conservation"
608           construction: "Construction"
609           farm: "Farm"
610           farmland: "Farmland"
611           farmyard: "Farmyard"
612           forest: "Forest"
613           grass: "Grass"
614           greenfield: "Greenfield Land"
615           industrial: "Industrial Area"
616           landfill: "Landfill"
617           meadow: "Meadow"
618           military: "Military Area"
619           mine: "Mine"
620           mountain: "Mountain"
621           nature_reserve: "Nature Reserve"
622           park: "Park"
623           piste: "Piste"
624           plaza: "Plaza"
625           quarry: "Quarry"
626           railway: "Railway"
627           recreation_ground: "Recreation Ground"
628           reservoir: "Reservoir"
629           residential: "Residential Area"
630           retail: "Retail"
631           village_green: "Village Green"
632           vineyard: "Vineyard"
633           wetland: "Wetland"
634           wood: "Wood"
635         leisure:
636           beach_resort: "Beach Resort"
637           common: "Common Land"
638           fishing: "Fishing Area"
639           garden: "Garden"
640           golf_course: "Golf Course"
641           ice_rink: "Ice Rink"
642           marina: "Marina"
643           miniature_golf: "Miniature Golf"
644           nature_reserve: "Nature Reserve"
645           park: "Park"
646           pitch: "Sports Pitch"
647           playground: "Playground"
648           recreation_ground: "Recreation Ground"
649           slipway: "Slipway"
650           sports_centre: "Sports Centre"
651           stadium: "Stadium"
652           swimming_pool: "Swimming Pool"
653           track: "Running Track"
654           water_park: "Water Park"
655         natural:
656           bay: "Bay"
657           beach: "Beach"
658           cape: "Cape"
659           cave_entrance: "Cave Entrance"
660           channel: "Channel"
661           cliff: "Cliff"
662           coastline: "Coastline"
663           crater: "Crater"
664           feature: "Feature"
665           fell: "Fell"
666           fjord: "Fjord"
667           geyser: "Geyser"
668           glacier: "Glacier"
669           heath: "Heath"
670           hill: "Hill"
671           island: "Island"
672           land: "Land"
673           marsh: "Marsh"
674           moor: "Moor"
675           mud: "Mud"
676           peak: "Peak"
677           point: "Point"
678           reef: "Reef"
679           ridge: "Ridge"
680           river: "River"
681           rock: "Rock"
682           scree: "Scree"
683           scrub: "Scrub"
684           shoal: "Shoal"
685           spring: "Spring"
686           strait: "Strait"
687           tree: "Tree"
688           valley: "Valley"
689           volcano: "Volcano"
690           water: "Water"
691           wetland: "Wetland"
692           wetlands: "Wetlands"
693           wood: "Wood"
694         place:
695           airport: "Airport"
696           city: "City"
697           country: "Country"
698           county: "County"
699           farm: "Farm"
700           hamlet: "Hamlet"
701           house: "House"
702           houses: "Houses"
703           island: "Island"
704           islet: "Islet"
705           locality: "Locality"
706           moor: "Moor"
707           municipality: "Municipality"
708           postcode: "Postcode"
709           region: "Region"
710           sea: "Sea"
711           state: "State"
712           subdivision: "Subdivision"
713           suburb: "Suburb"
714           town: "Town"
715           unincorporated_area: "Unincorporated Area"
716           village: "Village"
717         railway:
718           abandoned: "Abandoned Railway"
719           construction: "Railway under Construction"
720           disused: "Disused Railway"
721           disused_station: "Disused Railway Station"
722           funicular: "Funicular Railway"
723           halt: "Train Stop"
724           historic_station: "Historic Railway Station"
725           junction: "Railway Junction"
726           level_crossing: "Level Crossing"
727           light_rail: "Light Rail"
728           monorail: "Monorail"
729           narrow_gauge: "Narrow Gauge Railway"
730           platform: "Railway Platform"
731           preserved: "Preserved Railway"
732           spur: "Railway Spur"
733           station: "Railway Station"
734           subway: "Subway Station"
735           subway_entrance: "Subway Entrance"
736           switch: "Railway Points"
737           tram: "Tramway"
738           tram_stop: "Tram Stop"
739           yard: "Railway Yard"
740         shop:
741           alcohol: "Off License"
742           apparel: "Apparel Shop"
743           art: "Art Shop"
744           bakery: "Bakery"
745           beauty: "Beauty Shop"
746           beverages: "Beverages Shop"
747           bicycle: "Bicycle Shop"
748           books: "Book Shop"
749           butcher: "Butcher"
750           car: "Car Shop"
751           car_dealer: "Car Dealer"
752           car_parts: "Car Parts"
753           carpet: "Carpet Shop"
754           car_repair: "Car Repair"
755           charity: "Charity Shop"
756           chemist: "Chemist"
757           clothes: "Clothes Shop"
758           computer: "Computer Shop"
759           confectionery: "Confectionery Shop"
760           convenience: "Convenience Store"
761           copyshop: "Copy Shop"
762           cosmetics: "Cosmetics Shop"
763           department_store: "Department Store"
764           discount: "Discount Items Shop"
765           doityourself: "Do-It-Yourself"
766           drugstore: "Drugstore"
767           dry_cleaning: "Dry Cleaning"
768           electronics: "Electronics Shop"
769           estate_agent: "Estate Agent"
770           farm: "Farm Shop"
771           fashion: "Fashion Shop"
772           fish: "Fish Shop"
773           florist: "Florist"
774           food: "Food Shop"
775           funeral_directors: "Funeral Directors"
776           furniture: "Furniture"
777           gallery: "Gallery"
778           garden_centre: "Garden Centre"
779           general: "General Store"
780           gift: "Gift Shop"
781           greengrocer: "Greengrocer"
782           grocery: "Grocery Shop"
783           hairdresser: "Hairdresser"
784           hardware: "Hardware Store"
785           hifi: "Hi-Fi"
786           insurance: "Insurance"
787           jewelry: "Jewelry Shop"
788           kiosk: "Kiosk Shop"
789           laundry: "Laundry"
790           mall: "Mall"
791           market: "Market"
792           mobile_phone: "Mobile Phone Shop"
793           motorcycle: "Motorcycle Shop"
794           music: "Music Shop"
795           newsagent: "Newsagent"
796           optician: "Optician"
797           organic: "Organic Food Shop"
798           outdoor: "Outdoor Shop"
799           pet: "Pet Shop"
800           photo: "Photo Shop"
801           salon: "Salon"
802           shoes: "Shoe Shop"
803           shopping_centre: "Shopping Centre"
804           sports: "Sports Shop"
805           stationery: "Stationery Shop"
806           supermarket: "Supermarket"
807           toys: "Toy Shop"
808           travel_agency: "Travel Agency"
809           video: "Video Shop"
810           wine: "Off License"
811         tourism:
812           alpine_hut: "Alpine Hut"
813           artwork: "Artwork"
814           attraction: "Attraction"
815           bed_and_breakfast: "Bed and Breakfast"
816           cabin: "Cabin"
817           camp_site: "Camp Site"
818           caravan_site: "Caravan Site"
819           chalet: "Chalet"
820           guest_house: "Guest House"
821           hostel: "Hostel"
822           hotel: "Hotel"
823           information: "Information"
824           lean_to: "Lean To"
825           motel: "Motel"
826           museum: "Museum"
827           picnic_site: "Picnic Site"
828           theme_park: "Theme Park"
829           valley: "Valley"
830           viewpoint: "Viewpoint"
831           zoo: "Zoo"
832         waterway:
833           boatyard: "Boatyard"
834           canal: "Canal"
835           connector: "Waterway Connector"
836           dam: "Dam"
837           derelict_canal: "Derelict Canal"
838           ditch: "Ditch"
839           dock: "Dock"
840           drain: "Drain"
841           lock: "Lock"
842           lock_gate: "Lock Gate"
843           mineral_spring: "Mineral Spring"
844           mooring: "Mooring"
845           rapids: "Rapids"
846           river: "River"
847           riverbank: "Riverbank"
848           stream: "Stream"
849           wadi: "Wadi"
850           waterfall: "Waterfall"
851           water_point: "Water Point"
852           weir: "Weir"
853     description:
854       title:
855         osm_namefinder: '{{types}} from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
856         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
857         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
858       types:
859         cities: Cities
860         towns: Towns
861         places: Places
862     description_osm_namefinder:
863       prefix: "{{distance}} {{direction}} of {{type}}"
864     results:
865       no_results: "No results found"
866       more_results: "More results"
867     distance:
868       zero: "less than 1km"
869       one: "about 1km"
870       other: "about {{count}}km"
871     direction:
872       south_west: "south-west"
873       south: "south"
874       south_east: "south-east"
875       east: "east"
876       north_east: "north-east"
877       north: "north"
878       north_west: "north-west"
879       west: "west"
880   layouts:
881     project_name:
882       # in <title>
883       title: OpenStreetMap
884       # in <h1>
885       h1: OpenStreetMap
886     logo:
887       alt_text: OpenStreetMap logo
888     welcome_user: "Welcome, {{user_link}}"
889     welcome_user_link_tooltip: Your user page
890     home: home
891     home_tooltip: Go to home location
892     inbox: "inbox ({{count}})"
893     inbox_tooltip:
894       zero: Your inbox contains no unread messages
895       one: Your inbox contains 1 unread message
896       other: Your inbox contains {{count}} unread messages
897     logout: logout
898     logout_tooltip: "Log out"
899     log_in: log in
900     log_in_tooltip: Log in with an existing account
901     sign_up: sign up
902     sign_up_tooltip: Create an account for editing
903     view: View
904     view_tooltip: View the map
905     edit: Edit
906     history: History
907     export: Export
908     export_tooltip: Export map data
909     gps_traces: GPS Traces
910     gps_traces_tooltip: Manage GPS traces
911     user_diaries: User Diaries
912     user_diaries_tooltip: View user diaries
913     tag_line: The Free Wiki World Map
914     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
915     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
916     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}. Other supporters of the project are listed in the {{partners}}."
917     intro_3_ucl: "UCL VR Centre"
918     intro_3_bytemark: "bytemark"
919     intro_3_partners: "wiki"
920     intro_3_partners_url: "http://wiki.openstreetmap.org/wiki/Partners"
921     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
922     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
923     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
924     donate_link_text: donating
925     help_wiki: "Help &amp; Wiki"
926     help_wiki_tooltip: "Help &amp; Wiki site for the project"
927     help_wiki_url: "http://wiki.openstreetmap.org"
928     copyright: "Copyright &amp; License"
929     news_blog: "News blog"
930     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
931     shop: Shop
932     shop_tooltip: Shop with branded OpenStreetMap merchandise
933     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
934     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
935     license:
936       alt: CC by-sa 2.0
937       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
938     make_a_donation:
939       title: Support OpenStreetMap with a monetary donation
940       text: Make a Donation
941
942   license_page:
943     foreign:
944       title: About this translation
945       text: In the event of a conflict between this translated page and {{english_original_link}}, the English page shall take precedence
946       english_link: the English original
947     native:
948       title: About this page
949       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}}.
950       native_link: THIS_LANGUAGE_NAME_HERE version
951       mapping_link: start mapping
952     legal_babble: |
953       <h2>Copyright and License</h2>
954       <p>
955          OpenStreetMap is <i>open data</i>, licensed under the <a
956          href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
957          Commons Attribution-ShareAlike 2.0</a> licence (CC-BY-SA).
958       </p>
959       <p>
960         You are free to copy, distribute, transmit and adapt our maps
961         and data, as long as you credit OpenStreetMap and its
962         contributors. If you alter or build upon our maps or data, you
963         may distribute the result only under the same licence. The
964         full <a
965         href="http://creativecommons.org/licenses/by-sa/2.0/legalcode">legal
966         code</a> explains your rights and responsibilities.
967       </p>
968
969       <h3>How to credit OpenStreetMap</h3>
970       <p>
971         If you are using OpenStreetMap map images, we request that
972         your credit reads at least &ldquo;&copy; OpenStreetMap
973         contributors, CC-BY-SA&rdquo;. If you are using map data only,
974         we request &ldquo;Map data &copy; OpenStreetMap contributors,
975         CC-BY-SA&rdquo;.
976       </p>
977       <p>
978         Where possible, OpenStreetMap should be hyperlinked to <a
979         href="http://www.openstreetmap.org/">http://www.openstreetmap.org/</a>
980         and CC-BY-SA to <a
981         href="http://creativecommons.org/licenses/by-sa/2.0/">http://creativecommons.org/licenses/by-sa/2.0/</a>. If
982         you are using a medium where links are not possible (e.g. a
983         printed work), we suggest you direct your readers to
984         www.openstreetmap.org (perhaps by expanding
985         &lsquo;OpenStreetMap&rsquo; to this full address) and to
986         www.creativecommons.org.
987       </p>
988
989       <h3>Finding out more</h3>
990       <p>
991         Read more about using our data at the <a
992         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
993         FAQ</a>.
994       </p>
995       <p>
996         OSM contributors are reminded never to add data from any
997         copyrighted sources (e.g. Google Maps or printed maps) without
998         explicit permission from the copyright holders.
999       </p>
1000       <p>
1001         Although OpenStreetMap is open data, we cannot provide a
1002         free-of-charge map API for third-party developers.
1003
1004         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
1005         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
1006         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
1007       </p>
1008
1009       <h3>Our contributors</h3>
1010       <p>
1011         Our CC-BY-SA licence requires you to &ldquo;give the Original
1012         Author credit reasonable to the medium or means You are
1013         utilising&rdquo;. Individual OSM mappers do not request a
1014         credit over and above that to &ldquo;OpenStreetMap
1015         contributors&rdquo;, but where data from a national mapping
1016         agency or other major source has been included in
1017         OpenStreetMap, it may be reasonable to credit them by directly
1018         reproducing their credit or by linking to it on this page.
1019       </p>
1020
1021       <!--
1022       Information for page editors
1023
1024       The following lists only those organisations who require attribution
1025       as a condition of their data being used in OpenStreetMap. It is not a
1026       general catalogue of imports, and must not be used except when
1027       attribution is required to comply with the licence of the imported
1028       data.
1029
1030       Any additions here must be discussed with OSM sysadmins first.
1031       -->
1032
1033       <ul id="contributors">
1034           <li><strong>Australia</strong>: Contains suburb data based
1035           on Australian Bureau of Statistics data.</li>
1036           <li><strong>Canada</strong>: Contains data from
1037           GeoBase&reg;, GeoGratis (&copy; Department of Natural
1038           Resources Canada), CanVec (&copy; Department of Natural
1039           Resources Canada), and StatCan (Geography Division,
1040           Statistics Canada).</li>
1041           <li><strong>New Zealand</strong>: Contains data sourced from
1042           Land Information New Zealand. Crown Copyright reserved.</li>
1043           <li><strong>United Kingdom</strong>: Contains Ordnance
1044           Survey data &copy; Crown copyright and database right
1045           2010.</li>
1046       </ul>
1047
1048       <p>
1049         Inclusion of data in OpenStreetMap does not imply that the original
1050         data provider endorses OpenStreetMap, provides any warranty, or
1051         accepts any liability.
1052       </p>
1053   notifier:
1054     diary_comment_notification:
1055       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
1056       hi: "Hi {{to_user}},"
1057       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
1058       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
1059     message_notification:
1060       subject: "[OpenStreetMap] {{user}} sent you a new message"
1061       hi: "Hi {{to_user}},"
1062       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
1063       footer1: "You can also read the message at {{readurl}}"
1064       footer2: "and you can reply at {{replyurl}}"
1065     friend_notification:
1066       subject: "[OpenStreetMap] {{user}} added you as a friend"
1067       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
1068       see_their_profile: "You can see their profile at {{userurl}}."
1069       befriend_them: "You can also add them as a friend at {{befriendurl}}."
1070     gpx_notification:
1071       greeting: "Hi,"
1072       your_gpx_file: "It looks like your GPX file"
1073       with_description: "with the description"
1074       and_the_tags: "and the following tags:"
1075       and_no_tags: "and no tags."
1076       failure:
1077         subject: "[OpenStreetMap] GPX Import failure"
1078         failed_to_import: "failed to import. Here is the error:"
1079         more_info_1: "More information about GPX import failures and how to avoid"
1080         more_info_2: "them can be found at:"
1081         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1082       success:
1083         subject: "[OpenStreetMap] GPX Import success"
1084         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
1085     signup_confirm:
1086       subject: "[OpenStreetMap] Confirm your email address"
1087     signup_confirm_plain:
1088       greeting: "Hi there!"
1089       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1090       # next two translations run-on : please word wrap appropriately
1091       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
1092       click_the_link_2: "account and read on for more information about OpenStreetMap."
1093       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
1094       more_videos: "There are more videos here:"
1095       the_wiki: "Get reading about OpenStreetMap on the wiki:"
1096       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
1097       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
1098       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
1099       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
1100       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
1101       # next four translations are in pairs : please word wrap appropriately
1102       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
1103       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
1104       current_user_1: "A list of current users in categories, based on where in the world"
1105       current_user_2: "they are, is available from:"
1106     signup_confirm_html:
1107       greeting: "Hi there!"
1108       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1109       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"
1110       introductory_video: "You can watch an {{introductory_video_link}}."
1111       video_to_openstreetmap: "introductory video to OpenStreetMap"
1112       more_videos: "There are {{more_videos_link}}."
1113       more_videos_here: "more videos here"
1114       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!
1115       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>.'
1116       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>.'
1117       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>.'
1118     email_confirm:
1119       subject: "[OpenStreetMap] Confirm your email address"
1120     email_confirm_plain:
1121       greeting: "Hi,"
1122       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
1123       hopefully_you_2: "{{server_url}} to {{new_address}}."
1124       click_the_link: "If this is you, please click the link below to confirm the change."
1125     email_confirm_html:
1126       greeting: "Hi,"
1127       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
1128       click_the_link: "If this is you, please click the link below to confirm the change."
1129     lost_password:
1130       subject: "[OpenStreetMap] Password reset request"
1131     lost_password_plain:
1132       greeting: "Hi,"
1133       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
1134       hopefully_you_2: "email addresses openstreetmap.org account."
1135       click_the_link: "If this is you, please click the link below to reset your password."
1136     lost_password_html:
1137       greeting: "Hi,"
1138       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1139       click_the_link: "If this is you, please click the link below to reset your password."
1140   message:
1141     inbox:
1142       title: "Inbox"
1143       my_inbox: "My inbox"
1144       outbox: "outbox"
1145       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
1146       from: "From"
1147       subject: "Subject"
1148       date: "Date"
1149       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1150       people_mapping_nearby: "people mapping nearby"
1151     message_summary:
1152       unread_button: "Mark as unread"
1153       read_button: "Mark as read"
1154       reply_button: "Reply"
1155       delete_button: "Delete"
1156     new:
1157       title: "Send message"
1158       send_message_to: "Send a new message to {{name}}"
1159       subject: "Subject"
1160       body: "Body"
1161       send_button: "Send"
1162       back_to_inbox: "Back to inbox"
1163       message_sent: "Message sent"
1164       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1165     no_such_user:
1166       title: "No such user"
1167       heading: "No such user"
1168       body: "Sorry there is no user with that name."
1169     no_such_message:
1170       title: "No such message"
1171       heading: "No such message"
1172       body: "Sorry there is no message with that id."
1173     outbox:
1174       title: "Outbox"
1175       my_inbox: "My {{inbox_link}}"
1176       inbox: "inbox"
1177       outbox: "outbox"
1178       you_have_sent_messages: "You have {{count}} sent messages"
1179       to: "To"
1180       subject: "Subject"
1181       date: "Date"
1182       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1183       people_mapping_nearby: "people mapping nearby"
1184     reply:
1185       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."
1186     read:
1187       title: "Read message"
1188       reading_your_messages: "Reading your messages"
1189       from: "From"
1190       subject: "Subject"
1191       date: "Date"
1192       reply_button: "Reply"
1193       unread_button: "Mark as unread"
1194       back_to_inbox: "Back to inbox"
1195       reading_your_sent_messages: "Reading your sent messages"
1196       to: "To"
1197       back_to_outbox: "Back to outbox"
1198       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."
1199     sent_message_summary:
1200       delete_button: "Delete"
1201     mark:
1202       as_read: "Message marked as read"
1203       as_unread: "Message marked as unread"
1204     delete:
1205       deleted: "Message deleted"
1206   site:
1207     index:
1208       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1209       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1210       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.'
1211       permalink: Permalink
1212       shortlink: Shortlink
1213       license:
1214         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
1215         license_name: "Creative Commons Attribution-Share Alike 2.0"
1216         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
1217         project_name: "OpenStreetMap project"
1218         project_url: "http://openstreetmap.org"
1219     edit:
1220       not_public: "You have not set your edits to be public."
1221       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}}."
1222       user_page_link: user page
1223       anon_edits: "({{link}})"
1224       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1225       anon_edits_link_text: "Find out why this is the case."
1226       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.'
1227       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.)"
1228     sidebar:
1229       search_results: Search Results
1230       close: Close
1231     search:
1232       search: Search
1233       where_am_i: "Where am I?"
1234       where_am_i_title: Describe the current location using the search engine
1235       submit_text: "Go"
1236       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>"
1237     key:
1238       map_key: "Map key"
1239       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
1240       table:
1241         heading: "Legend for z{{zoom_level}}"
1242         entry:
1243           motorway: "Motorway"
1244           trunk: "Trunk road"
1245           primary: "Primary road"
1246           secondary: "Secondary road"
1247           unclassified: "Unclassified road"
1248           unsurfaced: "Unsurfaced road"
1249           track: "Track"
1250           byway: "Byway"
1251           bridleway: "Bridleway"
1252           cycleway: "Cycleway"
1253           footway: "Footway"
1254           rail: "Railway"
1255           subway: "Subway"
1256           tram:
1257             - Light rail
1258             - tram
1259           cable:
1260             - Cable car
1261             - chair lift
1262           runway:
1263             - Airport Runway
1264             - taxiway
1265           apron:
1266             - Airport apron
1267             - terminal
1268           admin: "Administrative boundary"
1269           forest: "Forest"
1270           wood: "Wood"
1271           golf: "Golf course"
1272           park: "Park"
1273           resident: "Residential area"
1274           tourist: "Tourist attraction"
1275           common:
1276             - Common
1277             - meadow
1278           retail: "Retail area"
1279           industrial: "Industrial area"
1280           commercial: "Commercial area"
1281           heathland: "Heathland"
1282           lake:
1283             - Lake
1284             - reservoir
1285           farm: "Farm"
1286           brownfield: "Brownfield site"
1287           cemetery: "Cemetery"
1288           allotments: "Allotments"
1289           pitch: "Sports pitch"
1290           centre: "Sports centre"
1291           reserve: "Nature reserve"
1292           military: "Military area"
1293           school:
1294             - School
1295             - university
1296           building: "Significant building"
1297           station: "Railway station"
1298           summit:
1299             - Summit
1300             - peak
1301           tunnel: "Dashed casing = tunnel"
1302           bridge: "Black casing = bridge"
1303           private: "Private access"
1304           permissive: "Permissive access"
1305           destination: "Destination access"
1306           construction: "Roads under construction"
1307   trace:
1308     visibility:
1309       private: "Private (only shared as anonymous, unordered points)"
1310       public: "Public (shown in trace list and as anonymous, unordered points)"
1311       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1312       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1313     create:
1314       upload_trace: "Upload GPS Trace"
1315       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."
1316     edit:
1317       title: "Editing trace {{name}}"
1318       heading: "Editing trace {{name}}"
1319       filename: "Filename:"
1320       download: "download"
1321       uploaded_at: "Uploaded:"
1322       points: "Points:"
1323       start_coord: "Start coordinate:"
1324       map: "map"
1325       edit: "edit"
1326       owner: "Owner:"
1327       description: "Description:"
1328       tags: "Tags:"
1329       tags_help: "comma delimited"
1330       save_button: "Save Changes"
1331       visibility: "Visibility:"
1332       visibility_help: "what does this mean?"
1333       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1334     no_such_user:
1335       title: "No such user"
1336       heading: "The user {{user}} does not exist"
1337       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1338     trace_form:
1339       upload_gpx: "Upload GPX File"
1340       description: "Description"
1341       tags: "Tags"
1342       tags_help: "comma delimited"
1343       visibility: "Visibility"
1344       visibility_help: "what does this mean?"
1345       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1346       upload_button: "Upload"
1347       help: "Help"
1348       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1349     trace_header:
1350       see_just_your_traces: "See just your traces, or upload a trace"
1351       see_all_traces: "See all traces"
1352       see_your_traces: "See all your traces"
1353       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."
1354     trace_optionals:
1355       tags: "Tags"
1356     view:
1357       title: "Viewing trace {{name}}"
1358       heading: "Viewing trace {{name}}"
1359       pending: "PENDING"
1360       filename: "Filename:"
1361       download: "download"
1362       uploaded: "Uploaded:"
1363       points: "Points:"
1364       start_coordinates: "Start coordinate:"
1365       map: "map"
1366       edit: "edit"
1367       owner: "Owner:"
1368       description: "Description:"
1369       tags: "Tags:"
1370       none: "None"
1371       edit_track: "Edit this trace"
1372       delete_track: "Delete this trace"
1373       trace_not_found: "Trace not found!"
1374       visibility: "Visibility:"
1375     trace_paging_nav:
1376       showing_page: "Showing page {{page}}"
1377       next: "Next &raquo;"
1378       previous: "&laquo; Previous"
1379     trace:
1380       pending: "PENDING"
1381       count_points: "{{count}} points"
1382       ago: "{{time_in_words_ago}} ago"
1383       more: "more"
1384       trace_details: "View Trace Details"
1385       view_map: "View Map"
1386       edit: "edit"
1387       edit_map: "Edit Map"
1388       public: "PUBLIC"
1389       identifiable: "IDENTIFIABLE"
1390       private: "PRIVATE"
1391       trackable: "TRACKABLE"
1392       by: "by"
1393       in: "in"
1394       map: "map"
1395     list:
1396       public_traces: "Public GPS traces"
1397       your_traces: "Your GPS traces"
1398       public_traces_from: "Public GPS traces from {{user}}"
1399       tagged_with: " tagged with {{tags}}"
1400     delete:
1401       scheduled_for_deletion: "Trace scheduled for deletion"
1402     make_public:
1403       made_public: "Trace made public"
1404     offline_warning:
1405       message: "The GPX file upload system is currently unavailable"
1406     offline:
1407       heading: "GPX Storage Offline"
1408       message: "The GPX file storage and upload system is currently unavailable."
1409   application:
1410     require_cookies:
1411       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1412     setup_user_auth:
1413       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1414   oauth:
1415     oauthorize:
1416       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."
1417       allow_to: "Allow the client application to:"
1418       allow_read_prefs:  "read your user preferences."
1419       allow_write_prefs: "modify your user preferences."
1420       allow_write_diary: "create diary entries, comments and make friends."
1421       allow_write_api:   "modify the map."
1422       allow_read_gpx:    "read your private GPS traces."
1423       allow_write_gpx:   "upload GPS traces."
1424     revoke:
1425       flash: "You've revoked the token for {{application}}"
1426   oauth_clients:
1427     new:
1428       title: "Register a new application"
1429       submit: "Register"
1430     edit:
1431       title: "Edit your application"
1432       submit: "Edit"
1433     show:
1434       title: "OAuth details for {{app_name}}"
1435       key: "Consumer Key:"
1436       secret: "Consumer Secret:"
1437       url: "Request Token URL:"
1438       access_url: "Access Token URL:"
1439       authorize_url: "Authorise URL:"
1440       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
1441       edit: "Edit Details"
1442       requests: "Requesting the following permissions from the user:"
1443       allow_read_prefs:  "read their user preferences."
1444       allow_write_prefs: "modify their user preferences."
1445       allow_write_diary: "create diary entries, comments and make friends."
1446       allow_write_api:   "modify the map."
1447       allow_read_gpx:    "read their private GPS traces."
1448       allow_write_gpx:   "upload GPS traces."
1449     index:
1450       title: "My OAuth Details"
1451       my_tokens: "My Authorised Applications"
1452       list_tokens: "The following tokens have been issued to applications in your name:"
1453       application: "Application Name"
1454       issued_at: "Issued At"
1455       revoke: "Revoke!"
1456       my_apps: "My Client Applications"
1457       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."
1458       registered_apps: "You have the following client applications registered:"
1459       register_new: "Register your application"
1460     form:
1461       name: "Name"
1462       required: "Required"
1463       url: "Main Application URL"
1464       callback_url: "Callback URL"
1465       support_url: "Support URL"
1466       requests: "Request the following permissions from the user:"
1467       allow_read_prefs:  "read their user preferences."
1468       allow_write_prefs: "modify their user preferences."
1469       allow_write_diary: "create diary entries, comments and make friends."
1470       allow_write_api:   "modify the map."
1471       allow_read_gpx:    "read their private GPS traces."
1472       allow_write_gpx:   "upload GPS traces."
1473     not_found:
1474       sorry: "Sorry, that {{type}} could not be found."
1475     create:
1476       flash: "Registered the information successfully"
1477     update:
1478       flash: "Updated the client information successfully"
1479     destroy:
1480       flash: "Destroyed the client application registration"
1481   user:
1482     login:
1483       title: "Login"
1484       heading: "Login"
1485       please login: "Please login or {{create_user_link}}."
1486       create_account: "create an account"
1487       email or username: "Email Address or Username:"
1488       password: "Password:"
1489       openid: "{{logo}} OpenID:"
1490       username_heading: "Login with username and password:"
1491       openid_heading: "Login with OpenID:"
1492       remember: "Remember me:"
1493       lost password link: "Lost your password?"
1494       login_button: "Login"
1495       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."
1496       account suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the {{webmaster}} if you wish to discuss this.
1497       webmaster: webmaster
1498       auth failure: "Sorry, could not log in with those details."
1499       openid missing provider: "Sorry, could not contact your OpenID provider"
1500       openid invalid: "Sorry, your OpenID seems to be malformed"
1501       openid_logo_alt: "Log in with an OpenID"
1502       openid_providers:
1503         openid:
1504           title: Login with an OpenID URL
1505           alt: Login with an OpenID URL
1506         yahoo:
1507           title: Login with a Yahoo! OpenID
1508           alt: Login with a Yahoo! OpenID
1509         google:
1510           title: Login with a Google OpenID
1511           alt: Login with a Google OpenID
1512         myopenid:
1513           title: Login with a myOpenID OpenID
1514           alt: Login with a myOpenID OpenID
1515         wordpress:
1516           title: Login with a Wordpress.com OpenID
1517           alt: Login with a Wordpress.com OpenID
1518         myspace:
1519           title: Login with a MySpace OpenID
1520           alt: Login with a MySpace OpenID
1521     logout:
1522       title: "Logout"
1523       heading: "Logout from OpenStreetMap"
1524       logout_button: "Logout"
1525     lost_password:
1526       title: "Lost password"
1527       heading: "Forgotten Password?"
1528       email address: "Email Address:"
1529       new password button: "Reset password"
1530       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."
1531       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1532       notice email cannot find: "Could not find that email address, sorry."
1533     reset_password:
1534       title: "Reset password"
1535       heading: "Reset Password for {{user}}"
1536       password: "Password:"
1537       confirm password: "Confirm Password:"
1538       reset: "Reset Password"
1539       flash changed: "Your password has been changed."
1540       flash token bad: "Did not find that token, check the URL maybe?"
1541     new:
1542       title: "Create account"
1543       heading: "Create a User Account"
1544       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1545       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.'
1546       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1547       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>.'
1548       email address: "Email Address:"
1549       confirm email address: "Confirm Email Address:"
1550       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>)'
1551       display name: "Display Name:"
1552       display name description: "Your publicly displayed username. You can change this later in the preferences."
1553       openid: "{{logo}} OpenID:"
1554       password: "Password:"
1555       confirm password: "Confirm Password:"
1556       use openid: "Alternatively, use {{logo}} OpenID to login"
1557       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1558       openid association: |
1559         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1560         <ul>
1561           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1562           <li>
1563             If you already have an account, you can login to your account
1564             using your username and password and then associate the account
1565             with your OpenID in your user settings.
1566           </li>
1567         </ul> 
1568       continue: Continue
1569       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."
1570     terms:
1571       heading: "Contributor terms"
1572       press accept button: "Please read the agreement below and press the agree button to create your account."
1573       consider_pd: "I consider my contributions to be in the Public Domain"
1574       consider_pd_why: "what's this?"
1575       consider_pd_why_url: http://wiki.openstreetmap.org/wiki/Why_would_I_want_my_contributions_to_be_public_domain
1576       agree: Agree
1577       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1578       decline: "Decline"
1579       legale_select: "Please select your country of residence:"
1580       legale_names:
1581         france: "France"
1582         italy: "Italy"
1583         rest_of_world: "Rest of the world"
1584     no_such_user:
1585       title: "No such user"
1586       heading: "The user {{user}} does not exist"
1587       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1588     view:
1589       my diary: my diary
1590       new diary entry: new diary entry
1591       my edits: my edits
1592       my traces: my traces
1593       my settings: my settings
1594       oauth settings: oauth settings
1595       blocks on me: blocks on me
1596       blocks by me: blocks by me
1597       send message: send message
1598       diary: diary
1599       edits: edits
1600       traces: traces
1601       remove as friend: remove as friend
1602       add as friend: add as friend
1603       mapper since: "Mapper since:"
1604       ago: "({{time_in_words_ago}} ago)"
1605       email address: "Email address:"
1606       created from: "Created from:"
1607       status: "Status:"
1608       spam score: "Spam Score:"
1609       description: Description
1610       user location: User location
1611       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."
1612       settings_link_text: settings
1613       your friends: Your friends
1614       no friends: You have not added any friends yet.
1615       km away: "{{count}}km away"
1616       m away: "{{count}}m away"
1617       nearby users: "Other nearby users"
1618       no nearby users: "There are no other users who admit to mapping nearby yet."
1619       role:
1620         administrator: "This user is an administrator"
1621         moderator: "This user is a moderator"
1622         grant:
1623           administrator: "Grant administrator access"
1624           moderator: "Grant moderator access"
1625         revoke:
1626           administrator: "Revoke administrator access"
1627           moderator: "Revoke moderator access"
1628       block_history: "view blocks received"
1629       moderator_history: "view blocks given"
1630       create_block: "block this user"
1631       activate_user: "activate this user"
1632       deactivate_user: "deactivate this user"
1633       confirm_user: "confirm this user"
1634       hide_user: "hide this user"
1635       unhide_user: "unhide this user"
1636       delete_user: "delete this user"
1637       confirm: "Confirm"
1638     popup:
1639       your location: "Your location"
1640       nearby mapper: "Nearby mapper"
1641       friend: "Friend"
1642     account:
1643       title: "Edit account"
1644       my settings: My settings
1645       current email address: "Current Email Address:"
1646       new email address: "New Email Address:"
1647       email never displayed publicly: "(never displayed publicly)"
1648       openid:
1649         openid: "OpenID:"
1650         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1651         link text: "what is this?"
1652       public editing:
1653         heading: "Public editing:"
1654         enabled: "Enabled. Not anonymous and can edit data."
1655         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1656         enabled link text: "what is this?"
1657         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1658         disabled link text: "why can't I edit?"
1659       public editing note:
1660         heading: "Public editing"
1661         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>"
1662       profile description: "Profile Description:"
1663       preferred languages: "Preferred Languages:"
1664       image: "Image:"
1665       new image: "Add an image"
1666       keep image: "Keep the current image"
1667       delete image: "Remove the current image"
1668       replace image: "Replace the current image"
1669       image size hint: "(square images at least 100x100 work best)"
1670       home location: "Home Location:"
1671       no home location: "You have not entered your home location."
1672       latitude: "Latitude:"
1673       longitude: "Longitude:"
1674       update home location on click: "Update home location when I click on the map?"
1675       save changes button: Save Changes
1676       make edits public button: Make all my edits public
1677       return to profile: Return to profile
1678       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1679       flash update success: "User information updated successfully."
1680     confirm:
1681       heading: Confirm a user account
1682       press confirm button: "Press the confirm button below to activate your account."
1683       button: Confirm
1684       success: "Confirmed your account, thanks for signing up!"
1685       failure: "A user account with this token has already been confirmed."
1686     confirm_email:
1687       heading: Confirm a change of email address
1688       press confirm button: "Press the confirm button below to confirm your new email address."
1689       button: Confirm
1690       success: "Confirmed your email address, thanks for signing up!"
1691       failure: "An email address has already been confirmed with this token."
1692     set_home:
1693       flash success: "Home location saved successfully"
1694     go_public:
1695       flash success: "All your edits are now public, and you are now allowed to edit."
1696     make_friend:
1697       success: "{{name}} is now your friend."
1698       failed: "Sorry, failed to add {{name}} as a friend."
1699       already_a_friend: "You are already friends with {{name}}."
1700     remove_friend:
1701       success: "{{name}} was removed from your friends."
1702       not_a_friend: "{{name}} is not one of your friends."
1703     filter:
1704       not_an_administrator: "You need to be an administrator to perform that action."
1705     list:
1706       title: Users
1707       heading: Users
1708       showing:
1709         one: Showing page {{page}} ({{first_item}} of {{items}})
1710         other: Showing page {{page}} ({{first_item}}-{{last_item}} of {{items}})
1711       summary: "{{name}} created from {{ip_address}} on {{date}}"
1712       summary_no_ip: "{{name}} created on {{date}}"
1713       confirm: Confirm Selected Users
1714       hide: Hide Selected Users
1715       empty: No matching users found
1716     suspended:
1717       title: Account Suspended
1718       heading: Account Suspended
1719       webmaster: webmaster
1720       body: |
1721         <p>
1722           Sorry, your account has been automatically suspended due to
1723           suspicious activity.
1724         </p>
1725         <p>
1726           This decision will be reviewed by an administrator shortly, or
1727           you may contact the {{webmaster}} if you wish to discuss this.
1728         </p>
1729   user_role:
1730     filter:
1731       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1732       not_a_role: "The string `{{role}}' is not a valid role."
1733       already_has_role: "The user already has role {{role}}."
1734       doesnt_have_role: "The user does not have role {{role}}."
1735     grant:
1736       title: Confirm role granting
1737       heading: Confirm role granting
1738       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1739       confirm: "Confirm"
1740       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1741     revoke:
1742       title: Confirm role revoking
1743       heading: Confirm role revoking
1744       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1745       confirm: "Confirm"
1746       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1747   user_block:
1748     model:
1749       non_moderator_update: "Must be a moderator to create or update a block."
1750       non_moderator_revoke: "Must be a moderator to revoke a block."
1751     not_found:
1752       sorry: "Sorry, the user block with ID {{id}} could not be found."
1753       back: "Back to index"
1754     new:
1755       title: "Creating block on {{name}}"
1756       heading: "Creating block on {{name}}"
1757       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."
1758       period: "How long, starting now, the user will be blocked from the API for."
1759       submit: "Create block"
1760       tried_contacting: "I have contacted the user and asked them to stop."
1761       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1762       needs_view: "User needs to log in before this block will be cleared"
1763       back: "View all blocks"
1764     edit:
1765       title: "Editing block on {{name}}"
1766       heading: "Editing block on {{name}}"
1767       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."
1768       period: "How long, starting now, the user will be blocked from the API for."
1769       submit: "Update block"
1770       show: "View this block"
1771       back: "View all blocks"
1772       needs_view: "Does the user need to log in before this block will be cleared?"
1773     filter:
1774       not_a_moderator: "You need to be a moderator to perform that action."
1775       block_expired: "The block has already expired and cannot be edited."
1776       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1777     create:
1778       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1779       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1780       flash: "Created a block on user {{name}}."
1781     update:
1782       only_creator_can_edit: "Only the moderator who created this block can edit it."
1783       success: "Block updated."
1784     index:
1785       title: "User blocks"
1786       heading: "List of user blocks"
1787       empty: "No blocks have been made yet."
1788     revoke:
1789       title: "Revoking block on {{block_on}}"
1790       heading: "Revoking block on {{block_on}} by {{block_by}}"
1791       time_future: "This block will end in {{time}}."
1792       past: "This block ended {{time}} ago and cannot be revoked now."
1793       confirm: "Are you sure you wish to revoke this block?"
1794       revoke: "Revoke!"
1795       flash: "This block has been revoked."
1796     period:
1797       one: "1 hour"
1798       other: "{{count}} hours"
1799     partial:
1800       show: "Show"
1801       edit: "Edit"
1802       revoke: "Revoke!"
1803       confirm: "Are you sure?"
1804       display_name: "Blocked User"
1805       creator_name: "Creator"
1806       reason: "Reason for block"
1807       status: "Status"
1808       revoker_name: "Revoked by"
1809       not_revoked: "(not revoked)"
1810     helper:
1811       time_future: "Ends in {{time}}."
1812       until_login: "Active until the user logs in."
1813       time_past: "Ended {{time}} ago."
1814     blocks_on:
1815       title: "Blocks on {{name}}"
1816       heading: "List of blocks on {{name}}"
1817       empty: "{{name}} has not been blocked yet."
1818     blocks_by:
1819       title: "Blocks by {{name}}"
1820       heading: "List of blocks by {{name}}"
1821       empty: "{{name}} has not made any blocks yet."
1822     show:
1823       title: "{{block_on}} blocked by {{block_by}}"
1824       heading: "{{block_on}} blocked by {{block_by}}"
1825       time_future: "Ends in {{time}}"
1826       time_past: "Ended {{time}} ago"
1827       status: "Status"
1828       show: "Show"
1829       edit: "Edit"
1830       revoke: "Revoke!"
1831       confirm: "Are you sure?"
1832       reason: "Reason for block:"
1833       back: "View all blocks"
1834       revoker: "Revoker:"
1835       needs_view: "The user needs to log in before this block will be cleared."
1836   javascripts:
1837     map:
1838       base:
1839         mapnik: Mapnik
1840         osmarender: Osmarender
1841         cycle_map: Cycle Map
1842         noname: NoName
1843       overlays:
1844         maplint: Maplint
1845     site:
1846       edit_tooltip: Edit the map
1847       edit_disabled_tooltip: Zoom in to edit the map
1848       edit_zoom_alert: You must zoom in to edit the map
1849       history_tooltip: View edits for this area
1850       history_disabled_tooltip: Zoom in to view edits for this area
1851       history_zoom_alert: You must zoom in to view edits for this area