]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Simplified common details
[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       blog: "%e %B %Y"
8   activerecord:
9     # Translates all the model names, which is used in error handling on the web site
10     models:
11       acl: "Access Control List"
12       changeset: "Changeset"
13       changeset_tag: "Changeset Tag"
14       country: "Country"
15       diary_comment: "Diary Comment"
16       diary_entry: "Diary Entry"
17       friend: "Friend"
18       language: "Language"
19       message: "Message"
20       node: "Node"
21       node_tag: "Node Tag"
22       notifier: "Notifier"
23       old_node: "Old Node"
24       old_node_tag: "Old Node Tag"
25       old_relation: "Old Relation"
26       old_relation_member: "Old Relation Member"
27       old_relation_tag: "Old Relation Tag"
28       old_way: "Old Way"
29       old_way_node: "Old Way Node"
30       old_way_tag: "Old Way Tag"
31       relation: "Relation"
32       relation_member: "Relation Member"
33       relation_tag: "Relation Tag"
34       session: "Session"
35       trace: "Trace"
36       tracepoint: "Trace Point"
37       tracetag: "Trace Tag"
38       user: "User"
39       user_preference: "User Preference"
40       user_token: "User Token"
41       way: "Way"
42       way_node: "Way Node"
43       way_tag: "Way Tag"
44     # Translates all the model attributes, which is used in error handling on the web site
45     # Only the ones that are used on the web site are translated at the moment
46     attributes:
47       diary_comment:
48         body: "Body"
49       diary_entry:
50         user: "User"
51         title: "Title"
52         latitude: "Latitude"
53         longitude: "Longitude"
54         language: "Language"
55       friend:
56         user: "User"
57         friend: "Friend"
58       trace:
59         user: "User"
60         visible: "Visible"
61         name: "Name"
62         size: "Size"
63         latitude: "Latitude"
64         longitude: "Longitude"
65         public: "Public"
66         description: "Description"
67       message:
68         sender: "Sender"
69         title: "Title"
70         body: "Body"
71         recipient: "Recipient"
72       user:
73         email: "Email"
74         active: "Active"
75         display_name: "Display Name"
76         description: "Description"
77         languages: "Languages"
78         pass_crypt: "Password"
79   printable_name:
80     with_id: "%{id}"
81     with_version: "%{id}, v%{version}"
82     with_name: "%{name} (%{id})"
83   editor:
84     default: "Default (currently %{name})"
85     potlatch:
86       name: "Potlatch 1"
87       description: "Potlatch 1 (in-browser editor)"
88     id:
89       name: "iD"
90       description: "iD (in-browser editor)"
91     potlatch2:
92       name: "Potlatch 2"
93       description: "Potlatch 2 (in-browser editor)"
94     remote:
95       name: "Remote Control"
96       description: "Remote Control (JOSM or Merkaartor)"
97   browse:
98     changeset:
99       title: "Changeset"
100       changeset: "Changeset %{id}"
101       changesetxml: "Changeset XML"
102       osmchangexml: "osmChange XML"
103       feed:
104         title: "Changeset %{id}"
105         title_comment: "Changeset %{id} - %{comment}"
106     navigation:
107       paging:
108         user:
109           prev: "« %{id}"
110           next: "%{id} »"
111         all:
112           prev: "« %{id}"
113           next: "%{id} »"
114       user:
115         name_changeset_tooltip: "View edits by %{user}"
116         prev_changeset_tooltip: "Previous edit by %{user}"
117         next_changeset_tooltip: "Next edit by %{user}"
118       all:
119         prev_node_tooltip: "Previous node"
120         next_node_tooltip: "Next node"
121         prev_way_tooltip: "Previous way"
122         next_way_tooltip: "Next way"
123         prev_relation_tooltip: "Previous relation"
124         next_relation_tooltip: "Next relation"
125         prev_changeset_tooltip: "Previous changeset"
126         next_changeset_tooltip: "Next changeset"
127         prev_note_tooltip: "Previous note"
128         next_note_tooltip: "Next note"
129     changeset_details:
130       created_at: "Created"
131       closed_at: "Closed"
132       belongs_to: "Author"
133       has_nodes: "Nodes (%{count})"
134       has_ways: "Ways (%{count})"
135       has_relations: "Relations (%{count})"
136     common_details:
137       edited: "Edited"
138       deleted: "Deleted"
139       by: "by"
140       version: "Version"
141       in_changeset: "Changeset"
142       changeset_comment: "Comment"
143     containing_relation:
144       entry: "Relation %{relation_name}"
145       entry_role: "Relation %{relation_name} (as %{relation_role})"
146     map:
147       loading: "Loading..."
148       deleted: "Deleted"
149       larger:
150         area: "View area on larger map"
151         node: "View node on larger map"
152         way: "View way on larger map"
153         relation: "View relation on larger map"
154         note: "View note on larger map"
155       edit:
156         area: "Edit area"
157         node: "Edit node"
158         way: "Edit way"
159         relation: "Edit relation"
160         note: "Edit note"
161     node_details:
162       coordinates: "Coordinates:"
163       part_of: "Part of:"
164     node_history:
165       node_history: "Node History"
166       node_history_title: "Node History: %{node_name}"
167       download_xml: "Download XML"
168       view_details: "View details"
169     node:
170       node: "Node"
171       node_title: "Node: %{node_name}"
172       download_xml: "Download XML"
173       view_history: "View history"
174       edit: "Edit node"
175     not_found:
176       sorry: "Sorry, the %{type} with the id %{id}, could not be found."
177       type:
178         node: node
179         way: way
180         relation: relation
181         changeset: changeset
182     timeout:
183       sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
184       type:
185         node: node
186         way: way
187         relation: relation
188         changeset: changeset
189     paging_nav:
190       showing_page: "page"
191       of: "of"
192     redacted:
193       redaction: "Redaction %{id}"
194       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
195       type:
196         node: "node"
197         way: "way"
198         relation: "relation"
199     relation_details:
200       members: "Members:"
201       part_of: "Part of:"
202     relation_history:
203       relation_history: "Relation History"
204       relation_history_title: "Relation History: %{relation_name}"
205       download_xml: "Download XML"
206       view_details: "View details"
207     relation_member:
208       entry: "%{type} %{name}"
209       entry_role: "%{type} %{name} as %{role}"
210       type:
211         node: "Node"
212         way: "Way"
213         relation: "Relation"
214     relation:
215       relation: "Relation"
216       relation_title: "Relation: %{relation_name}"
217       download_xml: "Download XML"
218       view_history: "View history"
219     start_rjs:
220       notes_layer_name: "Browse Notes"
221       data_layer_name: "Browse Map Data"
222       data_frame_title: "Data"
223       zoom_or_select: "Zoom in or select an area of the map to view"
224       view_data: "View data for current map view"
225       manually_select: "Manually select a different area"
226       hide_areas: "Hide areas"
227       show_areas: "Show areas"
228       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 %{max_features} 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."
229       load_data: "Load Data"
230       unable_to_load_size: "Unable to load: Bounding box size of %{bbox_size} is too large (must be smaller than %{max_bbox_size})"
231       loading: "Loading..."
232       show_history: "Show History"
233       wait: "Wait..."
234       history_for_feature: "History for %{feature}"
235       details: "Details"
236       private_user: "private user"
237       edited_by_user_at_timestamp: "Edited by %{user} at %{timestamp}"
238       object_list:
239         heading: "Object list"
240         back: "Back to object list"
241         type:
242           node: "Node"
243           way: "Way"
244           # There is no 'relation' type because it is not represented in OpenLayers
245         api: "Retrieve this area from the API"
246         details: "Details"
247         selected:
248           type:
249             node: "Node %{id}"
250             way: "Way %{id}"
251             # There is no 'relation' type because it is not represented in OpenLayers
252         history:
253           type:
254             node: "Node %{id}"
255             way: "Way %{id}"
256             # There is no 'relation' type because it is not represented in OpenLayers
257     tag_details:
258       tags: "Tags"
259       wiki_link:
260         key: "The wiki description page for the %{key} tag"
261         tag: "The wiki description page for the %{key}=%{value} tag"
262       wikipedia_link: "The %{page} article on Wikipedia"
263     way_details:
264       nodes: "Nodes:"
265       part_of: "Part of:"
266       also_part_of:
267         one: "part of way %{related_ways}"
268         other: "part of ways %{related_ways}"
269     way_history:
270       way_history: "Way History"
271       way_history_title: "Way History: %{way_name}"
272       download_xml: "Download XML"
273       view_details: "View details"
274     way:
275       way: "Way"
276       way_title: "Way: %{way_name}"
277       download_xml: "Download XML"
278       view_history: "View history"
279       edit: "Edit way"
280     note:
281       title: "Note"
282       open_title: "Unresolved note: %{note_name}"
283       closed_title: "Resolved note: %{note_name}"
284       opened: "Opened"
285       last_modified: "Last modified"
286       closed: "Closed"
287       at_html: "%{when} ago"
288       at_by_html: "%{when} ago by %{user}"
289       description: "Description"
290       comments: "Comments"
291   changeset:
292     changeset_paging_nav:
293       showing_page: "Page %{page}"
294       next: "Next »"
295       previous: "« Previous"
296     changeset:
297       still_editing: "(still editing)"
298       anonymous: "Anonymous"
299       no_comment: "(none)"
300       no_edits: "(no edits)"
301       show_area_box: "show area box"
302       big_area: "(big)"
303       view_changeset_details: "View changeset details"
304     changesets:
305       id: "ID"
306       saved_at: "Saved at"
307       user: "User"
308       comment: "Comment"
309       area: "Area"
310     list:
311       title: "Changesets"
312       title_user: "Changesets by %{user}"
313       title_friend: "Changesets by your friends"
314       title_nearby: "Changesets by nearby users"
315       empty: "No changesets in this area."
316       no_more: "No more changesets in this area."
317       load_more: "Load more"
318     timeout:
319       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
320   diary_entry:
321     new:
322       title: New Diary Entry
323     list:
324       title: "Users' diaries"
325       title_friends: "Friends' diaries"
326       title_nearby: "Nearby Users' diaries"
327       user_title: "%{user}'s diary"
328       in_language_title: "Diary Entries in %{language}"
329       new: New Diary Entry
330       new_title: Compose a new entry in your user diary
331       no_entries: No diary entries
332       recent_entries: "Recent diary entries"
333       older_entries: Older Entries
334       newer_entries: Newer Entries
335     edit:
336       title: "Edit diary entry"
337       subject: "Subject:"
338       body: "Body:"
339       language: "Language:"
340       location: "Location:"
341       latitude: "Latitude:"
342       longitude: "Longitude:"
343       use_map_link: "use map"
344       save_button: "Save"
345       marker_text: Diary entry location
346     view:
347       title: "%{user}'s diary | %{title}"
348       user_title: "%{user}'s diary"
349       leave_a_comment: "Leave a comment"
350       login_to_leave_a_comment: "%{login_link} to leave a comment"
351       login: "Login"
352       save_button: "Save"
353     no_such_entry:
354       title: "No such diary entry"
355       heading: "No entry with the id: %{id}"
356       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."
357     diary_entry:
358       posted_by: "Posted by %{link_user} on %{created} in %{language_link}"
359       comment_link: Comment on this entry
360       reply_link: Reply to this entry
361       comment_count:
362         zero: No comments
363         one: "%{count} comment"
364         other: "%{count} comments"
365       edit_link: Edit this entry
366       hide_link: Hide this entry
367       confirm: Confirm
368     diary_comment:
369       comment_from: "Comment from %{link_user} on %{comment_created_at}"
370       hide_link: Hide this comment
371       confirm: Confirm
372     location:
373       location: "Location:"
374       view: "View"
375       edit: "Edit"
376     feed:
377       user:
378         title: "OpenStreetMap diary entries for %{user}"
379         description: "Recent OpenStreetMap diary entries from %{user}"
380       language:
381         title: "OpenStreetMap diary entries in %{language_name}"
382         description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
383       all:
384         title: "OpenStreetMap diary entries"
385         description: "Recent diary entries from users of OpenStreetMap"
386     comments:
387       has_commented_on: "%{display_name} has commented on the following diary entries"
388       post: Post
389       when: When
390       comment: Comment
391       ago: "%{ago} ago"
392       newer_comments: "Newer Comments"
393       older_comments: "Older Comments"
394   export:
395     start:
396       area_to_export: "Area to Export"
397       manually_select: "Manually select a different area"
398       format_to_export: "Format to Export"
399       osm_xml_data: "OpenStreetMap XML Data"
400       map_image: "Map Image (shows standard layer)"
401       embeddable_html: "Embeddable HTML"
402       licence: "Licence"
403       export_details: 'OpenStreetMap data is licensed under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
404       too_large:
405         heading: "Area Too Large"
406         body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the following sources for bulk data downloads:"
407         planet:
408           title: "Planet OSM"
409           description: "Regularly-updated copies of the complete OpenStreetMap database"
410         geofabrik:
411           title: "Geofabrik Downloads"
412           description: "Regularly-updated extracts of continents, countries, and selected cities"
413         metro:
414           title: "Metro Extracts"
415           description: "Extracts for major world cities and their surrounding areas"
416         other:
417           title: "Other Sources"
418           description: "Additional sources listed on the OpenStreetMap wiki"
419       options: "Options"
420       format: "Format"
421       scale: "Scale"
422       max: "max"
423       image_size: "Image Size"
424       zoom: "Zoom"
425       add_marker: "Add a marker to the map"
426       latitude: "Lat:"
427       longitude: "Lon:"
428       output: "Output"
429       paste_html: "Paste HTML to embed in website"
430       export_button: "Export"
431     start_rjs:
432       export: "Export"
433       drag_a_box: "Drag a box on the map to select an area"
434       manually_select: "Manually select a different area"
435       click_add_marker: "Click on the map to add a marker"
436       change_marker: "Change marker position"
437       add_marker: "Add a marker to the map"
438   geocoder:
439     search:
440       title:
441         us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
442         uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
443         ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
444         osm_nominatim: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
445         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
446         osm_nominatim_reverse: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
447         geonames_reverse: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
448     search_osm_nominatim:
449       prefix_format: "%{name}"
450       prefix:
451         aerialway:
452           chair_lift: "Chair Lift"
453           drag_lift: "Drag Lift"
454           station: "Aerialway Station"
455         aeroway:
456           aerodrome: "Aerodrome"
457           apron: "Apron"
458           gate: "Gate"
459           helipad: "Helipad"
460           runway: "Runway"
461           taxiway: "Taxiway"
462           terminal: "Terminal"
463         amenity:
464           airport: "Airport"
465           arts_centre: "Arts Centre"
466           artwork: "Artwork"
467           atm: "ATM"
468           auditorium: "Auditorium"
469           bank: "Bank"
470           bar: "Bar"
471           bbq: "BBQ"
472           bench: "Bench"
473           bicycle_parking: "Cycle Parking"
474           bicycle_rental: "Cycle Rental"
475           biergarten: "Beer Garden"
476           brothel: "Brothel"
477           bureau_de_change: "Bureau de Change"
478           bus_station: "Bus Station"
479           cafe: "Cafe"
480           car_rental: "Car Rental"
481           car_sharing: "Car Sharing"
482           car_wash: "Car Wash"
483           casino: "Casino"
484           charging_station: "Charging Station"
485           cinema: "Cinema"
486           clinic: "Clinic"
487           club: "Club"
488           college: "College"
489           community_centre: "Community Centre"
490           courthouse: "Courthouse"
491           crematorium: "Crematorium"
492           dentist: "Dentist"
493           doctors: "Doctors"
494           dormitory: "Dormitory"
495           drinking_water: "Drinking Water"
496           driving_school: "Driving School"
497           embassy: "Embassy"
498           emergency_phone: "Emergency Phone"
499           fast_food: "Fast Food"
500           ferry_terminal: "Ferry Terminal"
501           fire_hydrant: "Fire Hydrant"
502           fire_station: "Fire Station"
503           food_court: "Food Court"
504           fountain: "Fountain"
505           fuel: "Fuel"
506           grave_yard: "Grave Yard"
507           gym: "Fitness Centre / Gym"
508           hall: "Hall"
509           health_centre: "Health Centre"
510           hospital: "Hospital"
511           hotel: "Hotel"
512           hunting_stand: "Hunting Stand"
513           ice_cream: "Ice Cream"
514           kindergarten: "Kindergarten"
515           library: "Library"
516           market: "Market"
517           marketplace: "Marketplace"
518           mountain_rescue: "Mountain Rescue"
519           nightclub: "Night Club"
520           nursery: "Nursery"
521           nursing_home: "Nursing Home"
522           office: "Office"
523           park: "Park"
524           parking: "Parking"
525           pharmacy: "Pharmacy"
526           place_of_worship: "Place of Worship"
527           police: "Police"
528           post_box: "Post Box"
529           post_office: "Post Office"
530           preschool: "Pre-School"
531           prison: "Prison"
532           pub: "Pub"
533           public_building: "Public Building"
534           public_market: "Public Market"
535           reception_area: "Reception Area"
536           recycling: "Recycling Point"
537           restaurant: "Restaurant"
538           retirement_home: "Retirement Home"
539           sauna: "Sauna"
540           school: "School"
541           shelter: "Shelter"
542           shop: "Shop"
543           shopping: "Shopping"
544           shower: "Shower"
545           social_centre: "Social Centre"
546           social_club: "Social Club"
547           social_facility: "Social Facility"
548           studio: "Studio"
549           supermarket: "Supermarket"
550           swimming_pool: "Swimming Pool"
551           taxi: "Taxi"
552           telephone: "Public Telephone"
553           theatre: "Theatre"
554           toilets: "Toilets"
555           townhall: "Town Hall"
556           university: "University"
557           vending_machine: "Vending Machine"
558           veterinary: "Veterinary Surgery"
559           village_hall: "Village Hall"
560           waste_basket: "Waste Basket"
561           wifi: "WiFi Access"
562           WLAN: "WiFi Access"
563           youth_centre: "Youth Centre"
564         boundary:
565           administrative: "Administrative Boundary"
566           census: "Census Boundary"
567           national_park: "National Park"
568           protected_area : "Protected Area"
569         bridge:
570           aqueduct: "Aqueduct"
571           suspension: "Suspension Bridge"
572           swing: "Swing Bridge"
573           viaduct: "Viaduct"
574           "yes": "Bridge"
575         building:
576           "yes": "Building"
577         emergency:
578           fire_hydrant: "Fire Hydrant"
579           phone: "Emergency Phone"
580         highway:
581           bridleway: "Bridleway"
582           bus_guideway: "Guided Bus Lane"
583           bus_stop: "Bus Stop"
584           byway: "Byway"
585           construction: "Highway under Construction"
586           cycleway: "Cycle Path"
587           emergency_access_point: "Emergency Access Point"
588           footway: "Footpath"
589           ford: "Ford"
590           living_street: "Living Street"
591           milestone: "Milestone"
592           minor: "Minor Road"
593           motorway: "Motorway"
594           motorway_junction: "Motorway Junction"
595           motorway_link: "Motorway Road"
596           path: "Path"
597           pedestrian: "Pedestrian Way"
598           platform: "Platform"
599           primary: "Primary Road"
600           primary_link: "Primary Road"
601           proposed: "Proposed Road"
602           raceway: "Raceway"
603           residential: "Residential"
604           rest_area: "Rest Area"
605           road: "Road"
606           secondary: "Secondary Road"
607           secondary_link: "Secondary Road"
608           service: "Service Road"
609           services: "Motorway Services"
610           speed_camera: "Speed Camera"
611           steps: "Steps"
612           street_lamp: "Street Lamp"
613           stile: "Stile"
614           tertiary: "Tertiary Road"
615           tertiary_link: "Tertiary Road"
616           track: "Track"
617           trail: "Trail"
618           trunk: "Trunk Road"
619           trunk_link: "Trunk Road"
620           unclassified: "Unclassified Road"
621           unsurfaced: "Unsurfaced Road"
622         historic:
623           archaeological_site: "Archaeological Site"
624           battlefield: "Battlefield"
625           boundary_stone: "Boundary Stone"
626           building: "Building"
627           castle: "Castle"
628           church: "Church"
629           citywalls: "City Walls"
630           fort: "Fort"
631           house: "House"
632           icon: "Icon"
633           manor: "Manor"
634           memorial: "Memorial"
635           mine: "Mine"
636           monument: "Monument"
637           museum: "Museum"
638           ruins: "Ruins"
639           tomb: "Tomb"
640           tower: "Tower"
641           wayside_cross: "Wayside Cross"
642           wayside_shrine: "Wayside Shrine"
643           wreck: "Wreck"
644         landuse:
645           allotments: "Allotments"
646           basin: "Basin"
647           brownfield: "Brownfield Land"
648           cemetery: "Cemetery"
649           commercial: "Commercial Area"
650           conservation: "Conservation"
651           construction: "Construction"
652           farm: "Farm"
653           farmland: "Farmland"
654           farmyard: "Farmyard"
655           forest: "Forest"
656           garages: "Garages"
657           grass: "Grass"
658           greenfield: "Greenfield Land"
659           industrial: "Industrial Area"
660           landfill: "Landfill"
661           meadow: "Meadow"
662           military: "Military Area"
663           mine: "Mine"
664           orchard: "Orchard"
665           nature_reserve: "Nature Reserve"
666           park: "Park"
667           piste: "Piste"
668           quarry: "Quarry"
669           railway: "Railway"
670           recreation_ground: "Recreation Ground"
671           reservoir: "Reservoir"
672           reservoir_watershed: "Reservoir Watershed"
673           residential: "Residential Area"
674           retail: "Retail"
675           road: "Road Area"
676           village_green: "Village Green"
677           vineyard: "Vineyard"
678           wetland: "Wetland"
679           wood: "Wood"
680         leisure:
681           beach_resort: "Beach Resort"
682           bird_hide: "Bird Hide"
683           common: "Common Land"
684           fishing: "Fishing Area"
685           fitness_station: "Fitness Station"
686           garden: "Garden"
687           golf_course: "Golf Course"
688           ice_rink: "Ice Rink"
689           marina: "Marina"
690           miniature_golf: "Miniature Golf"
691           nature_reserve: "Nature Reserve"
692           park: "Park"
693           pitch: "Sports Pitch"
694           playground: "Playground"
695           recreation_ground: "Recreation Ground"
696           sauna: "Sauna"
697           slipway: "Slipway"
698           sports_centre: "Sports Centre"
699           stadium: "Stadium"
700           swimming_pool: "Swimming Pool"
701           track: "Running Track"
702           water_park: "Water Park"
703         military:
704           airfield: "Military Airfield"
705           barracks: "Barracks"
706           bunker: "Bunker"
707         mountain_pass:
708           "yes" : "Mountain Pass"
709         natural:
710           bay: "Bay"
711           beach: "Beach"
712           cape: "Cape"
713           cave_entrance: "Cave Entrance"
714           channel: "Channel"
715           cliff: "Cliff"
716           crater: "Crater"
717           dune: "Dune"
718           feature: "Feature"
719           fell: "Fell"
720           fjord: "Fjord"
721           forest: "Forest"
722           geyser: "Geyser"
723           glacier: "Glacier"
724           heath: "Heath"
725           hill: "Hill"
726           island: "Island"
727           land: "Land"
728           marsh: "Marsh"
729           moor: "Moor"
730           mud: "Mud"
731           peak: "Peak"
732           point: "Point"
733           reef: "Reef"
734           ridge: "Ridge"
735           river: "River"
736           rock: "Rock"
737           scree: "Scree"
738           scrub: "Scrub"
739           shoal: "Shoal"
740           spring: "Spring"
741           stone: "Stone"
742           strait: "Strait"
743           tree: "Tree"
744           valley: "Valley"
745           volcano: "Volcano"
746           water: "Water"
747           wetland: "Wetland"
748           wetlands: "Wetlands"
749           wood: "Wood"
750         office:
751           accountant: "Accountant"
752           architect: "Architect"
753           company: "Company"
754           employment_agency: "Employment Agency"
755           estate_agent: "Estate Agent"
756           government: "Governmental Office"
757           insurance: "Insurance Office"
758           lawyer: "Lawyer"
759           ngo: "NGO Office"
760           telecommunication: "Telecommunication Office"
761           travel_agent: "Travel Agency"
762           "yes": "Office"
763         place:
764           airport: "Airport"
765           city: "City"
766           country: "Country"
767           county: "County"
768           farm: "Farm"
769           hamlet: "Hamlet"
770           house: "House"
771           houses: "Houses"
772           island: "Island"
773           islet: "Islet"
774           isolated_dwelling: "Isolated Dwelling"
775           locality: "Locality"
776           moor: "Moor"
777           municipality: "Municipality"
778           neighbourhood: "Neighbourhood"
779           postcode: "Postcode"
780           region: "Region"
781           sea: "Sea"
782           state: "State"
783           subdivision: "Subdivision"
784           suburb: "Suburb"
785           town: "Town"
786           unincorporated_area: "Unincorporated Area"
787           village: "Village"
788         railway:
789           abandoned: "Abandoned Railway"
790           construction: "Railway under Construction"
791           disused: "Disused Railway"
792           disused_station: "Disused Railway Station"
793           funicular: "Funicular Railway"
794           halt: "Train Stop"
795           historic_station: "Historic Railway Station"
796           junction: "Railway Junction"
797           level_crossing: "Level Crossing"
798           light_rail: "Light Rail"
799           miniature: "Miniature Rail"
800           monorail: "Monorail"
801           narrow_gauge: "Narrow Gauge Railway"
802           platform: "Railway Platform"
803           preserved: "Preserved Railway"
804           proposed: "Proposed Railway"
805           spur: "Railway Spur"
806           station: "Railway Station"
807           stop: "Railway Stop"
808           subway: "Subway Station"
809           subway_entrance: "Subway Entrance"
810           switch: "Railway Points"
811           tram: "Tramway"
812           tram_stop: "Tram Stop"
813           yard: "Railway Yard"
814         shop:
815           alcohol: "Off License"
816           antiques: "Antiques"
817           art: "Art Shop"
818           bakery: "Bakery"
819           beauty: "Beauty Shop"
820           beverages: "Beverages Shop"
821           bicycle: "Bicycle Shop"
822           books: "Book Shop"
823           boutique: "Boutique"
824           butcher: "Butcher"
825           car: "Car Shop"
826           car_parts: "Car Parts"
827           car_repair: "Car Repair"
828           carpet: "Carpet Shop"
829           car_repair: "Car Repair"
830           charity: "Charity Shop"
831           chemist: "Chemist"
832           clothes: "Clothes Shop"
833           computer: "Computer Shop"
834           confectionery: "Confectionery Shop"
835           convenience: "Convenience Store"
836           copyshop: "Copy Shop"
837           cosmetics: "Cosmetics Shop"
838           deli: "Deli"
839           department_store: "Department Store"
840           discount: "Discount Items Shop"
841           doityourself: "Do-It-Yourself"
842           dry_cleaning: "Dry Cleaning"
843           electronics: "Electronics Shop"
844           estate_agent: "Estate Agent"
845           farm: "Farm Shop"
846           fashion: "Fashion Shop"
847           fish: "Fish Shop"
848           florist: "Florist"
849           food: "Food Shop"
850           funeral_directors: "Funeral Directors"
851           furniture: "Furniture"
852           gallery: "Gallery"
853           garden_centre: "Garden Centre"
854           general: "General Store"
855           gift: "Gift Shop"
856           greengrocer: "Greengrocer"
857           grocery: "Grocery Shop"
858           hairdresser: "Hairdresser"
859           hardware: "Hardware Store"
860           hifi: "Hi-Fi"
861           insurance: "Insurance"
862           jewelry: "Jewelry Shop"
863           kiosk: "Kiosk Shop"
864           laundry: "Laundry"
865           mall: "Mall"
866           market: "Market"
867           mobile_phone: "Mobile Phone Shop"
868           motorcycle: "Motorcycle Shop"
869           music: "Music Shop"
870           newsagent: "Newsagent"
871           optician: "Optician"
872           organic: "Organic Food Shop"
873           outdoor: "Outdoor Shop"
874           pet: "Pet Shop"
875           pharmacy: "Pharmacy"
876           photo: "Photo Shop"
877           salon: "Salon"
878           second_hand: "Second-hand Shop"
879           shoes: "Shoe Shop"
880           shopping_centre: "Shopping Centre"
881           sports: "Sports Shop"
882           stationery: "Stationery Shop"
883           supermarket: "Supermarket"
884           tailor: "Tailor"
885           toys: "Toy Shop"
886           travel_agency: "Travel Agency"
887           video: "Video Shop"
888           wine: "Off License"
889           "yes": "Shop"
890         tourism:
891           alpine_hut: "Alpine Hut"
892           artwork: "Artwork"
893           attraction: "Attraction"
894           bed_and_breakfast: "Bed and Breakfast"
895           cabin: "Cabin"
896           camp_site: "Camp Site"
897           caravan_site: "Caravan Site"
898           chalet: "Chalet"
899           guest_house: "Guest House"
900           hostel: "Hostel"
901           hotel: "Hotel"
902           information: "Information"
903           lean_to: "Lean To"
904           motel: "Motel"
905           museum: "Museum"
906           picnic_site: "Picnic Site"
907           theme_park: "Theme Park"
908           valley: "Valley"
909           viewpoint: "Viewpoint"
910           zoo: "Zoo"
911         tunnel:
912           culvert: "Culvert"
913           "yes": "Tunnel"
914         waterway:
915           artificial: "Artificial Waterway"
916           boatyard: "Boatyard"
917           canal: "Canal"
918           connector: "Waterway Connector"
919           dam: "Dam"
920           derelict_canal: "Derelict Canal"
921           ditch: "Ditch"
922           dock: "Dock"
923           drain: "Drain"
924           lock: "Lock"
925           lock_gate: "Lock Gate"
926           mineral_spring: "Mineral Spring"
927           mooring: "Mooring"
928           rapids: "Rapids"
929           river: "River"
930           riverbank: "Riverbank"
931           stream: "Stream"
932           wadi: "Wadi"
933           waterfall: "Waterfall"
934           water_point: "Water Point"
935           weir: "Weir"
936       admin_levels:
937         level2: "Country Boundary"
938         level4: "State Boundary"
939         level5: "Region Boundary"
940         level6: "County Boundary"
941         level8: "City Boundary"
942         level9: "Village Boundary"
943         level10: "Suburb Boundary"
944     description:
945       title:
946         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
947         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
948       types:
949         cities: Cities
950         towns: Towns
951         places: Places
952     results:
953       no_results: "No results found"
954       more_results: "More results"
955     distance:
956       zero: "less than 1km"
957       one: "about 1km"
958       other: "about %{count}km"
959     direction:
960       south_west: "south-west"
961       south: "south"
962       south_east: "south-east"
963       east: "east"
964       north_east: "north-east"
965       north: "north"
966       north_west: "north-west"
967       west: "west"
968   layouts:
969     project_name:
970       # in <title>
971       title: OpenStreetMap
972       # in <h1>
973       h1: OpenStreetMap
974     logo:
975       alt_text: OpenStreetMap logo
976     home: Go to Home Location
977     logout: Logout
978     log_in: Log In
979     log_in_tooltip: Log in with an existing account
980     sign_up: Sign Up
981     sign_up_tooltip: Create an account for editing
982     view: View
983     view_tooltip: View the map
984     edit: Edit
985     history: History
986     export: Export
987     data: Data
988     export_data: Export Data
989     gps_traces: GPS Traces
990     gps_traces_tooltip: Manage GPS traces
991     user_diaries: User Diaries
992     user_diaries_tooltip: View user diaries
993     edit_with: Edit with %{editor}
994     tag_line: The Free Wiki World Map
995     intro_header: Welcome to OpenStreetMap!
996     intro_text: OpenStreetMap is a free and editable map of the world maintained by an active community of contributors.
997     intro_2_create_account: "Create a user account"
998     partners_html: "Hosting is supported by %{ucl}, %{ic} and %{bytemark}, and other %{partners}."
999     partners_ucl: "the UCL VR Centre"
1000     partners_ic: "Imperial College London"
1001     partners_bytemark: "Bytemark Hosting"
1002     partners_partners: "partners"
1003     partners_url: "http://wiki.openstreetmap.org/wiki/Partners"
1004     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1005     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1006     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1007     help: Help
1008     about: About
1009     copyright: "Copyright & License"
1010     community: Community
1011     community_blogs: "Community Blogs"
1012     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1013     foundation: Foundation
1014     foundation_title: The OpenStreetMap Foundation
1015     make_a_donation:
1016       title: Support OpenStreetMap with a monetary donation
1017       text: Make a Donation
1018
1019   license_page:
1020     foreign:
1021       title: About this translation
1022       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1023       english_link: the English original
1024     native:
1025       title: About this page
1026       text: You are viewing the English version of the copyright page. You can go back to the %{native_link} of this page or you can stop reading about copyright and %{mapping_link}.
1027       native_link: THIS_LANGUAGE_NAME_HERE version
1028       mapping_link: start mapping
1029     legal_babble:
1030       title_html: Copyright and License
1031       intro_1_html: |
1032         OpenStreetMap is <i>open data</i>, licensed under the <a
1033         href="http://opendatacommons.org/licenses/odbl/">Open Data
1034         Commons Open Database License</a> (ODbL).
1035       intro_2_html: |
1036         You are free to copy, distribute, transmit and adapt our data,
1037         as long as you credit OpenStreetMap and its
1038         contributors. If you alter or build upon our data, you
1039         may distribute the result only under the same licence. The
1040         full <a href="http://opendatacommons.org/licenses/odbl/1.0/">legal
1041         code</a> explains your rights and responsibilities.
1042       intro_3_html: |
1043         The cartography in our map tiles, and our documentation, are
1044         licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
1045         Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1046       credit_title_html: How to credit OpenStreetMap
1047       credit_1_html: |
1048         We require that you use the credit &ldquo;&copy; OpenStreetMap
1049         contributors&rdquo;.
1050       credit_2_html: |
1051         You must also make it clear that the data is available under the Open
1052         Database License, and if using our map tiles, that the cartography is
1053         licensed as CC BY-SA. You may do this by linking to
1054         <a href="http://www.openstreetmap.org/copyright">this copyright page</a>.
1055         Alternatively, and as a requirement if you are distributing OSM in a
1056         data form, you can name and link directly to the license(s). In media
1057         where links are not possible (e.g. printed works), we suggest you
1058         direct your readers to openstreetmap.org (perhaps by expanding
1059         'OpenStreetMap' to this full address), to opendatacommons.org, and
1060         if relevant, to creativecommons.org.
1061       credit_3_html: |
1062         For a browsable electronic map, the credit should appear in the corner of the map.
1063         For example:
1064       attribution_example:
1065         alt: Example of how to attribute OpenStreetMap on a webpage
1066         title: Attribution example
1067       more_title_html: Finding out more
1068       more_1_html: |
1069         Read more about using our data, and how to credit us, at the <a
1070         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
1071         FAQ</a>.
1072       more_2_html: |
1073         Although OpenStreetMap is open data, we cannot provide a
1074         free-of-charge map API for third-party developers.
1075         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
1076         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
1077         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
1078       contributors_title_html: Our contributors
1079       contributors_intro_html: |
1080         Our contributors are thousands of individuals. We also include
1081         openly-licensed data from national mapping agencies
1082         and other sources, among them:
1083       contributors_at_html: |
1084         <strong>Austria</strong>: Contains data from
1085         <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
1086         <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1087         <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1088         Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1089       contributors_ca_html: |
1090         <strong>Canada</strong>: Contains data from
1091         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1092         Resources Canada), CanVec (&copy; Department of Natural
1093         Resources Canada), and StatCan (Geography Division,
1094         Statistics Canada).
1095       contributors_fr_html: |
1096         <strong>France</strong>: Contains data sourced from
1097         Direction Générale des Impôts.
1098       contributors_nl_html: |
1099         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1100         (<a href="http://www.and.com">www.and.com</a>)
1101       contributors_nz_html: |
1102         <strong>New Zealand</strong>: Contains data sourced from
1103         Land Information New Zealand. Crown Copyright reserved.
1104       contributors_za_html: |
1105         <strong>South Africa</strong>: Contains data sourced from
1106         <a href="http://www.ngi.gov.za/">Chief Directorate:
1107         National Geo-Spatial Information</a>, State copyright reserved.
1108       contributors_gb_html: |
1109         <strong>United Kingdom</strong>: Contains Ordnance
1110         Survey data &copy; Crown copyright and database right
1111         2010-12.
1112       contributors_footer_1_html: |
1113         For further details of these, and other sources that have been used
1114         to help improve OpenStreetMap, please see the <a
1115         href="http://wiki.openstreetmap.org/wiki/Contributors">Contributors
1116         page</a> on the OpenStreetMap Wiki.
1117       contributors_footer_2_html: |
1118         Inclusion of data in OpenStreetMap does not imply that the original
1119         data provider endorses OpenStreetMap, provides any warranty, or
1120         accepts any liability.
1121       infringement_title_html: Copyright infringement
1122       infringement_1_html: |
1123         OSM contributors are reminded never to add data from any
1124         copyrighted sources (e.g. Google Maps or printed maps) without
1125         explicit permission from the copyright holders.
1126       infringement_2_html: |
1127         If you believe that copyrighted material has been inappropriately
1128         added to the OpenStreetMap database or this site, please refer
1129         to our <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1130         procedure</a> or file directly at our
1131         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1132   welcome_page:
1133     title: Welcome!
1134     introduction_html: |
1135       Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1136       up, you're all set to get started mapping. Here's a quick guide with the most important
1137       things you need to know.
1138     whats_on_the_map:
1139       title: What's on the Map
1140       on_html: |
1141         OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1142         it includes millions of buildings, roads, and other details about places. You can map
1143         whatever real-world features are interesting to you.
1144       off_html: |
1145         What it <em>doesn't</em> include is opinionated data like ratings, historical or
1146         hypothetical features, and data from copyrighted sources. Unless you have special
1147         permission, don't copy from online or paper maps.
1148     basic_terms:
1149       title: Basic Terms For Mapping
1150       paragraph_1_html: |
1151         OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1152       editor_html: |
1153         An <strong>editor</strong> is a program or website you can use to edit the map.
1154       node_html: |
1155         A <strong>node</strong> is a point on the map, like a single restauraunt or a tree.
1156       way_html: |
1157         A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1158       tag_html: |
1159         A <strong>tag</strong> is a bit of data about a node or way, like a
1160         restaurant's name or a road's speed limit.
1161     questions:
1162       title: Any questions?
1163       paragraph_1_html: |
1164         OpenStreetMap has several resources for learning about the project, asking and answering
1165         questions, and collaboratively discussing and documenting mapping topics.
1166         <a href='%{help_url}'>Get help here</a>.
1167     start_mapping: Start Mapping
1168     add_a_note:
1169       title: No Time To Edit? Add a Note!
1170       paragraph_1_html: |
1171         If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1172         easy to add a note.
1173       paragraph_2_html: |
1174         Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1175         <span class='icon note'></span>. This will add a marker to the map, which you can move
1176         by dragging. Add your message, then click save, and other mappers will investigate.
1177   help_page:
1178     title: Getting Help
1179     introduction: |
1180       OpenStreetMap has several resources for learning about the project, asking and answering questions,
1181       and collaboratively discussing and documenting mapping topics.
1182     welcome:
1183       url: http://www.openstreetmap.org/welcome
1184       title: Welcome to OSM
1185       description: Start with this quick guide covering the OpenStreetMap basics.
1186     help:
1187       url: https://help.openstreetmap.org/
1188       title: help.openstreetmap.org
1189       description: Ask a question or look up answers on OSM's question-and-answer site.
1190     wiki:
1191       url: http://wiki.openstreetmap.org/
1192       title: wiki.openstreetmap.org
1193       description: Browse the wiki for in-depth OSM documentation.
1194   about_page:
1195     next: Next
1196     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1197     used_by: "%{name} powers map data on hundreds of web sites, mobile apps, and hardware devices"
1198     lede_text: |
1199       OSM is built by a community of local mappers that keeps data about
1200       roads, cafés, subway stations, and much more up to date every day.
1201     local_knowledge_title: Local Knowledge
1202     local_knowledge_html: |
1203       OpenStreetMap emphasizes local knowledge. Contributors use
1204       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1205       is up to date and accurate.
1206     community_driven_title: Community Driven
1207     community_driven_html: |
1208       From the engineers that tune OSM's servers to the Humanitarian OSM Team
1209       that maps disaster-affected areas, OSM's community is diverse,
1210       passionate, and growing every day. To learn more about the community,
1211       see the <a href='%{diary_path}'>user diaries</a>,
1212       <a href='http://blogs.openstreetmap.org/'>community blogs</a>, and
1213       the <a href='http://www.osmfoundation.org/'>OSM Foundation</a> website.
1214     open_data_title: Open Data
1215     open_data_html: |
1216       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1217       as long as you credit OpenStreetMap and its contributors. If you alter or
1218       build upon the data in certain ways, you may distribute the result only
1219       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1220       License page</a> for details.
1221     photo_caption_0_html: |
1222       <a href='https://twitter.com/mikel'>@mikel</a> working on
1223       <a href='http://mapkibera.org/'>Map Kibera</a>, a project to map the
1224       largest slum in Nairobi, Kenya.
1225       <a href='http://www.flickr.com/photos/watato/4564778295'>&copy; watato
1226       2010</a>
1227     photo_caption_1_html: |
1228       <a href='https://twitter.com/lxbarth'>@lxbarth</a> and
1229       <a href='https://twitter.com/limareis'>@limareis</a> survey Brasilia with
1230       walking papers.
1231       <a href='http://www.flickr.com/photos/mapbox/7104560119'>&copy; mapbox
1232       2012</a>
1233     photo_caption_2_html: |
1234       @TODO caption (<a href='http://www.flickr.com/photos/oddwick/4775001075'>source</a>)
1235     photo_caption_3_html: |
1236       @TODO caption (<a href='http://www.flickr.com/photos/28698126@N02/3012439281'>source</a>)
1237     photo_caption_4_html: |
1238       @TODO caption (<a href='http://www.flickr.com/photos/louis_liu/4875155429/'>source</a>)
1239     photo_caption_5_html: |
1240       @TODO caption (<a href='http://www.flickr.com/photos/kachkaev/5793019627'>source</a>)
1241   notifier:
1242     diary_comment_notification:
1243       subject: "[OpenStreetMap] %{user} commented on your diary entry"
1244       hi: "Hi %{to_user},"
1245       header: "%{from_user} has commented on your recent OpenStreetMap diary entry with the subject %{subject}:"
1246       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1247     message_notification:
1248       subject_header: "[OpenStreetMap] %{subject}"
1249       hi: "Hi %{to_user},"
1250       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1251       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1252     friend_notification:
1253       subject: "[OpenStreetMap] %{user} added you as a friend"
1254       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1255       see_their_profile: "You can see their profile at %{userurl}."
1256       befriend_them: "You can also add them as a friend at %{befriendurl}."
1257     gpx_notification:
1258       greeting: "Hi,"
1259       your_gpx_file: "It looks like your GPX file"
1260       with_description: "with the description"
1261       and_the_tags: "and the following tags:"
1262       and_no_tags: "and no tags."
1263       failure:
1264         subject: "[OpenStreetMap] GPX Import failure"
1265         failed_to_import: "failed to import. Here is the error:"
1266         more_info_1: "More information about GPX import failures and how to avoid"
1267         more_info_2: "them can be found at:"
1268         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1269       success:
1270         subject: "[OpenStreetMap] GPX Import success"
1271         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1272     signup_confirm:
1273       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1274       greeting: "Hi there!"
1275       created: "Someone (hopefully you) just created an account at %{site_url}."
1276       confirm: "Before we do anything else, we need to confirm that this request came from you, so if it did then please click the link below to confirm your account:"
1277       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1278     email_confirm:
1279       subject: "[OpenStreetMap] Confirm your email address"
1280     email_confirm_plain:
1281       greeting: "Hi,"
1282       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1283       click_the_link: "If this is you, please click the link below to confirm the change."
1284     email_confirm_html:
1285       greeting: "Hi,"
1286       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1287       click_the_link: "If this is you, please click the link below to confirm the change."
1288     lost_password:
1289       subject: "[OpenStreetMap] Password reset request"
1290     lost_password_plain:
1291       greeting: "Hi,"
1292       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1293       click_the_link: "If this is you, please click the link below to reset your password."
1294     lost_password_html:
1295       greeting: "Hi,"
1296       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1297       click_the_link: "If this is you, please click the link below to reset your password."
1298     note_comment_notification:
1299       anonymous: An anonymous user
1300       greeting: "Hi,"
1301       commented:
1302         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1303         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1304         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1305         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1306       closed:
1307         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1308         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1309         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1310         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1311       reopened:
1312         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1313         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1314         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1315         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1316       details: "More details about the note can be found at %{url}."
1317   message:
1318     inbox:
1319       title: "Inbox"
1320       my_inbox: "My Inbox"
1321       outbox: "outbox"
1322       messages: "You have %{new_messages} and %{old_messages}"
1323       new_messages:
1324         one: "%{count} new message"
1325         other: "%{count} new messages"
1326       old_messages:
1327         one: "%{count} old message"
1328         other: "%{count} old messages"
1329       from: "From"
1330       subject: "Subject"
1331       date: "Date"
1332       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1333       people_mapping_nearby: "people mapping nearby"
1334     message_summary:
1335       unread_button: "Mark as unread"
1336       read_button: "Mark as read"
1337       reply_button: "Reply"
1338       delete_button: "Delete"
1339     new:
1340       title: "Send message"
1341       send_message_to: "Send a new message to %{name}"
1342       subject: "Subject"
1343       body: "Body"
1344       send_button: "Send"
1345       back_to_inbox: "Back to inbox"
1346       message_sent: "Message sent"
1347       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1348     no_such_message:
1349       title: "No such message"
1350       heading: "No such message"
1351       body: "Sorry there is no message with that id."
1352     outbox:
1353       title: "Outbox"
1354       my_inbox: "My %{inbox_link}"
1355       inbox: "inbox"
1356       outbox: "outbox"
1357       messages:
1358         one: "You have %{count} sent message"
1359         other: "You have %{count} sent messages"
1360       to: "To"
1361       subject: "Subject"
1362       date: "Date"
1363       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1364       people_mapping_nearby: "people mapping nearby"
1365     reply:
1366       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."
1367     read:
1368       title: "Read message"
1369       from: "From"
1370       subject: "Subject"
1371       date: "Date"
1372       reply_button: "Reply"
1373       unread_button: "Mark as unread"
1374       back: "Back"
1375       to: "To"
1376       wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please login as the correct user in order to read it."
1377     sent_message_summary:
1378       delete_button: "Delete"
1379     mark:
1380       as_read: "Message marked as read"
1381       as_unread: "Message marked as unread"
1382     delete:
1383       deleted: "Message deleted"
1384   site:
1385     index:
1386       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1387       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1388       permalink: Permalink
1389       shortlink: Shortlink
1390       createnote: Add a note
1391       license:
1392         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1393         license_url: "http://openstreetmap.org/copyright"
1394         project_url: "http://openstreetmap.org"
1395       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1396     edit:
1397       not_public: "You have not set your edits to be public."
1398       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}."
1399       user_page_link: user page
1400       anon_edits: "(%{link})"
1401       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1402       anon_edits_link_text: "Find out why this is the case."
1403       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.'
1404       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.)"
1405       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1406       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1407       id_not_configured: "iD has not been configured"
1408       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1409     sidebar:
1410       search_results: Search Results
1411       close: Close
1412     search:
1413       search: Search
1414       where_am_i: "Where am I?"
1415       where_am_i_title: Describe the current location using the search engine
1416       submit_text: "Go"
1417     key:
1418       table:
1419         entry:
1420           motorway: "Motorway"
1421           trunk: "Trunk road"
1422           primary: "Primary road"
1423           secondary: "Secondary road"
1424           unclassified: "Unclassified road"
1425           unsurfaced: "Unsurfaced road"
1426           track: "Track"
1427           byway: "Byway"
1428           bridleway: "Bridleway"
1429           cycleway: "Cycleway"
1430           footway: "Footway"
1431           rail: "Railway"
1432           subway: "Subway"
1433           tram:
1434             - Light rail
1435             - tram
1436           cable:
1437             - Cable car
1438             - chair lift
1439           runway:
1440             - Airport Runway
1441             - taxiway
1442           apron:
1443             - Airport apron
1444             - terminal
1445           admin: "Administrative boundary"
1446           forest: "Forest"
1447           wood: "Wood"
1448           golf: "Golf course"
1449           park: "Park"
1450           resident: "Residential area"
1451           tourist: "Tourist attraction"
1452           common:
1453             - Common
1454             - meadow
1455           retail: "Retail area"
1456           industrial: "Industrial area"
1457           commercial: "Commercial area"
1458           heathland: "Heathland"
1459           lake:
1460             - Lake
1461             - reservoir
1462           farm: "Farm"
1463           brownfield: "Brownfield site"
1464           cemetery: "Cemetery"
1465           allotments: "Allotments"
1466           pitch: "Sports pitch"
1467           centre: "Sports centre"
1468           reserve: "Nature reserve"
1469           military: "Military area"
1470           school:
1471             - School
1472             - university
1473           building: "Significant building"
1474           station: "Railway station"
1475           summit:
1476             - Summit
1477             - peak
1478           tunnel: "Dashed casing = tunnel"
1479           bridge: "Black casing = bridge"
1480           private: "Private access"
1481           permissive: "Permissive access"
1482           destination: "Destination access"
1483           construction: "Roads under construction"
1484     richtext_area:
1485       edit: Edit
1486       preview: Preview
1487     markdown_help:
1488       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1489       headings: Headings
1490       heading: Heading
1491       subheading: Subheading
1492       unordered: Unordered list
1493       ordered: Ordered list
1494       first: First item
1495       second: Second item
1496       link: Link
1497       text: Text
1498       image: Image
1499       alt: Alt text
1500       url: URL
1501   trace:
1502     visibility:
1503       private: "Private (only shared as anonymous, unordered points)"
1504       public: "Public (shown in trace list and as anonymous, unordered points)"
1505       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1506       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1507     create:
1508       upload_trace: "Upload GPS Trace"
1509       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."
1510     edit:
1511       title: "Editing trace %{name}"
1512       heading: "Editing trace %{name}"
1513       filename: "Filename:"
1514       download: "download"
1515       uploaded_at: "Uploaded:"
1516       points: "Points:"
1517       start_coord: "Start coordinate:"
1518       map: "map"
1519       edit: "edit"
1520       owner: "Owner:"
1521       description: "Description:"
1522       tags: "Tags:"
1523       tags_help: "comma delimited"
1524       save_button: "Save Changes"
1525       visibility: "Visibility:"
1526       visibility_help: "what does this mean?"
1527       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1528     trace_form:
1529       upload_gpx: "Upload GPX File:"
1530       description: "Description:"
1531       tags: "Tags:"
1532       tags_help: "comma delimited"
1533       visibility: "Visibility:"
1534       visibility_help: "what does this mean?"
1535       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1536       upload_button: "Upload"
1537       help: "Help"
1538       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1539     trace_header:
1540       upload_trace: "Upload a trace"
1541       see_all_traces: "See all traces"
1542       see_your_traces: "See your traces"
1543       traces_waiting:
1544         one: "You have %{count} trace waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
1545         other: "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."
1546     trace_optionals:
1547       tags: "Tags"
1548     view:
1549       title: "Viewing trace %{name}"
1550       heading: "Viewing trace %{name}"
1551       pending: "PENDING"
1552       filename: "Filename:"
1553       download: "download"
1554       uploaded: "Uploaded:"
1555       points: "Points:"
1556       start_coordinates: "Start coordinate:"
1557       map: "map"
1558       edit: "edit"
1559       owner: "Owner:"
1560       description: "Description:"
1561       tags: "Tags:"
1562       none: "None"
1563       edit_track: "Edit this trace"
1564       delete_track: "Delete this trace"
1565       trace_not_found: "Trace not found!"
1566       visibility: "Visibility:"
1567     trace_paging_nav:
1568       showing_page: "Page %{page}"
1569       older: "Older Traces"
1570       newer: "Newer Traces"
1571     trace:
1572       pending: "PENDING"
1573       count_points: "%{count} points"
1574       ago: "%{time_in_words_ago} ago"
1575       more: "more"
1576       trace_details: "View Trace Details"
1577       view_map: "View Map"
1578       edit: "edit"
1579       edit_map: "Edit Map"
1580       public: "PUBLIC"
1581       identifiable: "IDENTIFIABLE"
1582       private: "PRIVATE"
1583       trackable: "TRACKABLE"
1584       by: "by"
1585       in: "in"
1586       map: "map"
1587     list:
1588       public_traces: "Public GPS traces"
1589       your_traces: "Your GPS traces"
1590       public_traces_from: "Public GPS traces from %{user}"
1591       description: "Browse recent GPS track uploads"
1592       tagged_with: " tagged with %{tags}"
1593       empty_html: "Nothing here yet. <a href='%{upload_link}'>Upload a new trace</a> or learn more about GPS tracing on the <a href='http://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
1594     delete:
1595       scheduled_for_deletion: "Trace scheduled for deletion"
1596     make_public:
1597       made_public: "Trace made public"
1598     offline_warning:
1599       message: "The GPX file upload system is currently unavailable"
1600     offline:
1601       heading: "GPX Storage Offline"
1602       message: "The GPX file storage and upload system is currently unavailable."
1603     georss:
1604       title: "OpenStreetMap GPS Traces"
1605     description:
1606       description_with_count:
1607         one: "GPX file with %{count} point from %{user}"
1608         other: "GPX file with %{count} points from %{user}"
1609       description_without_count: "GPX file from %{user}"
1610   application:
1611     require_cookies:
1612       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1613     require_moderator:
1614       not_a_moderator: "You need to be a moderator to perform that action."
1615     setup_user_auth:
1616       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1617       need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them."
1618   oauth:
1619     oauthorize:
1620       request_access: "The application %{app_name} is requesting access to your account, %{user}. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
1621       allow_to: "Allow the client application to:"
1622       allow_read_prefs:  "read your user preferences."
1623       allow_write_prefs: "modify your user preferences."
1624       allow_write_diary: "create diary entries, comments and make friends."
1625       allow_write_api:   "modify the map."
1626       allow_read_gpx:    "read your private GPS traces."
1627       allow_write_gpx:   "upload GPS traces."
1628       allow_write_notes: "modify notes."
1629     revoke:
1630       flash: "You've revoked the token for %{application}"
1631   oauth_clients:
1632     new:
1633       title: "Register a new application"
1634       submit: "Register"
1635     edit:
1636       title: "Edit your application"
1637       submit: "Edit"
1638     show:
1639       title: "OAuth details for %{app_name}"
1640       key: "Consumer Key:"
1641       secret: "Consumer Secret:"
1642       url: "Request Token URL:"
1643       access_url: "Access Token URL:"
1644       authorize_url: "Authorise URL:"
1645       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1646       edit: "Edit Details"
1647       delete: "Delete Client"
1648       confirm: "Are you sure?"
1649       requests: "Requesting the following permissions from the user:"
1650       allow_read_prefs:  "read their user preferences."
1651       allow_write_prefs: "modify their user preferences."
1652       allow_write_diary: "create diary entries, comments and make friends."
1653       allow_write_api:   "modify the map."
1654       allow_read_gpx:    "read their private GPS traces."
1655       allow_write_gpx:   "upload GPS traces."
1656       allow_write_notes: "modify notes."
1657     index:
1658       title: "My OAuth Details"
1659       my_tokens: "My Authorised Applications"
1660       list_tokens: "The following tokens have been issued to applications in your name:"
1661       application: "Application Name"
1662       issued_at: "Issued At"
1663       revoke: "Revoke!"
1664       my_apps: "My Client Applications"
1665       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."
1666       registered_apps: "You have the following client applications registered:"
1667       register_new: "Register your application"
1668     form:
1669       name: "Name"
1670       required: "Required"
1671       url: "Main Application URL"
1672       callback_url: "Callback URL"
1673       support_url: "Support URL"
1674       requests: "Request the following permissions from the user:"
1675       allow_read_prefs:  "read their user preferences."
1676       allow_write_prefs: "modify their user preferences."
1677       allow_write_diary: "create diary entries, comments and make friends."
1678       allow_write_api:   "modify the map."
1679       allow_read_gpx:    "read their private GPS traces."
1680       allow_write_gpx:   "upload GPS traces."
1681       allow_write_notes: "modify notes."
1682     not_found:
1683       sorry: "Sorry, that %{type} could not be found."
1684     create:
1685       flash: "Registered the information successfully"
1686     update:
1687       flash: "Updated the client information successfully"
1688     destroy:
1689       flash: "Destroyed the client application registration"
1690   user:
1691     login:
1692       title: "Login"
1693       heading: "Login"
1694       email or username: "Email Address or Username:"
1695       password: "Password:"
1696       openid: "%{logo} OpenID:"
1697       remember: "Remember me"
1698       lost password link: "Lost your password?"
1699       login_button: "Login"
1700       register now: Register now
1701       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1702       with openid: "Alternatively, use OpenID to login:"
1703       new to osm: New to OpenStreetMap?
1704       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1705       create account minute: Create an account. It only takes a minute.
1706       no account: Don't have an account?
1707       account not active: "Sorry, your account is not active yet.<br />Please use the link in the account confirmation email to activate your account, or <a href=\"%{reconfirm}\">request a new confirmation email</a>."
1708       account is suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the <a href="%{webmaster}">webmaster</a> if you wish to discuss this.
1709       auth failure: "Sorry, could not log in with those details."
1710       openid missing provider: "Sorry, could not contact your OpenID provider"
1711       openid invalid: "Sorry, your OpenID seems to be malformed"
1712       openid_logo_alt: "Log in with an OpenID"
1713       openid_providers:
1714         openid:
1715           title: Login with OpenID
1716           alt: Login with an OpenID URL
1717         google:
1718           title: Login with Google
1719           alt: Login with a Google OpenID
1720         yahoo:
1721           title: Login with Yahoo
1722           alt: Login with a Yahoo OpenID
1723         myopenid:
1724           title: Login with myOpenID
1725           alt: Login with a myOpenID OpenID
1726         wordpress:
1727           title: Login with Wordpress
1728           alt: Login with a Wordpress OpenID
1729         aol:
1730           title: Login with AOL
1731           alt: Login with an AOL OpenID
1732     logout:
1733       title: "Logout"
1734       heading: "Logout from OpenStreetMap"
1735       logout_button: "Logout"
1736     lost_password:
1737       title: "Lost password"
1738       heading: "Forgotten Password?"
1739       email address: "Email Address:"
1740       new password button: "Reset password"
1741       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."
1742       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1743       notice email cannot find: "Could not find that email address, sorry."
1744     reset_password:
1745       title: "Reset password"
1746       heading: "Reset Password for %{user}"
1747       password: "Password:"
1748       confirm password: "Confirm Password:"
1749       reset: "Reset Password"
1750       flash changed: "Your password has been changed."
1751       flash token bad: "Did not find that token, check the URL maybe?"
1752     new:
1753       title: "Sign Up"
1754       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1755       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.'
1756       about:
1757         header: Free and editable
1758         html: |
1759           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1760           and it's free for anyone to fix, update, download and use.</p>
1761           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1762       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>.'
1763       email address: "Email Address:"
1764       confirm email address: "Confirm Email Address:"
1765       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>)'
1766       display name: "Display Name:"
1767       display name description: "Your publicly displayed username. You can change this later in the preferences."
1768       openid: "%{logo} OpenID:"
1769       password: "Password:"
1770       confirm password: "Confirm Password:"
1771       use openid: "Alternatively, use %{logo} OpenID to login"
1772       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1773       openid association: |
1774         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1775         <ul>
1776           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1777           <li>
1778             If you already have an account, you can login to your account
1779             using your username and password and then associate the account
1780             with your OpenID in your user settings.
1781           </li>
1782         </ul>
1783       continue: Sign Up
1784       terms accepted: "Thanks for accepting the new contributor terms!"
1785       terms declined: "We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see <a href=\"%{url}\">this wiki page</a>."
1786       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1787     terms:
1788       title: "Contributor terms"
1789       heading: "Contributor terms"
1790       read and accept: "Please read the agreement and press the agree button to confirm that you accept the terms of this agreement for your existing and future contributions."
1791       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1792       consider_pd_why: "what's this?"
1793       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1794       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1795       agree: Agree
1796       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1797       decline: "Decline"
1798       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1799       legale_select: "Country of residence:"
1800       legale_names:
1801         france: "France"
1802         italy: "Italy"
1803         rest_of_world: "Rest of the world"
1804     no_such_user:
1805       title: "No such user"
1806       heading: "The user %{user} does not exist"
1807       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1808     view:
1809       my diary: My Diary
1810       new diary entry: new diary entry
1811       my edits: My Edits
1812       my traces: My Traces
1813       my notes: My Notes
1814       my profile: My Profile
1815       my settings: My Settings
1816       my comments: My Comments
1817       oauth settings: oauth settings
1818       blocks on me: Blocks on Me
1819       blocks by me: Blocks by Me
1820       send message: Send Message
1821       diary: Diary
1822       edits: Edits
1823       traces: Traces
1824       notes: Map Notes
1825       remove as friend: Unfriend
1826       add as friend: Add Friend
1827       mapper since: "Mapper since:"
1828       ago: "(%{time_in_words_ago} ago)"
1829       ct status: "Contributor terms:"
1830       ct undecided: Undecided
1831       ct declined: Declined
1832       ct accepted: Accepted %{ago} ago
1833       latest edit: "Latest edit %{ago}:"
1834       email address: "Email address:"
1835       created from: "Created from:"
1836       status: "Status:"
1837       spam score: "Spam Score:"
1838       description: Description
1839       user location: User location
1840       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1841       settings_link_text: settings
1842       your friends: Your friends
1843       no friends: You have not added any friends yet.
1844       km away: "%{count}km away"
1845       m away: "%{count}m away"
1846       nearby users: "Other nearby users"
1847       no nearby users: "There are no other users who admit to mapping nearby yet."
1848       role:
1849         administrator: "This user is an administrator"
1850         moderator: "This user is a moderator"
1851         grant:
1852           administrator: "Grant administrator access"
1853           moderator: "Grant moderator access"
1854         revoke:
1855           administrator: "Revoke administrator access"
1856           moderator: "Revoke moderator access"
1857       block_history: "blocks received"
1858       moderator_history: "blocks given"
1859       comments: "Comments"
1860       create_block: "block this user"
1861       activate_user: "activate this user"
1862       deactivate_user: "deactivate this user"
1863       confirm_user: "confirm this user"
1864       hide_user: "hide this user"
1865       unhide_user: "unhide this user"
1866       delete_user: "delete this user"
1867       confirm: "Confirm"
1868       friends_changesets: "friends' changesets"
1869       friends_diaries: "friends' diary entries"
1870       nearby_changesets: "nearby user changesets"
1871       nearby_diaries: "nearby user diary entries"
1872     popup:
1873       your location: "Your location"
1874       nearby mapper: "Nearby mapper"
1875       friend: "Friend"
1876     account:
1877       title: "Edit account"
1878       my settings: My settings
1879       current email address: "Current Email Address:"
1880       new email address: "New Email Address:"
1881       email never displayed publicly: "(never displayed publicly)"
1882       openid:
1883         openid: "OpenID:"
1884         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1885         link text: "what is this?"
1886       public editing:
1887         heading: "Public editing:"
1888         enabled: "Enabled. Not anonymous and can edit data."
1889         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1890         enabled link text: "what is this?"
1891         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1892         disabled link text: "why can't I edit?"
1893       public editing note:
1894         heading: "Public editing"
1895         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>"
1896       contributor terms:
1897         heading: "Contributor Terms:"
1898         agreed: "You have agreed to the new Contributor Terms."
1899         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1900         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1901         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1902         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1903         link text: "what is this?"
1904       profile description: "Profile Description:"
1905       preferred languages: "Preferred Languages:"
1906       preferred editor: "Preferred Editor:"
1907       image: "Image:"
1908       gravatar:
1909         gravatar: "Use Gravatar"
1910         link: "http://wiki.openstreetmap.org/wiki/Gravatar"
1911         link text: "what is this?"
1912       new image: "Add an image"
1913       keep image: "Keep the current image"
1914       delete image: "Remove the current image"
1915       replace image: "Replace the current image"
1916       image size hint: "(square images at least 100x100 work best)"
1917       home location: "Home Location:"
1918       no home location: "You have not entered your home location."
1919       latitude: "Latitude:"
1920       longitude: "Longitude:"
1921       update home location on click: "Update home location when I click on the map?"
1922       save changes button: Save Changes
1923       make edits public button: Make all my edits public
1924       return to profile: Return to profile
1925       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1926       flash update success: "User information updated successfully."
1927     confirm:
1928       heading: Check your email!
1929       introduction_1: |
1930         We sent you a confirmation email.
1931       introduction_2: |
1932         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1933       press confirm button: "Press the confirm button below to activate your account."
1934       button: Confirm
1935       already active: "This account has already been confirmed."
1936       unknown token: "That confirmation code has expired or does not exist."
1937       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1938     confirm_resend:
1939       success: "We've sent a new confirmation note to %{email} and as soon as you confirm your account you'll be able to get mapping.<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."
1940       failure: "User %{name} not found."
1941     confirm_email:
1942       heading: Confirm a change of email address
1943       press confirm button: "Press the confirm button below to confirm your new email address."
1944       button: Confirm
1945       success: "Confirmed your email address, thanks for signing up!"
1946       failure: "An email address has already been confirmed with this token."
1947     set_home:
1948       flash success: "Home location saved successfully"
1949     go_public:
1950       flash success: "All your edits are now public, and you are now allowed to edit."
1951     make_friend:
1952       heading: "Add %{user} as a friend?"
1953       button: "Add as friend"
1954       success: "%{name} is now your friend!"
1955       failed: "Sorry, failed to add %{name} as a friend."
1956       already_a_friend: "You are already friends with %{name}."
1957     remove_friend:
1958       heading: "Unfriend %{user}?"
1959       button: "Unfriend"
1960       success: "%{name} was removed from your friends."
1961       not_a_friend: "%{name} is not one of your friends."
1962     filter:
1963       not_an_administrator: "You need to be an administrator to perform that action."
1964     list:
1965       title: Users
1966       heading: Users
1967       showing:
1968         one: Page %{page} (%{first_item} of %{items})
1969         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1970       summary: "%{name} created from %{ip_address} on %{date}"
1971       summary_no_ip: "%{name} created on %{date}"
1972       confirm: Confirm Selected Users
1973       hide: Hide Selected Users
1974       empty: No matching users found
1975     suspended:
1976       title: Account Suspended
1977       heading: Account Suspended
1978       webmaster: webmaster
1979       body: |
1980         <p>
1981           Sorry, your account has been automatically suspended due to
1982           suspicious activity.
1983         </p>
1984         <p>
1985           This decision will be reviewed by an administrator shortly, or
1986           you may contact the %{webmaster} if you wish to discuss this.
1987         </p>
1988   user_role:
1989     filter:
1990       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1991       not_a_role: "The string `%{role}' is not a valid role."
1992       already_has_role: "The user already has role %{role}."
1993       doesnt_have_role: "The user does not have role %{role}."
1994     grant:
1995       title: Confirm role granting
1996       heading: Confirm role granting
1997       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1998       confirm: "Confirm"
1999       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2000     revoke:
2001       title: Confirm role revoking
2002       heading: Confirm role revoking
2003       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2004       confirm: "Confirm"
2005       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2006   user_block:
2007     model:
2008       non_moderator_update: "Must be a moderator to create or update a block."
2009       non_moderator_revoke: "Must be a moderator to revoke a block."
2010     not_found:
2011       sorry: "Sorry, the user block with ID %{id} could not be found."
2012       back: "Back to index"
2013     new:
2014       title: "Creating block on %{name}"
2015       heading: "Creating block on %{name}"
2016       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."
2017       period: "How long, starting now, the user will be blocked from the API for."
2018       submit: "Create block"
2019       tried_contacting: "I have contacted the user and asked them to stop."
2020       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2021       needs_view: "User needs to log in before this block will be cleared"
2022       back: "View all blocks"
2023     edit:
2024       title: "Editing block on %{name}"
2025       heading: "Editing block on %{name}"
2026       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."
2027       period: "How long, starting now, the user will be blocked from the API for."
2028       submit: "Update block"
2029       show: "View this block"
2030       back: "View all blocks"
2031       needs_view: "Does the user need to log in before this block will be cleared?"
2032     filter:
2033       block_expired: "The block has already expired and cannot be edited."
2034       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2035     create:
2036       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2037       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2038       flash: "Created a block on user %{name}."
2039     update:
2040       only_creator_can_edit: "Only the moderator who created this block can edit it."
2041       success: "Block updated."
2042     index:
2043       title: "User blocks"
2044       heading: "List of user blocks"
2045       empty: "No blocks have been made yet."
2046     revoke:
2047       title: "Revoking block on %{block_on}"
2048       heading: "Revoking block on %{block_on} by %{block_by}"
2049       time_future: "This block will end in %{time}."
2050       past: "This block ended %{time} ago and cannot be revoked now."
2051       confirm: "Are you sure you wish to revoke this block?"
2052       revoke: "Revoke!"
2053       flash: "This block has been revoked."
2054     period:
2055       one: "1 hour"
2056       other: "%{count} hours"
2057     partial:
2058       show: "Show"
2059       edit: "Edit"
2060       revoke: "Revoke!"
2061       confirm: "Are you sure?"
2062       display_name: "Blocked User"
2063       creator_name: "Creator"
2064       reason: "Reason for block"
2065       status: "Status"
2066       revoker_name: "Revoked by"
2067       not_revoked: "(not revoked)"
2068       showing_page: "Page %{page}"
2069       next: "Next »"
2070       previous: "« Previous"
2071     helper:
2072       time_future: "Ends in %{time}."
2073       until_login: "Active until the user logs in."
2074       time_past: "Ended %{time} ago."
2075     blocks_on:
2076       title: "Blocks on %{name}"
2077       heading: "List of blocks on %{name}"
2078       empty: "%{name} has not been blocked yet."
2079     blocks_by:
2080       title: "Blocks by %{name}"
2081       heading: "List of blocks by %{name}"
2082       empty: "%{name} has not made any blocks yet."
2083     show:
2084       title: "%{block_on} blocked by %{block_by}"
2085       heading: "%{block_on} blocked by %{block_by}"
2086       time_future: "Ends in %{time}"
2087       time_past: "Ended %{time} ago"
2088       status: "Status"
2089       show: "Show"
2090       edit: "Edit"
2091       revoke: "Revoke!"
2092       confirm: "Are you sure?"
2093       reason: "Reason for block:"
2094       back: "View all blocks"
2095       revoker: "Revoker:"
2096       needs_view: "The user needs to log in before this block will be cleared."
2097   note:
2098     description:
2099       opened_at_html: "Created %{when} ago"
2100       opened_at_by_html: "Created %{when} ago by %{user}"
2101       commented_at_html: "Updated %{when} ago"
2102       commented_at_by_html: "Updated %{when} ago by %{user}"
2103       closed_at_html: "Resolved %{when} ago"
2104       closed_at_by_html: "Resolved %{when} ago by %{user}"
2105       reopened_at_html: "Reactivated %{when} ago"
2106       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2107     rss:
2108       title: "OpenStreetMap Notes"
2109       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2110       description_item: "An rss feed for note %{id}"
2111       opened: "new note (near %{place})"
2112       commented: "new comment (near %{place})"
2113       closed: "closed note (near %{place})"
2114       reopened: "reactivated note (near %{place})"
2115     entry:
2116       comment: Comment
2117       full: Full note
2118     mine:
2119       title: "Notes submitted or commented on by %{user}"
2120       heading: "%{user}'s notes"
2121       subheading: "Notes submitted or commented on by %{user}"
2122       id: "Id"
2123       creator: "Creator"
2124       description: "Description"
2125       created_at: "Created at"
2126       last_changed: "Last changed"
2127       ago_html: "%{when} ago"
2128   javascripts:
2129     close: Close
2130     share:
2131       title: "Share"
2132       cancel: "Cancel"
2133       image: "Image"
2134       link: "Link or HTML"
2135       long_link: "Link"
2136       short_link: "Short Link"
2137       embed: "HTML"
2138       custom_dimensions: "Set custom dimensions"
2139       format: "Format:"
2140       scale: "Scale:"
2141       image_size: "Image will show standard layer at "
2142       download: "Download"
2143       short_url: "Short URL"
2144       include_marker: "Include marker"
2145       center_marker: "Center map on marker"
2146       paste_html: "Paste HTML to embed in website"
2147       view_larger_map: "View Larger Map"
2148     key:
2149       title: "Map Key"
2150       tooltip: "Map Key"
2151       tooltip_disabled: "Map Key available only for Standard layer"
2152     map:
2153       zoom:
2154         in: Zoom In
2155         out: Zoom Out
2156       locate:
2157         title: Show My Location
2158         popup: You are within {distance} {unit} of this point
2159       base:
2160         standard: Standard
2161         cycle_map: Cycle Map
2162         transport_map: Transport Map
2163         mapquest: MapQuest Open
2164         hot: Humanitarian
2165       layers:
2166         header: Map Layers
2167         notes: Map Notes
2168         data: Map Data
2169         overlays: Enable overlays for troubleshooting the map
2170         title: "Layers"
2171       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2172     site:
2173       edit_tooltip: Edit the map
2174       edit_disabled_tooltip: Zoom in to edit the map
2175       createnote_tooltip: Add a note to the map
2176       createnote_disabled_tooltip: Zoom in to add a note to the map
2177     notes:
2178       new:
2179         intro: "In order to improve the map the information you enter is shown to other mappers, so please be as descriptive and precise as possible when moving the marker to the correct position and entering your note below."
2180         add: Add Note
2181       show:
2182         permalink: Permalink
2183         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2184         opened_by: "created by <a href='%{user_url}'>%{user}</a> at %{time}"
2185         opened_by_anonymous: "created by anonymous at %{time}"
2186         commented_by: "comment from <a href='%{user_url}'>%{user}</a> at %{time}"
2187         commented_by_anonymous: "comment from anonymous at %{time}"
2188         closed_by: "resolved by <a href='%{user_url}'>%{user}</a> at %{time}"
2189         closed_by_anonymous: "resolved by anonymous at %{time}"
2190         reopened_by: "reactivated by <a href='%{user_url}'>%{user}</a> at %{time}"
2191         reopened_by_anonymous: "reactivated by anonymous at %{time}"
2192         hide: Hide
2193         resolve: Resolve
2194         reactivate: Reactivate
2195         comment_and_resolve: Comment & Resolve
2196         comment: Comment
2197     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2198   redaction:
2199     edit:
2200       description: "Description"
2201       heading: "Edit redaction"
2202       submit: "Save redaction"
2203       title: "Edit redaction"
2204     index:
2205       empty: "No redactions to show."
2206       heading: "List of redactions"
2207       title: "List of redactions"
2208     new:
2209       description: "Description"
2210       heading: "Enter information for new redaction"
2211       submit: "Create redaction"
2212       title: "Creating new redaction"
2213     show:
2214       description: "Description:"
2215       heading: "Showing redaction \"%{title}\""
2216       title: "Showing redaction"
2217       user: "Creator:"
2218       edit: "Edit this redaction"
2219       destroy: "Remove this redaction"
2220       confirm: "Are you sure?"
2221     create:
2222       flash: "Redaction created."
2223     update:
2224       flash: "Changes saved."
2225     destroy:
2226       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2227       flash: "Redaction destroyed."
2228       error: "There was an error destroying this redaction."