]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Merge remote-tracking branch 'upstream/pull/2597'
[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   helpers:
9     submit:
10       diary_comment:
11         create: Save
12       diary_entry:
13         create: "Publish"
14         update: "Update"
15       issue_comment:
16         create: Add Comment
17       message:
18         create: Send
19       client_application:
20         create: Register
21         update: Edit
22       redaction:
23         create: Create redaction
24         update: Save redaction
25       trace:
26         create: Upload
27         update: Save Changes
28       user_block:
29         create: Create block
30         update: Update block
31   activerecord:
32     errors:
33       messages:
34         invalid_email_address: does not appear to be a valid e-mail address
35         email_address_not_routable: is not routable
36     # Translates all the model names, which is used in error handling on the web site
37     models:
38       acl: "Access Control List"
39       changeset: "Changeset"
40       changeset_tag: "Changeset Tag"
41       country: "Country"
42       diary_comment: "Diary Comment"
43       diary_entry: "Diary Entry"
44       friend: "Friend"
45       issue: "Issue"
46       language: "Language"
47       message: "Message"
48       node: "Node"
49       node_tag: "Node Tag"
50       notifier: "Notifier"
51       old_node: "Old Node"
52       old_node_tag: "Old Node Tag"
53       old_relation: "Old Relation"
54       old_relation_member: "Old Relation Member"
55       old_relation_tag: "Old Relation Tag"
56       old_way: "Old Way"
57       old_way_node: "Old Way Node"
58       old_way_tag: "Old Way Tag"
59       relation: "Relation"
60       relation_member: "Relation Member"
61       relation_tag: "Relation Tag"
62       report: "Report"
63       session: "Session"
64       trace: "Trace"
65       tracepoint: "Trace Point"
66       tracetag: "Trace Tag"
67       user: "User"
68       user_preference: "User Preference"
69       user_token: "User Token"
70       way: "Way"
71       way_node: "Way Node"
72       way_tag: "Way Tag"
73     # Translates all the model attributes, which is used in error handling on the web site
74     # Only the ones that are used on the web site are translated at the moment
75     attributes:
76       diary_comment:
77         body: "Body"
78       diary_entry:
79         user: "User"
80         title: "Subject"
81         latitude: "Latitude"
82         longitude: "Longitude"
83         language: "Language"
84       friend:
85         user: "User"
86         friend: "Friend"
87       trace:
88         user: "User"
89         visible: "Visible"
90         name: "Name"
91         size: "Size"
92         latitude: "Latitude"
93         longitude: "Longitude"
94         public: "Public"
95         description: "Description"
96       message:
97         sender: "Sender"
98         title: "Subject"
99         body: "Body"
100         recipient: "Recipient"
101       user:
102         email: "Email"
103         active: "Active"
104         display_name: "Display Name"
105         description: "Description"
106         languages: "Languages"
107         pass_crypt: "Password"
108   datetime:
109     distance_in_words_ago:
110       about_x_hours:
111         one: about 1 hour ago
112         other: about %{count} hours ago
113       about_x_months:
114         one: about 1 month ago
115         other: about %{count} months ago
116       about_x_years:
117         one: about 1 year ago
118         other: about %{count} years ago
119       almost_x_years:
120         one: almost 1 year ago
121         other: almost %{count} years ago
122       half_a_minute: half a minute ago
123       less_than_x_seconds:
124         one: less than 1 second ago
125         other: less than %{count} seconds ago
126       less_than_x_minutes:
127         one: less than a minute ago
128         other: less than %{count} minutes ago
129       over_x_years:
130         one: over 1 year ago
131         other: over %{count} years ago
132       x_seconds:
133         one: 1 second ago
134         other: "%{count} seconds ago"
135       x_minutes:
136         one: 1 minute ago
137         other: "%{count} minutes ago"
138       x_days:
139         one: 1 day ago
140         other: "%{count} days ago"
141       x_months:
142         one: 1 month ago
143         other: "%{count} months ago"
144       x_years:
145         one: 1 year ago
146         other: "%{count} years ago"
147   printable_name:
148     with_id: "%{id}"
149     with_version: "%{id}, v%{version}"
150     with_name_html: "%{name} (%{id})"
151   editor:
152     default: "Default (currently %{name})"
153     potlatch:
154       name: "Potlatch 1"
155       description: "Potlatch 1 (in-browser editor)"
156     id:
157       name: "iD"
158       description: "iD (in-browser editor)"
159     potlatch2:
160       name: "Potlatch 2"
161       description: "Potlatch 2 (in-browser editor)"
162     remote:
163       name: "Remote Control"
164       description: "Remote Control (JOSM or Merkaartor)"
165   auth:
166     providers:
167       none: None
168       openid: OpenID
169       google: Google
170       facebook: Facebook
171       windowslive: Windows Live
172       github: GitHub
173       wikipedia: Wikipedia
174   api:
175     notes:
176       comment:
177         opened_at_html: "Created %{when}"
178         opened_at_by_html: "Created %{when} by %{user}"
179         commented_at_html: "Updated %{when}"
180         commented_at_by_html: "Updated %{when} by %{user}"
181         closed_at_html: "Resolved %{when}"
182         closed_at_by_html: "Resolved %{when} by %{user}"
183         reopened_at_html: "Reactivated %{when}"
184         reopened_at_by_html: "Reactivated %{when} by %{user}"
185       rss:
186         title: "OpenStreetMap Notes"
187         description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
188         description_item: "An rss feed for note %{id}"
189         opened: "new note (near %{place})"
190         commented: "new comment (near %{place})"
191         closed: "closed note (near %{place})"
192         reopened: "reactivated note (near %{place})"
193       entry:
194         comment: Comment
195         full: Full note
196   browse:
197     created: "Created"
198     closed: "Closed"
199     created_html: "Created <abbr title='%{title}'>%{time}</abbr>"
200     closed_html: "Closed <abbr title='%{title}'>%{time}</abbr>"
201     created_by_html: "Created <abbr title='%{title}'>%{time}</abbr> by %{user}"
202     deleted_by_html: "Deleted <abbr title='%{title}'>%{time}</abbr> by %{user}"
203     edited_by_html: "Edited <abbr title='%{title}'>%{time}</abbr> by %{user}"
204     closed_by_html: "Closed <abbr title='%{title}'>%{time}</abbr> by %{user}"
205     version: "Version"
206     in_changeset: "Changeset"
207     anonymous: "anonymous"
208     no_comment: "(no comment)"
209     part_of: "Part of"
210     download_xml: "Download XML"
211     view_history: "View History"
212     view_details: "View Details"
213     location: "Location:"
214     changeset:
215       title: "Changeset: %{id}"
216       belongs_to: "Author"
217       node: "Nodes (%{count})"
218       node_paginated: "Nodes (%{x}-%{y} of %{count})"
219       way: "Ways (%{count})"
220       way_paginated: "Ways (%{x}-%{y} of %{count})"
221       relation: "Relations (%{count})"
222       relation_paginated: "Relations (%{x}-%{y} of %{count})"
223       comment: "Comments (%{count})"
224       hidden_commented_by: "Hidden comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
225       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
226       changesetxml: "Changeset XML"
227       osmchangexml: "osmChange XML"
228       feed:
229         title: "Changeset %{id}"
230         title_comment: "Changeset %{id} - %{comment}"
231       join_discussion: "Log in to join the discussion"
232       discussion: Discussion
233       still_open: "Changeset still open - discussion will open once the changeset is closed."
234     node:
235       title_html: "Node: %{name}"
236       history_title_html: "Node History: %{name}"
237     way:
238       title_html: "Way: %{name}"
239       history_title_html: "Way History: %{name}"
240       nodes: "Nodes"
241       also_part_of_html:
242         one: "part of way %{related_ways}"
243         other: "part of ways %{related_ways}"
244     relation:
245       title_html: "Relation: %{name}"
246       history_title_html: "Relation History: %{name}"
247       members: "Members"
248     relation_member:
249       entry_html: "%{type} %{name}"
250       entry_role_html: "%{type} %{name} as %{role}"
251       type:
252         node: "Node"
253         way: "Way"
254         relation: "Relation"
255     containing_relation:
256       entry_html: "Relation %{relation_name}"
257       entry_role_html: "Relation %{relation_name} (as %{relation_role})"
258     not_found:
259       sorry: "Sorry, %{type} #%{id} could not be found."
260       type:
261         node: node
262         way: way
263         relation: relation
264         changeset: changeset
265         note: note
266     timeout:
267       sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
268       type:
269         node: node
270         way: way
271         relation: relation
272         changeset: changeset
273         note: note
274     redacted:
275       redaction: "Redaction %{id}"
276       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
277       type:
278         node: "node"
279         way: "way"
280         relation: "relation"
281     start_rjs:
282       feature_warning: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
283       load_data: "Load Data"
284       loading: "Loading..."
285     tag_details:
286       tags: "Tags"
287       wiki_link:
288         key: "The wiki description page for the %{key} tag"
289         tag: "The wiki description page for the %{key}=%{value} tag"
290       wikidata_link: "The %{page} item on Wikidata"
291       wikipedia_link: "The %{page} article on Wikipedia"
292       wikimedia_commons_link: "The %{page} item on Wikimedia Commons"
293       telephone_link: "Call %{phone_number}"
294       colour_preview: "Colour %{colour_value} preview"
295     note:
296       title: "Note: %{id}"
297       new_note: "New Note"
298       description: "Description"
299       open_title: "Unresolved note #%{note_name}"
300       closed_title: "Resolved note #%{note_name}"
301       hidden_title: "Hidden note #%{note_name}"
302       opened_by: "Created by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
303       opened_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
304       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
305       commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
306       closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
307       closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
308       reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
309       reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
310       hidden_by: "Hidden by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
311       report: Report this note
312     query:
313       title: "Query Features"
314       introduction: "Click on the map to find nearby features."
315       nearby: "Nearby features"
316       enclosing: "Enclosing features"
317   changesets:
318     changeset_paging_nav:
319       showing_page: "Page %{page}"
320       next: "Next »"
321       previous: "« Previous"
322     changeset:
323       anonymous: "Anonymous"
324       no_edits: "(no edits)"
325       view_changeset_details: "View changeset details"
326     changesets:
327       id: "ID"
328       saved_at: "Saved at"
329       user: "User"
330       comment: "Comment"
331       area: "Area"
332     index:
333       title: "Changesets"
334       title_user: "Changesets by %{user}"
335       title_friend: "Changesets by my friends"
336       title_nearby: "Changesets by nearby users"
337       empty: "No changesets found."
338       empty_area: "No changesets in this area."
339       empty_user: "No changesets by this user."
340       no_more: "No more changesets found."
341       no_more_area: "No more changesets in this area."
342       no_more_user: "No more changesets by this user."
343       load_more: "Load more"
344     timeout:
345       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
346   changeset_comments:
347     comment:
348       comment: "New comment on changeset #%{changeset_id} by %{author}"
349       commented_at_by_html: "Updated %{when} by %{user}"
350     comments:
351       comment: "New comment on changeset #%{changeset_id} by %{author}"
352     index:
353       title_all: OpenStreetMap changeset discussion
354       title_particular: "OpenStreetMap changeset #%{changeset_id} discussion"
355     timeout:
356       sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
357   diary_entries:
358     new:
359       title: New Diary Entry
360     form:
361       subject: "Subject:"
362       body: "Body:"
363       language: "Language:"
364       location: "Location:"
365       latitude: "Latitude:"
366       longitude: "Longitude:"
367       use_map_link: "use map"
368     index:
369       title: "Users' diaries"
370       title_friends: "Friends' diaries"
371       title_nearby: "Nearby Users' diaries"
372       user_title: "%{user}'s diary"
373       in_language_title: "Diary Entries in %{language}"
374       new: New Diary Entry
375       new_title: Compose a new entry in my user diary
376       no_entries: No diary entries
377       recent_entries: "Recent diary entries"
378       older_entries: Older Entries
379       newer_entries: Newer Entries
380     edit:
381       title: Edit Diary Entry
382       marker_text: Diary entry location
383     show:
384       title: "%{user}'s diary | %{title}"
385       user_title: "%{user}'s diary"
386       leave_a_comment: "Leave a comment"
387       login_to_leave_a_comment_html: "%{login_link} to leave a comment"
388       login: "Login"
389     no_such_entry:
390       title: "No such diary entry"
391       heading: "No entry with the id: %{id}"
392       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."
393     diary_entry:
394       posted_by_html: "Posted by %{link_user} on %{created} in %{language_link}"
395       comment_link: Comment on this entry
396       reply_link: Reply to this entry
397       comment_count:
398         zero: No comments
399         one: "%{count} comment"
400         other: "%{count} comments"
401       edit_link: Edit this entry
402       hide_link: Hide this entry
403       unhide_link: Unhide this entry
404       confirm: Confirm
405       report: Report this entry
406     diary_comment:
407       comment_from_html: "Comment from %{link_user} on %{comment_created_at}"
408       hide_link: Hide this comment
409       unhide_link: Unhide this comment
410       confirm: Confirm
411       report: Report this comment
412     location:
413       location: "Location:"
414       view: "View"
415       edit: "Edit"
416     feed:
417       user:
418         title: "OpenStreetMap diary entries for %{user}"
419         description: "Recent OpenStreetMap diary entries from %{user}"
420       language:
421         title: "OpenStreetMap diary entries in %{language_name}"
422         description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
423       all:
424         title: "OpenStreetMap diary entries"
425         description: "Recent diary entries from users of OpenStreetMap"
426     comments:
427       has_commented_on: "%{display_name} has commented on the following diary entries"
428       post: Post
429       when: When
430       comment: Comment
431       newer_comments: "Newer Comments"
432       older_comments: "Older Comments"
433   geocoder:
434     search:
435       title:
436         latlon_html: 'Results from <a href="https://openstreetmap.org/">Internal</a>'
437         ca_postcode_html: 'Results from <a href="https://geocoder.ca/">Geocoder.CA</a>'
438         osm_nominatim_html: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
439         geonames_html: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
440         osm_nominatim_reverse_html: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
441         geonames_reverse_html: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
442     search_osm_nominatim:
443       prefix_format: "%{name}"
444       prefix:
445         aerialway:
446           cable_car: "Cable Car"
447           chair_lift: "Chair Lift"
448           drag_lift: "Drag Lift"
449           gondola: "Gondola Lift"
450           platter: "Platter Lift"
451           pylon: "Pylon"
452           station: "Aerialway Station"
453           t-bar: "T-Bar Lift"
454         aeroway:
455           aerodrome: "Aerodrome"
456           airstrip: "Airstrip"
457           apron: "Apron"
458           gate: "Gate"
459           hangar: "Hangar"
460           helipad: "Helipad"
461           holding_position: "Holding Position"
462           parking_position: "Parking Position"
463           runway: "Runway"
464           taxiway: "Taxiway"
465           terminal: "Terminal"
466         amenity:
467           animal_shelter: "Animal Shelter"
468           arts_centre: "Arts Centre"
469           atm: "ATM"
470           bank: "Bank"
471           bar: "Bar"
472           bbq: "BBQ"
473           bench: "Bench"
474           bicycle_parking: "Cycle Parking"
475           bicycle_rental: "Cycle Rental"
476           biergarten: "Beer Garden"
477           boat_rental: "Boat Rental"
478           brothel: "Brothel"
479           bureau_de_change: "Bureau de Change"
480           bus_station: "Bus Station"
481           cafe: "Cafe"
482           car_rental: "Car Rental"
483           car_sharing: "Car Sharing"
484           car_wash: "Car Wash"
485           casino: "Casino"
486           charging_station: "Charging Station"
487           childcare: "Childcare"
488           cinema: "Cinema"
489           clinic: "Clinic"
490           clock: "Clock"
491           college: "College"
492           community_centre: "Community Centre"
493           courthouse: "Courthouse"
494           crematorium: "Crematorium"
495           dentist: "Dentist"
496           doctors: "Doctors"
497           drinking_water: "Drinking Water"
498           driving_school: "Driving School"
499           embassy: "Embassy"
500           fast_food: "Fast Food"
501           ferry_terminal: "Ferry Terminal"
502           fire_station: "Fire Station"
503           food_court: "Food Court"
504           fountain: "Fountain"
505           fuel: "Fuel"
506           gambling: "Gambling"
507           grave_yard: "Grave Yard"
508           grit_bin: "Grit Bin"
509           hospital: "Hospital"
510           hunting_stand: "Hunting Stand"
511           ice_cream: "Ice Cream"
512           kindergarten: "Kindergarten"
513           library: "Library"
514           marketplace: "Marketplace"
515           monastery: "Monastery"
516           motorcycle_parking: "Motorcycle Parking"
517           nightclub: "Night Club"
518           nursing_home: "Nursing Home"
519           office: "Office"
520           parking: "Parking"
521           parking_entrance: "Parking Entrance"
522           parking_space: "Parking Space"
523           pharmacy: "Pharmacy"
524           place_of_worship: "Place of Worship"
525           police: "Police"
526           post_box: "Post Box"
527           post_office: "Post Office"
528           preschool: "Pre-School"
529           prison: "Prison"
530           pub: "Pub"
531           public_building: "Public Building"
532           recycling: "Recycling Point"
533           restaurant: "Restaurant"
534           retirement_home: "Retirement Home"
535           sauna: "Sauna"
536           school: "School"
537           shelter: "Shelter"
538           shop: "Shop"
539           shower: "Shower"
540           social_centre: "Social Centre"
541           social_club: "Social Club"
542           social_facility: "Social Facility"
543           studio: "Studio"
544           swimming_pool: "Swimming Pool"
545           taxi: "Taxi"
546           telephone: "Public Telephone"
547           theatre: "Theatre"
548           toilets: "Toilets"
549           townhall: "Town Hall"
550           university: "University"
551           vending_machine: "Vending Machine"
552           veterinary: "Veterinary Surgery"
553           village_hall: "Village Hall"
554           waste_basket: "Waste Basket"
555           waste_disposal: "Waste Disposal"
556           water_point: "Water Point"
557           youth_centre: "Youth Centre"
558         boundary:
559           administrative: "Administrative Boundary"
560           census: "Census Boundary"
561           national_park: "National Park"
562           protected_area : "Protected Area"
563         bridge:
564           aqueduct: "Aqueduct"
565           boardwalk: "Boardwalk"
566           suspension: "Suspension Bridge"
567           swing: "Swing Bridge"
568           viaduct: "Viaduct"
569           "yes": "Bridge"
570         building:
571           "yes": "Building"
572         craft:
573           brewery: "Brewery"
574           carpenter: "Carpenter"
575           electrician: "Electrician"
576           gardener: "Gardener"
577           painter: "Painter"
578           photographer: "Photographer"
579           plumber: "Plumber"
580           shoemaker: "Shoemaker"
581           tailor: "Tailor"
582           "yes": "Craft Shop"
583         emergency:
584           ambulance_station: "Ambulance Station"
585           assembly_point: "Assembly Point"
586           defibrillator: "Defibrillator"
587           landing_site: "Emergency Landing Site"
588           phone: "Emergency Phone"
589           water_tank: "Emergency Water Tank"
590           "yes": "Emergency"
591         highway:
592           abandoned: "Abandoned Highway"
593           bridleway: "Bridleway"
594           bus_guideway: "Guided Bus Lane"
595           bus_stop: "Bus Stop"
596           construction: "Highway under Construction"
597           corridor: "Corridor"
598           cycleway: "Cycle Path"
599           elevator: "Elevator"
600           emergency_access_point: "Emergency Access Point"
601           footway: "Footpath"
602           ford: "Ford"
603           give_way: "Give Way Sign"
604           living_street: "Living Street"
605           milestone: "Milestone"
606           motorway: "Motorway"
607           motorway_junction: "Motorway Junction"
608           motorway_link: "Motorway Road"
609           passing_place: "Passing Place"
610           path: "Path"
611           pedestrian: "Pedestrian Way"
612           platform: "Platform"
613           primary: "Primary Road"
614           primary_link: "Primary Road"
615           proposed: "Proposed Road"
616           raceway: "Raceway"
617           residential: "Residential Road"
618           rest_area: "Rest Area"
619           road: "Road"
620           secondary: "Secondary Road"
621           secondary_link: "Secondary Road"
622           service: "Service Road"
623           services: "Motorway Services"
624           speed_camera: "Speed Camera"
625           steps: "Steps"
626           stop: "Stop Sign"
627           street_lamp: "Street Lamp"
628           tertiary: "Tertiary Road"
629           tertiary_link: "Tertiary Road"
630           track: "Track"
631           traffic_signals: "Traffic Signals"
632           trail: "Trail"
633           trunk: "Trunk Road"
634           trunk_link: "Trunk Road"
635           turning_loop: "Turning Loop"
636           unclassified: "Unclassified Road"
637           "yes" : "Road"
638         historic:
639           archaeological_site: "Archaeological Site"
640           battlefield: "Battlefield"
641           boundary_stone: "Boundary Stone"
642           building: "Historic Building"
643           bunker: "Bunker"
644           castle: "Castle"
645           church: "Church"
646           city_gate: "City Gate"
647           citywalls: "City Walls"
648           fort: "Fort"
649           heritage: "Heritage Site"
650           house: "House"
651           icon: "Icon"
652           manor: "Manor"
653           memorial: "Memorial"
654           mine: "Mine"
655           mine_shaft: "Mine Shaft"
656           monument: "Monument"
657           roman_road: "Roman Road"
658           ruins: "Ruins"
659           stone: "Stone"
660           tomb: "Tomb"
661           tower: "Tower"
662           wayside_cross: "Wayside Cross"
663           wayside_shrine: "Wayside Shrine"
664           wreck: "Wreck"
665           "yes": "Historic Site"
666         junction:
667           "yes": "Junction"
668         landuse:
669           allotments: "Allotments"
670           basin: "Basin"
671           brownfield: "Brownfield Land"
672           cemetery: "Cemetery"
673           commercial: "Commercial Area"
674           conservation: "Conservation"
675           construction: "Construction"
676           farm: "Farm"
677           farmland: "Farmland"
678           farmyard: "Farmyard"
679           forest: "Forest"
680           garages: "Garages"
681           grass: "Grass"
682           greenfield: "Greenfield Land"
683           industrial: "Industrial Area"
684           landfill: "Landfill"
685           meadow: "Meadow"
686           military: "Military Area"
687           mine: "Mine"
688           orchard: "Orchard"
689           quarry: "Quarry"
690           railway: "Railway"
691           recreation_ground: "Recreation Ground"
692           reservoir: "Reservoir"
693           reservoir_watershed: "Reservoir Watershed"
694           residential: "Residential Area"
695           retail: "Retail"
696           road: "Road Area"
697           village_green: "Village Green"
698           vineyard: "Vineyard"
699           "yes": "Landuse"
700         leisure:
701           beach_resort: "Beach Resort"
702           bird_hide: "Bird Hide"
703           common: "Common Land"
704           dog_park: "Dog Park"
705           firepit: "Fire Pit"
706           fishing: "Fishing Area"
707           fitness_centre: "Fitness Centre"
708           fitness_station: "Fitness Station"
709           garden: "Garden"
710           golf_course: "Golf Course"
711           horse_riding: "Horse Riding"
712           ice_rink: "Ice Rink"
713           marina: "Marina"
714           miniature_golf: "Miniature Golf"
715           nature_reserve: "Nature Reserve"
716           park: "Park"
717           pitch: "Sports Pitch"
718           playground: "Playground"
719           recreation_ground: "Recreation Ground"
720           resort: "Resort"
721           sauna: "Sauna"
722           slipway: "Slipway"
723           sports_centre: "Sports Centre"
724           stadium: "Stadium"
725           swimming_pool: "Swimming Pool"
726           track: "Running Track"
727           water_park: "Water Park"
728           "yes": "Leisure"
729         man_made:
730           adit: "Adit"
731           beacon: "Beacon"
732           beehive: "Bee Hive"
733           breakwater: "Breakwater"
734           bridge: "Bridge"
735           bunker_silo: "Bunker"
736           chimney: "Chimney"
737           crane: "Crane"
738           dolphin: "Mooring Post"
739           dyke: "Dyke"
740           embankment: "Embankment"
741           flagpole: "Flagpole"
742           gasometer: "Gasometer"
743           groyne: "Groyne"
744           kiln: "Kiln"
745           lighthouse: "Lighthouse"
746           mast: "Mast"
747           mine: "Mine"
748           mineshaft: "Mine Shaft"
749           monitoring_station: "Monitoring Station"
750           petroleum_well: "Petroleum Well"
751           pier: "Pier"
752           pipeline: "Pipeline"
753           silo: "Silo"
754           storage_tank: "Storage Tank"
755           surveillance: "Surveillance"
756           tower: "Tower"
757           wastewater_plant: "Wastewater Plant"
758           watermill: "Water Mill"
759           water_tower: "Water Tower"
760           water_well: "Well"
761           water_works: "Water Works"
762           windmill: "Wind Mill"
763           works: "Factory"
764           "yes": "Man-made"
765         military:
766           airfield: "Military Airfield"
767           barracks: "Barracks"
768           bunker: "Bunker"
769           "yes": "Military"
770         mountain_pass:
771           "yes" : "Mountain Pass"
772         natural:
773           bay: "Bay"
774           beach: "Beach"
775           cape: "Cape"
776           cave_entrance: "Cave Entrance"
777           cliff: "Cliff"
778           crater: "Crater"
779           dune: "Dune"
780           fell: "Fell"
781           fjord: "Fjord"
782           forest: "Forest"
783           geyser: "Geyser"
784           glacier: "Glacier"
785           grassland: "Grassland"
786           heath: "Heath"
787           hill: "Hill"
788           island: "Island"
789           land: "Land"
790           marsh: "Marsh"
791           moor: "Moor"
792           mud: "Mud"
793           peak: "Peak"
794           point: "Point"
795           reef: "Reef"
796           ridge: "Ridge"
797           rock: "Rock"
798           saddle: "Saddle"
799           sand: "Sand"
800           scree: "Scree"
801           scrub: "Scrub"
802           spring: "Spring"
803           stone: "Stone"
804           strait: "Strait"
805           tree: "Tree"
806           valley: "Valley"
807           volcano: "Volcano"
808           water: "Water"
809           wetland: "Wetland"
810           wood: "Wood"
811         office:
812           accountant: "Accountant"
813           administrative: "Administration"
814           architect: "Architect"
815           association: "Association"
816           company: "Company"
817           educational_institution: "Educational Institution"
818           employment_agency: "Employment Agency"
819           estate_agent: "Estate Agent"
820           government: "Governmental Office"
821           insurance: "Insurance Office"
822           it: "IT Office"
823           lawyer: "Lawyer"
824           ngo: "NGO Office"
825           telecommunication: "Telecommunication Office"
826           travel_agent: "Travel Agency"
827           "yes": "Office"
828         place:
829           allotments: "Allotments"
830           city: "City"
831           city_block: "City Block"
832           country: "Country"
833           county: "County"
834           farm: "Farm"
835           hamlet: "Hamlet"
836           house: "House"
837           houses: "Houses"
838           island: "Island"
839           islet: "Islet"
840           isolated_dwelling: "Isolated Dwelling"
841           locality: "Locality"
842           municipality: "Municipality"
843           neighbourhood: "Neighbourhood"
844           postcode: "Postcode"
845           quarter: "Quarter"
846           region: "Region"
847           sea: "Sea"
848           square: "Square"
849           state: "State"
850           subdivision: "Subdivision"
851           suburb: "Suburb"
852           town: "Town"
853           unincorporated_area: "Unincorporated Area"
854           village: "Village"
855           "yes": "Place"
856         railway:
857           abandoned: "Abandoned Railway"
858           construction: "Railway under Construction"
859           disused: "Disused Railway"
860           funicular: "Funicular Railway"
861           halt: "Train Stop"
862           junction: "Railway Junction"
863           level_crossing: "Level Crossing"
864           light_rail: "Light Rail"
865           miniature: "Miniature Rail"
866           monorail: "Monorail"
867           narrow_gauge: "Narrow Gauge Railway"
868           platform: "Railway Platform"
869           preserved: "Preserved Railway"
870           proposed: "Proposed Railway"
871           spur: "Railway Spur"
872           station: "Railway Station"
873           stop: "Railway Stop"
874           subway: "Subway"
875           subway_entrance: "Subway Entrance"
876           switch: "Railway Points"
877           tram: "Tramway"
878           tram_stop: "Tram Stop"
879         shop:
880           alcohol: "Off License"
881           antiques: "Antiques"
882           art: "Art Shop"
883           bakery: "Bakery"
884           beauty: "Beauty Shop"
885           beverages: "Beverages Shop"
886           bicycle: "Bicycle Shop"
887           bookmaker: "Bookmaker"
888           books: "Book Shop"
889           boutique: "Boutique"
890           butcher: "Butcher"
891           car: "Car Shop"
892           car_parts: "Car Parts"
893           car_repair: "Car Repair"
894           carpet: "Carpet Shop"
895           charity: "Charity Shop"
896           chemist: "Chemist"
897           clothes: "Clothes Shop"
898           computer: "Computer Shop"
899           confectionery: "Confectionery Shop"
900           convenience: "Convenience Store"
901           copyshop: "Copy Shop"
902           cosmetics: "Cosmetics Shop"
903           deli: "Deli"
904           department_store: "Department Store"
905           discount: "Discount Items Shop"
906           doityourself: "Do-It-Yourself"
907           dry_cleaning: "Dry Cleaning"
908           electronics: "Electronics Shop"
909           estate_agent: "Estate Agent"
910           farm: "Farm Shop"
911           fashion: "Fashion Shop"
912           fish: "Fish Shop"
913           florist: "Florist"
914           food: "Food Shop"
915           funeral_directors: "Funeral Directors"
916           furniture: "Furniture"
917           gallery: "Gallery"
918           garden_centre: "Garden Centre"
919           general: "General Store"
920           gift: "Gift Shop"
921           greengrocer: "Greengrocer"
922           grocery: "Grocery Shop"
923           hairdresser: "Hairdresser"
924           hardware: "Hardware Store"
925           hifi: "Hi-Fi"
926           houseware: "Houseware Shop"
927           interior_decoration: "Interior Decoration"
928           jewelry: "Jewelry Shop"
929           kiosk: "Kiosk Shop"
930           kitchen: "Kitchen Shop"
931           laundry: "Laundry"
932           lottery: "Lottery"
933           mall: "Mall"
934           market: "Market"
935           massage: "Massage"
936           mobile_phone: "Mobile Phone Shop"
937           motorcycle: "Motorcycle Shop"
938           music: "Music Shop"
939           newsagent: "Newsagent"
940           optician: "Optician"
941           organic: "Organic Food Shop"
942           outdoor: "Outdoor Shop"
943           paint: "Paint Shop"
944           pawnbroker: "Pawnbroker"
945           pet: "Pet Shop"
946           pharmacy: "Pharmacy"
947           photo: "Photo Shop"
948           seafood: "Sea Food"
949           second_hand: "Second-hand Shop"
950           shoes: "Shoe Shop"
951           sports: "Sports Shop"
952           stationery: "Stationery Shop"
953           supermarket: "Supermarket"
954           tailor: "Tailor"
955           ticket: "Ticket Shop"
956           tobacco: "Tobacco Shop"
957           toys: "Toy Shop"
958           travel_agency: "Travel Agency"
959           tyres: "Tyre Shop"
960           vacant: "Vacant Shop"
961           variety_store: "Variety Store"
962           video: "Video Shop"
963           wine: "Wine Store"
964           "yes": "Shop"
965         tourism:
966           alpine_hut: "Alpine Hut"
967           apartment: "Holiday Apartment"
968           artwork: "Artwork"
969           attraction: "Attraction"
970           bed_and_breakfast: "Bed and Breakfast"
971           cabin: "Cabin"
972           camp_site: "Camp Site"
973           caravan_site: "Caravan Site"
974           chalet: "Chalet"
975           gallery: "Gallery"
976           guest_house: "Guest House"
977           hostel: "Hostel"
978           hotel: "Hotel"
979           information: "Information"
980           motel: "Motel"
981           museum: "Museum"
982           picnic_site: "Picnic Site"
983           theme_park: "Theme Park"
984           viewpoint: "Viewpoint"
985           zoo: "Zoo"
986         tunnel:
987           building_passage: "Building Passage"
988           culvert: "Culvert"
989           "yes": "Tunnel"
990         waterway:
991           artificial: "Artificial Waterway"
992           boatyard: "Boatyard"
993           canal: "Canal"
994           dam: "Dam"
995           derelict_canal: "Derelict Canal"
996           ditch: "Ditch"
997           dock: "Dock"
998           drain: "Drain"
999           lock: "Lock"
1000           lock_gate: "Lock Gate"
1001           mooring: "Mooring"
1002           rapids: "Rapids"
1003           river: "River"
1004           stream: "Stream"
1005           wadi: "Wadi"
1006           waterfall: "Waterfall"
1007           weir: "Weir"
1008           "yes": "Waterway"
1009       admin_levels:
1010         level2: "Country Boundary"
1011         level4: "State Boundary"
1012         level5: "Region Boundary"
1013         level6: "County Boundary"
1014         level8: "City Boundary"
1015         level9: "Village Boundary"
1016         level10: "Suburb Boundary"
1017     description:
1018       title:
1019         osm_nominatim: 'Location from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
1020         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
1021       types:
1022         cities: Cities
1023         towns: Towns
1024         places: Places
1025     results:
1026       no_results: "No results found"
1027       more_results: "More results"
1028   issues:
1029     index:
1030       title: Issues
1031       select_status: Select Status
1032       select_type: Select Type
1033       select_last_updated_by: Select Last Updated By
1034       reported_user: Reported User
1035       not_updated: Not Updated
1036       search: Search
1037       search_guidance: "Search Issues:"
1038       user_not_found: User does not exist
1039       issues_not_found: No such issues found
1040       status: Status
1041       reports: Reports
1042       last_updated: Last Updated
1043       last_updated_time_html: "<abbr title='%{title}'>%{time}</abbr>"
1044       last_updated_time_user_html: "<abbr title='%{title}'>%{time}</abbr> by %{user}"
1045       link_to_reports: View Reports
1046       reported_user: Reported User
1047       reports_count:
1048         one: "1 Report"
1049         other: "%{count} Reports"
1050       reported_item: Reported Item
1051       states:
1052         ignored: Ignored
1053         open: Open
1054         resolved: Resolved
1055     update:
1056       new_report: Your report has been registered sucessfully
1057       successful_update: Your report has been updated successfully
1058       provide_details: Please provide the required details
1059     show:
1060       title: "%{status} Issue #%{issue_id}"
1061       reports:
1062         zero: No reports
1063         one: 1 report
1064         other: "%{count} reports"
1065       report_created_at: "First reported at %{datetime}"
1066       last_resolved_at: "Last resolved at %{datetime}"
1067       last_updated_at: "Last updated at %{datetime} by %{displayname}"
1068       resolve: Resolve
1069       ignore: Ignore
1070       reopen: Reopen
1071       reports_of_this_issue: Reports of this Issue
1072       read_reports: Read Reports
1073       new_reports: New Reports
1074       other_issues_against_this_user: Other issues against this user
1075       no_other_issues: No other issues against this user.
1076       comments_on_this_issue: Comments on this issue
1077     resolve:
1078       resolved: Issue status has been set to 'Resolved'
1079     ignore:
1080       ignored: Issue status has been set to 'Ignored'
1081     reopen:
1082       reopened: Issue status has been set to 'Open'
1083     comments:
1084       comment_from_html: "Comment from %{user_link} on %{comment_created_at}"
1085       reassign_param: Reassign Issue?
1086     reports:
1087       reported_by_html: "Reported as %{category} by %{user} on %{updated_at}"
1088     helper:
1089       reportable_title:
1090         diary_comment: "%{entry_title}, comment #%{comment_id}"
1091         note: "Note #%{note_id}"
1092   issue_comments:
1093     create:
1094       comment_created: Your comment was successfully created
1095   reports:
1096     new:
1097       title_html: "Report %{link}"
1098       missing_params: "Cannot create a new report"
1099       details: Please provide some more details about the problem (required).
1100       select: "Select a reason for your report:"
1101       disclaimer:
1102         intro: "Before sending your report to the site moderators, please ensure that:"
1103         not_just_mistake: You are certain that the problem is not just a mistake
1104         unable_to_fix: You are unable to fix the problem yourself or with the help of your fellow community members
1105         resolve_with_user: You have already tried to resolve the problem with the user concerned
1106       categories:
1107         diary_entry:
1108           spam_label: This diary entry is/contains spam
1109           offensive_label: This diary entry is obscene/offensive
1110           threat_label: This diary entry contains a threat
1111           other_label: Other
1112         diary_comment:
1113           spam_label: This diary comment is/contains spam
1114           offensive_label: This diary comment is obscene/offensive
1115           threat_label: This diary comment contains a threat
1116           other_label: Other
1117         user:
1118           spam_label: This user profile is/contains spam
1119           offensive_label: This user profile is obscene/offensive
1120           threat_label: This user profile contains a threat
1121           vandal_label: This user is a vandal
1122           other_label: Other
1123         note:
1124           spam_label: This note is spam
1125           personal_label: This note contains personal data
1126           abusive_label: This note is abusive
1127           other_label: Other
1128     create:
1129       successful_report: Your report has been registered sucessfully
1130       provide_details: Please provide the required details
1131   layouts:
1132     project_name:
1133       # in <title>
1134       title: OpenStreetMap
1135       # in <h1>
1136       h1: OpenStreetMap
1137     logo:
1138       alt_text: OpenStreetMap logo
1139     home: Go to Home Location
1140     logout: Log Out
1141     log_in: Log In
1142     log_in_tooltip: Log in with an existing account
1143     sign_up: Sign Up
1144     start_mapping: Start Mapping
1145     sign_up_tooltip: Create an account for editing
1146     edit: Edit
1147     history: History
1148     export: Export
1149     issues: Issues
1150     data: Data
1151     export_data: Export Data
1152     gps_traces: GPS Traces
1153     gps_traces_tooltip: Manage GPS traces
1154     user_diaries: User Diaries
1155     user_diaries_tooltip: View user diaries
1156     edit_with: Edit with %{editor}
1157     tag_line: The Free Wiki World Map
1158     intro_header: Welcome to OpenStreetMap!
1159     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
1160     intro_2_create_account: "Create a user account"
1161     hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}."
1162     partners_ucl: "UCL"
1163     partners_bytemark: "Bytemark Hosting"
1164     partners_partners: "partners"
1165     tou: "Terms of Use"
1166     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1167     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1168     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1169     help: Help
1170     about: About
1171     copyright: Copyright
1172     community: Community
1173     community_blogs: "Community Blogs"
1174     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1175     foundation: Foundation
1176     foundation_title: The OpenStreetMap Foundation
1177     make_a_donation:
1178       title: Support OpenStreetMap with a monetary donation
1179       text: Make a Donation
1180     learn_more: "Learn More"
1181     more: More
1182   notifier:
1183     diary_comment_notification:
1184       subject: "[OpenStreetMap] %{user} commented on a diary entry"
1185       hi: "Hi %{to_user},"
1186       header: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1187       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1188     message_notification:
1189       subject_header: "[OpenStreetMap] %{subject}"
1190       hi: "Hi %{to_user},"
1191       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1192       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1193     friend_notification:
1194       hi: "Hi %{to_user},"
1195       subject: "[OpenStreetMap] %{user} added you as a friend"
1196       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1197       see_their_profile: "You can see their profile at %{userurl}."
1198       befriend_them: "You can also add them as a friend at %{befriendurl}."
1199     gpx_notification:
1200       greeting: "Hi,"
1201       your_gpx_file: "It looks like your GPX file"
1202       with_description: "with the description"
1203       and_the_tags: "and the following tags:"
1204       and_no_tags: "and no tags."
1205       failure:
1206         subject: "[OpenStreetMap] GPX Import failure"
1207         failed_to_import: "failed to import. Here is the error:"
1208         more_info_1: "More information about GPX import failures and how to avoid"
1209         more_info_2: "them can be found at:"
1210         import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1211       success:
1212         subject: "[OpenStreetMap] GPX Import success"
1213         loaded_successfully:
1214           one: loaded successfully with %{trace_points} out of a possible 1 point.
1215           other: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1216     signup_confirm:
1217       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1218       greeting: "Hi there!"
1219       created: "Someone (hopefully you) just created an account at %{site_url}."
1220       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:"
1221       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1222     email_confirm:
1223       subject: "[OpenStreetMap] Confirm your email address"
1224     email_confirm_plain:
1225       greeting: "Hi,"
1226       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1227       click_the_link: "If this is you, please click the link below to confirm the change."
1228     email_confirm_html:
1229       greeting: "Hi,"
1230       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1231       click_the_link: "If this is you, please click the link below to confirm the change."
1232     lost_password:
1233       subject: "[OpenStreetMap] Password reset request"
1234     lost_password_plain:
1235       greeting: "Hi,"
1236       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1237       click_the_link: "If this is you, please click the link below to reset your password."
1238     lost_password_html:
1239       greeting: "Hi,"
1240       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1241       click_the_link: "If this is you, please click the link below to reset your password."
1242     note_comment_notification:
1243       anonymous: An anonymous user
1244       greeting: "Hi,"
1245       commented:
1246         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1247         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1248         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1249         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1250       closed:
1251         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1252         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1253         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1254         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1255       reopened:
1256         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1257         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1258         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1259         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1260       details: "More details about the note can be found at %{url}."
1261     changeset_comment_notification:
1262       hi: "Hi %{to_user},"
1263       greeting: "Hi,"
1264       commented:
1265         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1266         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1267         your_changeset: "%{commenter} left a comment at %{time} on one of your changesets"
1268         commented_changeset: "%{commenter} left a comment at %{time} on a changeset you are watching created by %{changeset_author}"
1269         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1270         partial_changeset_without_comment: "without comment"
1271       details: "More details about the changeset can be found at %{url}."
1272       unsubscribe: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1273   messages:
1274     inbox:
1275       title: "Inbox"
1276       my_inbox: "My Inbox"
1277       outbox: "outbox"
1278       messages: "You have %{new_messages} and %{old_messages}"
1279       new_messages:
1280         one: "%{count} new message"
1281         other: "%{count} new messages"
1282       old_messages:
1283         one: "%{count} old message"
1284         other: "%{count} old messages"
1285       from: "From"
1286       subject: "Subject"
1287       date: "Date"
1288       no_messages_yet_html: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1289       people_mapping_nearby: "people mapping nearby"
1290     message_summary:
1291       unread_button: "Mark as unread"
1292       read_button: "Mark as read"
1293       reply_button: "Reply"
1294       destroy_button: "Delete"
1295     new:
1296       title: "Send message"
1297       send_message_to_html: "Send a new message to %{name}"
1298       subject: "Subject"
1299       body: "Body"
1300       back_to_inbox: "Back to inbox"
1301     create:
1302       message_sent: "Message sent"
1303       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1304     no_such_message:
1305       title: "No such message"
1306       heading: "No such message"
1307       body: "Sorry there is no message with that id."
1308     outbox:
1309       title: "Outbox"
1310       my_inbox_html: "My %{inbox_link}"
1311       inbox: "inbox"
1312       outbox: "outbox"
1313       messages:
1314         one: "You have %{count} sent message"
1315         other: "You have %{count} sent messages"
1316       to: "To"
1317       subject: "Subject"
1318       date: "Date"
1319       no_sent_messages_html: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1320       people_mapping_nearby: "people mapping nearby"
1321     reply:
1322       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."
1323     show:
1324       title: "Read message"
1325       from: "From"
1326       subject: "Subject"
1327       date: "Date"
1328       reply_button: "Reply"
1329       unread_button: "Mark as unread"
1330       destroy_button: "Delete"
1331       back: "Back"
1332       to: "To"
1333       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."
1334     sent_message_summary:
1335       destroy_button: "Delete"
1336     mark:
1337       as_read: "Message marked as read"
1338       as_unread: "Message marked as unread"
1339     destroy:
1340       destroyed: "Message deleted"
1341   site:
1342     about:
1343       next: Next
1344       copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1345       used_by_html: "%{name} powers map data on thousands of web sites, mobile apps, and hardware devices"
1346       lede_text: |
1347         OpenStreetMap is built by a community of mappers that contribute and maintain data
1348         about roads, trails, cafés, railway stations, and much more, all over the world.
1349       local_knowledge_title: Local Knowledge
1350       local_knowledge_html: |
1351         OpenStreetMap emphasizes local knowledge. Contributors use
1352         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1353         is accurate and up to date.
1354       community_driven_title: Community Driven
1355       community_driven_html: |
1356         OpenStreetMap's community is diverse, passionate, and growing every day.
1357         Our contributors include enthusiast mappers, GIS professionals, engineers
1358         running the OSM servers, humanitarians mapping disaster-affected areas,
1359         and many more.
1360         To learn more about the community, see the
1361         <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
1362         <a href='%{diary_path}'>user diaries</a>,
1363         <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and
1364         the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
1365       open_data_title: Open Data
1366       open_data_html: |
1367         OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1368         as long as you credit OpenStreetMap and its contributors. If you alter or
1369         build upon the data in certain ways, you may distribute the result only
1370         under the same licence. See the <a href='%{copyright_path}'>Copyright and
1371         License page</a> for details.
1372       legal_title: Legal
1373       legal_1_html: |
1374         This site and many other related services are formally operated by the
1375         <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
1376         on behalf of the community. Use of all OSMF operated services is subject
1377         to our <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Terms of Use</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
1378         Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>.
1379       legal_2_html: |
1380         Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
1381         if you have licensing, copyright or other legal questions.
1382         <br>
1383         OpenStreetMap, the magnifying glass logo and State of the Map are <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registered trademarks of the OSMF</a>.
1384       partners_title: Partners
1385     copyright:
1386       foreign:
1387         title: About this translation
1388         html: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1389         english_link: the English original
1390       native:
1391         title: About this page
1392         html: 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}.
1393         native_link: THIS_LANGUAGE_NAME_HERE version
1394         mapping_link: start mapping
1395       legal_babble:
1396         title_html: Copyright and License
1397         intro_1_html: |
1398           OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
1399           href="https://opendatacommons.org/licenses/odbl/">Open Data
1400           Commons Open Database License</a> (ODbL) by the  <a
1401           href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
1402         intro_2_html: |
1403           You are free to copy, distribute, transmit and adapt our data,
1404           as long as you credit OpenStreetMap and its
1405           contributors. If you alter or build upon our data, you
1406           may distribute the result only under the same licence. The
1407           full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
1408           code</a> explains your rights and responsibilities.
1409         intro_3_html: |
1410           The cartography in our map tiles, and our documentation, are
1411           licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
1412           Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1413         credit_title_html: How to credit OpenStreetMap
1414         credit_1_html: |
1415           We require that you use the credit &ldquo;&copy; OpenStreetMap
1416           contributors&rdquo;.
1417         credit_2_html: |
1418           You must also make it clear that the data is available under the Open
1419           Database License, and if using our map tiles, that the cartography is
1420           licensed as CC BY-SA. You may do this by linking to
1421           <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
1422           Alternatively, and as a requirement if you are distributing OSM in a
1423           data form, you can name and link directly to the license(s). In media
1424           where links are not possible (e.g. printed works), we suggest you
1425           direct your readers to openstreetmap.org (perhaps by expanding
1426           'OpenStreetMap' to this full address), to opendatacommons.org, and
1427           if relevant, to creativecommons.org.
1428         credit_3_html: |
1429           For a browsable electronic map, the credit should appear in the corner of the map.
1430           For example:
1431         attribution_example:
1432           alt: Example of how to attribute OpenStreetMap on a webpage
1433           title: Attribution example
1434         more_title_html: Finding out more
1435         more_1_html: |
1436           Read more about using our data, and how to credit us, at the <a
1437           href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
1438         more_2_html: |
1439           Although OpenStreetMap is open data, we cannot provide a
1440           free-of-charge map API for third-parties.
1441           See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
1442           <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
1443           and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
1444         contributors_title_html: Our contributors
1445         contributors_intro_html: |
1446           Our contributors are thousands of individuals. We also include
1447           openly-licensed data from national mapping agencies
1448           and other sources, among them:
1449         contributors_at_html: |
1450           <strong>Austria</strong>: Contains data from
1451           <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
1452           <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1453           <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1454           Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1455         contributors_au_html: |
1456           <strong>Australia</strong>: Contains data sourced from
1457           <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
1458           licensed by the Commonwealth of Australia under
1459           <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1460         contributors_ca_html: |
1461           <strong>Canada</strong>: Contains data from
1462           GeoBase&reg;, GeoGratis (&copy; Department of Natural
1463           Resources Canada), CanVec (&copy; Department of Natural
1464           Resources Canada), and StatCan (Geography Division,
1465           Statistics Canada).
1466         contributors_fi_html: |
1467           <strong>Finland</strong>: Contains data from the
1468           National Land Survey of Finland's Topographic Database
1469           and other datasets, under the
1470           <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
1471         contributors_fr_html: |
1472           <strong>France</strong>: Contains data sourced from
1473           Direction Générale des Impôts.
1474         contributors_nl_html: |
1475           <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1476           (<a href="https://www.and.com">www.and.com</a>)
1477         contributors_nz_html: |
1478           <strong>New Zealand</strong>: Contains data sourced from the
1479           <a href="https://data.linz.govt.nz/">LINZ Data Service</a> and
1480           licensed for reuse under
1481           <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1482         contributors_si_html: |
1483           <strong>Slovenia</strong>: Contains data from the
1484           <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
1485           <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
1486           (public information of Slovenia).
1487         contributors_es_html: |
1488           <strong>Spain</strong>: Contains data sourced from the
1489           Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) and
1490           National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
1491           licensed for reuse under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1492         contributors_za_html: |
1493           <strong>South Africa</strong>: Contains data sourced from
1494           <a href="http://www.ngi.gov.za/">Chief Directorate:
1495           National Geo-Spatial Information</a>, State copyright reserved.
1496         contributors_gb_html: |
1497           <strong>United Kingdom</strong>: Contains Ordnance
1498           Survey data &copy; Crown copyright and database right
1499           2010-19.
1500         contributors_footer_1_html: |
1501           For further details of these, and other sources that have been used
1502           to help improve OpenStreetMap, please see the <a
1503           href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
1504           page</a> on the OpenStreetMap Wiki.
1505         contributors_footer_2_html: |
1506           Inclusion of data in OpenStreetMap does not imply that the original
1507           data provider endorses OpenStreetMap, provides any warranty, or
1508           accepts any liability.
1509         infringement_title_html: Copyright infringement
1510         infringement_1_html: |
1511           OSM contributors are reminded never to add data from any
1512           copyrighted sources (e.g. Google Maps or printed maps) without
1513           explicit permission from the copyright holders.
1514         infringement_2_html: |
1515           If you believe that copyrighted material has been inappropriately
1516           added to the OpenStreetMap database or this site, please refer
1517           to our <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1518           procedure</a> or file directly at our
1519           <a href="https://dmca.openstreetmap.org/">on-line filing page</a>.
1520         trademarks_title_html: <span id="trademarks"></span>Trademarks
1521         trademarks_1_html: |
1522           OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the OpenStreetMap Foundation. If you have questions about your use of the marks, please see our <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark Policy</a>.
1523     index:
1524       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1525       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1526       permalink: Permalink
1527       shortlink: Shortlink
1528       createnote: Add a note
1529       license:
1530         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1531         license_url: "https://openstreetmap.org/copyright"
1532         project_url: "https://openstreetmap.org"
1533       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1534     edit:
1535       not_public: "You have not set your edits to be public."
1536       not_public_description_html: "You can no longer edit the map unless you do so. You can set your edits as public from your %{user_page}."
1537       user_page_link: user page
1538       anon_edits_html: "(%{link})"
1539       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1540       anon_edits_link_text: "Find out why this is the case."
1541       flash_player_required_html: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="https://get.adobe.com/flashplayer/">download Flash Player from Adobe.com</a>. <a href="https://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
1542       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.)"
1543       potlatch2_not_configured: "Potlatch 2 has not been configured - please see https://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1544       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1545       id_not_configured: "iD has not been configured"
1546       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1547     export:
1548       title: "Export"
1549       area_to_export: "Area to Export"
1550       manually_select: "Manually select a different area"
1551       format_to_export: "Format to Export"
1552       osm_xml_data: "OpenStreetMap XML Data"
1553       map_image: "Map Image (shows standard layer)"
1554       embeddable_html: "Embeddable HTML"
1555       licence: "Licence"
1556       export_details_html: 'OpenStreetMap data is licensed under the <a href="https://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
1557       too_large:
1558         advice: "If the above export fails, please consider using one of the sources listed below:"
1559         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 sources listed below for bulk data downloads."
1560         planet:
1561           title: "Planet OSM"
1562           description: "Regularly-updated copies of the complete OpenStreetMap database"
1563         overpass:
1564           title: "Overpass API"
1565           description: "Download this bounding box from a mirror of the OpenStreetMap database"
1566         geofabrik:
1567           title: "Geofabrik Downloads"
1568           description: "Regularly-updated extracts of continents, countries, and selected cities"
1569         metro:
1570           title: "Metro Extracts"
1571           description: "Extracts for major world cities and their surrounding areas"
1572         other:
1573           title: "Other Sources"
1574           description: "Additional sources listed on the OpenStreetMap wiki"
1575       options: "Options"
1576       format: "Format"
1577       scale: "Scale"
1578       max: "max"
1579       image_size: "Image Size"
1580       zoom: "Zoom"
1581       add_marker: "Add a marker to the map"
1582       latitude: "Lat:"
1583       longitude: "Lon:"
1584       output: "Output"
1585       paste_html: "Paste HTML to embed in website"
1586       export_button: "Export"
1587     fixthemap:
1588       title: Report a problem / Fix the map
1589       how_to_help:
1590         title: How to Help
1591         join_the_community:
1592           title: Join the community
1593           explanation_html: |
1594             If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
1595             proceed is to join the OpenStreetMap community and add or repair the data yourself.
1596         add_a_note:
1597           instructions_html: |
1598             Just click <a class='icon note'></a> or the same icon on the map display.
1599             This will add a marker to the map, which you can move
1600             by dragging. Add your message, then click save, and other mappers will investigate.
1601       other_concerns:
1602         title: Other concerns
1603         explanation_html: |
1604           If you have concerns about how our data is being used or about the contents please consult our
1605           <a href='/copyright'>copyright page</a> for more legal information, or contact the appropriate
1606           <a href='https://wiki.osmfoundation.org/wiki/Working_Groups'>OSMF working group</a>.
1607     help:
1608       title: Getting Help
1609       introduction: |
1610         OpenStreetMap has several resources for learning about the project, asking and answering questions,
1611         and collaboratively discussing and documenting mapping topics.
1612       welcome:
1613         url: /welcome
1614         title: Welcome to OpenStreetMap
1615         description: Start with this quick guide covering the OpenStreetMap basics.
1616       beginners_guide:
1617         url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
1618         title: Beginners' Guide
1619         description: Community maintained guide for beginners.
1620       help:
1621         url: https://help.openstreetmap.org/
1622         title: Help Forum
1623         description: Ask a question or look up answers on OpenStreetMap's question-and-answer site.
1624       mailing_lists:
1625         url: https://lists.openstreetmap.org/
1626         title: Mailing Lists
1627         description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
1628       forums:
1629         url: https://forum.openstreetmap.org/
1630         title: Forums
1631         description: Questions and discussions for those that prefer a bulletin board style interface.
1632       irc:
1633         url: https://irc.openstreetmap.org/
1634         title: IRC
1635         description: Interactive chat in many different languages and on many topics.
1636       switch2osm:
1637         url: https://switch2osm.org/
1638         title: switch2osm
1639         description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
1640       welcomemat:
1641         url: https://welcome.openstreetmap.org/
1642         title: For Organizations
1643         description: With an organization making plans for OpenStreetMap? Find what you need to know in the Welcome Mat.
1644       wiki:
1645         url: https://wiki.openstreetmap.org/
1646         title: OpenStreetMap Wiki
1647         description: Browse the wiki for in-depth OpenStreetMap documentation.
1648     sidebar:
1649       search_results: Search Results
1650       close: Close
1651     search:
1652       search: Search
1653       get_directions: "Get directions"
1654       get_directions_title: "Find directions between two points"
1655       from: "From"
1656       to: "To"
1657       where_am_i: "Where is this?"
1658       where_am_i_title: Describe the current location using the search engine
1659       submit_text: "Go"
1660       reverse_directions_text: "Reverse Directions"
1661     key:
1662       table:
1663         entry:
1664           motorway: "Motorway"
1665           main_road: "Main road"
1666           trunk: "Trunk road"
1667           primary: "Primary road"
1668           secondary: "Secondary road"
1669           unclassified: "Unclassified road"
1670           track: "Track"
1671           bridleway: "Bridleway"
1672           cycleway: "Cycleway"
1673           cycleway_national: "National cycleway"
1674           cycleway_regional: "Regional cycleway"
1675           cycleway_local: "Local cycleway"
1676           footway: "Footway"
1677           rail: "Railway"
1678           subway: "Subway"
1679           tram:
1680             - Light rail
1681             - tram
1682           cable:
1683             - Cable car
1684             - chair lift
1685           runway:
1686             - Airport Runway
1687             - taxiway
1688           apron:
1689             - Airport apron
1690             - terminal
1691           admin: "Administrative boundary"
1692           forest: "Forest"
1693           wood: "Wood"
1694           golf: "Golf course"
1695           park: "Park"
1696           resident: "Residential area"
1697           common:
1698             - Common
1699             - meadow
1700           retail: "Retail area"
1701           industrial: "Industrial area"
1702           commercial: "Commercial area"
1703           heathland: "Heathland"
1704           lake:
1705             - Lake
1706             - reservoir
1707           farm: "Farm"
1708           brownfield: "Brownfield site"
1709           cemetery: "Cemetery"
1710           allotments: "Allotments"
1711           pitch: "Sports pitch"
1712           centre: "Sports centre"
1713           reserve: "Nature reserve"
1714           military: "Military area"
1715           school:
1716             - School
1717             - university
1718           building: "Significant building"
1719           station: "Railway station"
1720           summit:
1721             - Summit
1722             - peak
1723           tunnel: "Dashed casing = tunnel"
1724           bridge: "Black casing = bridge"
1725           private: "Private access"
1726           destination: "Destination access"
1727           construction: "Roads under construction"
1728           bicycle_shop: "Bicycle shop"
1729           bicycle_parking: "Bicycle parking"
1730           toilets: "Toilets"
1731     richtext_area:
1732       edit: Edit
1733       preview: Preview
1734     markdown_help:
1735       title_html: Parsed with <a href="https://kramdown.gettalong.org/quickref.html">kramdown</a>
1736       headings: Headings
1737       heading: Heading
1738       subheading: Subheading
1739       unordered: Unordered list
1740       ordered: Ordered list
1741       first: First item
1742       second: Second item
1743       link: Link
1744       text: Text
1745       image: Image
1746       alt: Alt text
1747       url: URL
1748     welcome:
1749       title: Welcome!
1750       introduction_html: |
1751         Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1752         up, you're all set to get started mapping. Here's a quick guide with the most important
1753         things you need to know.
1754       whats_on_the_map:
1755         title: What's on the Map
1756         on_html: |
1757           OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1758           it includes millions of buildings, roads, and other details about places. You can map
1759           whatever real-world features are interesting to you.
1760         off_html: |
1761           What it <em>doesn't</em> include is opinionated data like ratings, historical or
1762           hypothetical features, and data from copyrighted sources. Unless you have special
1763           permission, don't copy from online or paper maps.
1764       basic_terms:
1765         title: Basic Terms For Mapping
1766         paragraph_1_html: |
1767           OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1768         editor_html: |
1769           An <strong>editor</strong> is a program or website you can use to edit the map.
1770         node_html: |
1771           A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
1772         way_html: |
1773           A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1774         tag_html: |
1775           A <strong>tag</strong> is a bit of data about a node or way, like a
1776           restaurant's name or a road's speed limit.
1777       rules:
1778         title: Rules!
1779         paragraph_1_html: |
1780           OpenStreetMap has few formal rules but we expect all participants to collaborate
1781           with, and communicate with, the community. If you are considering
1782           any activities other than editing by hand, please read and follow the guidelines on
1783           <a href='https://wiki.openstreetmap.org/wiki/Import/Guidelines'>Imports</a> and
1784           <a href='https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct'>Automated Edits</a>.
1785       questions:
1786         title: Any questions?
1787         paragraph_1_html: |
1788           OpenStreetMap has several resources for learning about the project, asking and answering
1789           questions, and collaboratively discussing and documenting mapping topics.
1790           <a href='%{help_url}'>Get help here</a>. With an organization making plans for OpenStreetMap? <a href='https://welcome.openstreetmap.org/'>Check out the Welcome Mat</a>.
1791       start_mapping: Start Mapping
1792       add_a_note:
1793         title: No Time To Edit? Add a Note!
1794         paragraph_1_html: |
1795           If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1796           easy to add a note.
1797         paragraph_2_html: |
1798           Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1799           <span class='icon note'></span>. This will add a marker to the map, which you can move
1800           by dragging. Add your message, then click save, and other mappers will investigate.
1801   traces:
1802     visibility:
1803       private: "Private (only shared as anonymous, unordered points)"
1804       public: "Public (shown in trace list and as anonymous, unordered points)"
1805       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1806       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1807     new:
1808       upload_trace: "Upload GPS Trace"
1809       upload_gpx: "Upload GPX File:"
1810       description: "Description:"
1811       tags: "Tags:"
1812       tags_help: "comma delimited"
1813       visibility: "Visibility:"
1814       visibility_help: "what does this mean?"
1815       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1816       help: "Help"
1817       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
1818     create:
1819       upload_trace: "Upload GPS Trace"
1820       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."
1821       upload_failed: "Sorry, the GPX upload failed. An administrator has been alerted to the error. Please try again"
1822       traces_waiting:
1823         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."
1824         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."
1825     edit:
1826       title: "Editing trace %{name}"
1827       heading: "Editing trace %{name}"
1828       filename: "Filename:"
1829       download: "download"
1830       uploaded_at: "Uploaded:"
1831       points: "Points:"
1832       start_coord: "Start coordinate:"
1833       map: "map"
1834       edit: "edit"
1835       owner: "Owner:"
1836       description: "Description:"
1837       tags: "Tags:"
1838       tags_help: "comma delimited"
1839       visibility: "Visibility:"
1840       visibility_help: "what does this mean?"
1841       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1842     update:
1843       updated: Trace updated
1844     trace_optionals:
1845       tags: "Tags"
1846     show:
1847       title: "Viewing trace %{name}"
1848       heading: "Viewing trace %{name}"
1849       pending: "PENDING"
1850       filename: "Filename:"
1851       download: "download"
1852       uploaded: "Uploaded:"
1853       points: "Points:"
1854       start_coordinates: "Start coordinate:"
1855       map: "map"
1856       edit: "edit"
1857       owner: "Owner:"
1858       description: "Description:"
1859       tags: "Tags:"
1860       none: "None"
1861       edit_trace: "Edit this trace"
1862       delete_trace: "Delete this trace"
1863       trace_not_found: "Trace not found!"
1864       visibility: "Visibility:"
1865       confirm_delete: "Delete this trace?"
1866     trace_paging_nav:
1867       showing_page: "Page %{page}"
1868       older: "Older Traces"
1869       newer: "Newer Traces"
1870     trace:
1871       pending: "PENDING"
1872       count_points:
1873         one: "1 point"
1874         other: "%{count} points"
1875       more: "more"
1876       trace_details: "View Trace Details"
1877       view_map: "View Map"
1878       edit: "edit"
1879       edit_map: "Edit Map"
1880       public: "PUBLIC"
1881       identifiable: "IDENTIFIABLE"
1882       private: "PRIVATE"
1883       trackable: "TRACKABLE"
1884       by: "by"
1885       in: "in"
1886       map: "map"
1887     index:
1888       public_traces: "Public GPS traces"
1889       my_traces: "My GPS traces"
1890       public_traces_from: "Public GPS traces from %{user}"
1891       description: "Browse recent GPS trace uploads"
1892       tagged_with: " tagged with %{tags}"
1893       empty_html: "Nothing here yet. <a href='%{upload_link}'>Upload a new trace</a> or learn more about GPS tracing on the <a href='https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
1894       upload_trace: "Upload a trace"
1895       see_all_traces: "See all traces"
1896       see_my_traces: "See my traces"
1897     destroy:
1898       scheduled_for_deletion: "Trace scheduled for deletion"
1899     make_public:
1900       made_public: "Trace made public"
1901     offline_warning:
1902       message: "The GPX file upload system is currently unavailable"
1903     offline:
1904       heading: "GPX Storage Offline"
1905       message: "The GPX file storage and upload system is currently unavailable."
1906     georss:
1907       title: "OpenStreetMap GPS Traces"
1908     description:
1909       description_with_count:
1910         one: "GPX file with %{count} point from %{user}"
1911         other: "GPX file with %{count} points from %{user}"
1912       description_without_count: "GPX file from %{user}"
1913   application:
1914     permission_denied: You do not have permission to access that action
1915     require_cookies:
1916       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1917     require_admin:
1918       not_an_admin: You need to be an admin to perform that action.
1919     setup_user_auth:
1920       blocked_zero_hour: "You have an urgent message on the OpenStreetMap web site. You need to read the message before you will be able to save your edits."
1921       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1922       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."
1923   oauth:
1924     authorize:
1925       title: "Authorize access to your account"
1926       request_access_html: "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."
1927       allow_to: "Allow the client application to:"
1928       allow_read_prefs:  "read your user preferences."
1929       allow_write_prefs: "modify your user preferences."
1930       allow_write_diary: "create diary entries, comments and make friends."
1931       allow_write_api:   "modify the map."
1932       allow_read_gpx:    "read your private GPS traces."
1933       allow_write_gpx:   "upload GPS traces."
1934       allow_write_notes: "modify notes."
1935       grant_access: "Grant Access"
1936     authorize_success:
1937       title: "Authorization request allowed"
1938       allowed_html: "You have granted application %{app_name} access to your account."
1939       verification: "The verification code is %{code}."
1940     authorize_failure:
1941       title: "Authorization request failed"
1942       denied: "You have denied application %{app_name} access to your account."
1943       invalid: "The authorization token is not valid."
1944     revoke:
1945       flash: "You've revoked the token for %{application}"
1946     permissions:
1947       missing: "You have not permitted the application access to this facility"
1948   oauth_clients:
1949     new:
1950       title: "Register a new application"
1951     edit:
1952       title: "Edit your application"
1953     show:
1954       title: "OAuth details for %{app_name}"
1955       key: "Consumer Key:"
1956       secret: "Consumer Secret:"
1957       url: "Request Token URL:"
1958       access_url: "Access Token URL:"
1959       authorize_url: "Authorise URL:"
1960       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1961       edit: "Edit Details"
1962       delete: "Delete Client"
1963       confirm: "Are you sure?"
1964       requests: "Requesting the following permissions from the user:"
1965       allow_read_prefs:  "read their user preferences."
1966       allow_write_prefs: "modify their user preferences."
1967       allow_write_diary: "create diary entries, comments and make friends."
1968       allow_write_api:   "modify the map."
1969       allow_read_gpx:    "read their private GPS traces."
1970       allow_write_gpx:   "upload GPS traces."
1971       allow_write_notes: "modify notes."
1972     index:
1973       title: "My OAuth Details"
1974       my_tokens: "My Authorised Applications"
1975       list_tokens: "The following tokens have been issued to applications in your name:"
1976       application: "Application Name"
1977       issued_at: "Issued At"
1978       revoke: "Revoke!"
1979       my_apps: "My Client Applications"
1980       no_apps_html: "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."
1981       oauth: OAuth
1982       registered_apps: "You have the following client applications registered:"
1983       register_new: "Register your application"
1984     form:
1985       name: "Name"
1986       required: "Required"
1987       url: "Main Application URL"
1988       callback_url: "Callback URL"
1989       support_url: "Support URL"
1990       requests: "Request the following permissions from the user:"
1991       allow_read_prefs:  "read their user preferences."
1992       allow_write_prefs: "modify their user preferences."
1993       allow_write_diary: "create diary entries, comments and make friends."
1994       allow_write_api:   "modify the map."
1995       allow_read_gpx:    "read their private GPS traces."
1996       allow_write_gpx:   "upload GPS traces."
1997       allow_write_notes: "modify notes."
1998     not_found:
1999       sorry: "Sorry, that %{type} could not be found."
2000     create:
2001       flash: "Registered the information successfully"
2002     update:
2003       flash: "Updated the client information successfully"
2004     destroy:
2005       flash: "Destroyed the client application registration"
2006   users:
2007     login:
2008       title: "Login"
2009       heading: "Login"
2010       email or username: "Email Address or Username:"
2011       password: "Password:"
2012       openid_html: "%{logo} OpenID:"
2013       remember: "Remember me"
2014       lost password link: "Lost your password?"
2015       login_button: "Login"
2016       register now: Register now
2017       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
2018       with external: "Alternatively, use a third party to login:"
2019       new to osm: New to OpenStreetMap?
2020       to make changes: To make changes to the OpenStreetMap data, you must have an account.
2021       create account minute: Create an account. It only takes a minute.
2022       no account: Don't have an account?
2023       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>."
2024       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.
2025       auth failure: "Sorry, could not log in with those details."
2026       openid_logo_alt: "Log in with an OpenID"
2027       auth_providers:
2028         openid:
2029           title: Login with OpenID
2030           alt: Login with an OpenID URL
2031         google:
2032           title: Login with Google
2033           alt: Login with a Google OpenID
2034         facebook:
2035           title: Login with Facebook
2036           alt: Login with a Facebook Account
2037         windowslive:
2038           title: Login with Windows Live
2039           alt: Login with a Windows Live Account
2040         github:
2041           title: Login with GitHub
2042           alt: Login with a GitHub Account
2043         wikipedia:
2044           title: Login with Wikipedia
2045           alt: Login with a Wikipedia Account
2046         yahoo:
2047           title: Login with Yahoo
2048           alt: Login with a Yahoo OpenID
2049         wordpress:
2050           title: Login with Wordpress
2051           alt: Login with a Wordpress OpenID
2052         aol:
2053           title: Login with AOL
2054           alt: Login with an AOL OpenID
2055     logout:
2056       title: "Logout"
2057       heading: "Logout from OpenStreetMap"
2058       logout_button: "Logout"
2059     lost_password:
2060       title: "Lost password"
2061       heading: "Forgotten Password?"
2062       email address: "Email Address:"
2063       new password button: "Reset password"
2064       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."
2065       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
2066       notice email cannot find: "Could not find that email address, sorry."
2067     reset_password:
2068       title: "Reset password"
2069       heading: "Reset Password for %{user}"
2070       password: "Password:"
2071       confirm password: "Confirm Password:"
2072       reset: "Reset Password"
2073       flash changed: "Your password has been changed."
2074       flash token bad: "Did not find that token, check the URL maybe?"
2075     new:
2076       title: "Sign Up"
2077       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
2078       contact_webmaster_html: 'Please contact the <a href="%{webmaster}">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible.'
2079       about:
2080         header: Free and editable
2081         html: |
2082           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
2083           and it's free for anyone to fix, update, download and use.</p>
2084           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
2085       license_agreement: 'When you confirm your account you will need to agree to the <a href="https://www.osmfoundation.org/wiki/License/Contributor_Terms">contributor terms</a>.'
2086       email address: "Email Address:"
2087       confirm email address: "Confirm Email Address:"
2088       not_displayed_publicly_html: 'Your address is not displayed publicly, see our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF privacy policy including section on email addresses">privacy policy</a> for more information'
2089       display name: "Display Name:"
2090       display name description: "Your publicly displayed username. You can change this later in the preferences."
2091       external auth: "Third Party Authentication:"
2092       password: "Password:"
2093       confirm password: "Confirm Password:"
2094       use external auth: "Alternatively, use a third party to login"
2095       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
2096       continue: Sign Up
2097       terms accepted: "Thanks for accepting the new contributor terms!"
2098       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>."
2099       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
2100     terms:
2101       title: "Terms"
2102       heading: "Terms"
2103       heading_ct: "Contributor terms"
2104       read and accept with tou: "Please read the contributor agreement and the terms of use, check both checkboxes when done and then press the continue button."
2105       contributor_terms_explain: "This agreement governs the terms for your existing and future contributions."
2106       read_ct: "I have read and agree to the above contributor terms"
2107       tou_explain_html: "These %{tou_link} govern the use of the website and other infrastructure provided by the OSMF. Please click on the link, read and agree to the text."
2108       read_tou: "I have read and agree to the Terms of Use"
2109       consider_pd: "In addition to the above, I consider my contributions to be in the Public Domain"
2110       consider_pd_why: "what's this?"
2111       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
2112       guidance_html: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
2113       continue: Continue
2114       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
2115       decline: "Decline"
2116       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
2117       legale_select: "Country of residence:"
2118       legale_names:
2119         france: "France"
2120         italy: "Italy"
2121         rest_of_world: "Rest of the world"
2122     no_such_user:
2123       title: "No such user"
2124       heading: "The user %{user} does not exist"
2125       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
2126       deleted: "deleted"
2127     show:
2128       my diary: My Diary
2129       new diary entry: new diary entry
2130       my edits: My Edits
2131       my traces: My Traces
2132       my notes: My Notes
2133       my messages: My Messages
2134       my profile: My Profile
2135       my settings: My Settings
2136       my comments: My Comments
2137       oauth settings: oauth settings
2138       blocks on me: Blocks on Me
2139       blocks by me: Blocks by Me
2140       send message: Send Message
2141       diary: Diary
2142       edits: Edits
2143       traces: Traces
2144       notes: Map Notes
2145       remove as friend: Unfriend
2146       add as friend: Add Friend
2147       mapper since: "Mapper since:"
2148       ct status: "Contributor terms:"
2149       ct undecided: Undecided
2150       ct declined: Declined
2151       latest edit: "Latest edit (%{ago}):"
2152       email address: "Email address:"
2153       created from: "Created from:"
2154       status: "Status:"
2155       spam score: "Spam Score:"
2156       description: Description
2157       user location: User location
2158       if_set_location_html: "Set your home location on the %{settings_link} page to see nearby users."
2159       settings_link_text: settings
2160       my friends: My friends
2161       no friends: You have not added any friends yet.
2162       km away: "%{count}km away"
2163       m away: "%{count}m away"
2164       nearby users: "Other nearby users"
2165       no nearby users: "There are no other users who admit to mapping nearby yet."
2166       role:
2167         administrator: "This user is an administrator"
2168         moderator: "This user is a moderator"
2169         grant:
2170           administrator: "Grant administrator access"
2171           moderator: "Grant moderator access"
2172         revoke:
2173           administrator: "Revoke administrator access"
2174           moderator: "Revoke moderator access"
2175       block_history: "Active Blocks"
2176       moderator_history: "Blocks Given"
2177       comments: "Comments"
2178       create_block: "Block this User"
2179       activate_user: "Activate this User"
2180       deactivate_user: "Deactivate this User"
2181       confirm_user: "Confirm this User"
2182       hide_user: "Hide this User"
2183       unhide_user: "Unhide this User"
2184       delete_user: "Delete this User"
2185       confirm: "Confirm"
2186       friends_changesets: "friends' changesets"
2187       friends_diaries: "friends' diary entries"
2188       nearby_changesets: "nearby user changesets"
2189       nearby_diaries: "nearby user diary entries"
2190       report: Report this User
2191     popup:
2192       your location: "Your location"
2193       nearby mapper: "Nearby mapper"
2194       friend: "Friend"
2195     account:
2196       title: "Edit account"
2197       my settings: My settings
2198       current email address: "Current Email Address:"
2199       new email address: "New Email Address:"
2200       email never displayed publicly: "(never displayed publicly)"
2201       external auth: "External Authentication:"
2202       openid:
2203         link: "https://wiki.openstreetmap.org/wiki/OpenID"
2204         link text: "what is this?"
2205       public editing:
2206         heading: "Public editing:"
2207         enabled: "Enabled. Not anonymous and can edit data."
2208         enabled link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
2209         enabled link text: "what is this?"
2210         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
2211         disabled link text: "why can't I edit?"
2212       public editing note:
2213         heading: "Public editing"
2214         html: "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=\"https://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>"
2215       contributor terms:
2216         heading: "Contributor Terms:"
2217         agreed: "You have agreed to the new Contributor Terms."
2218         not yet agreed: "You have not yet agreed to the new Contributor Terms."
2219         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
2220         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
2221         link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
2222         link text: "what is this?"
2223       profile description: "Profile Description:"
2224       preferred languages: "Preferred Languages:"
2225       preferred editor: "Preferred Editor:"
2226       image: "Image:"
2227       gravatar:
2228         gravatar: "Use Gravatar"
2229         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
2230         link text: "what is this?"
2231         disabled: "Gravatar has been disabled."
2232         enabled: "Display of your Gravatar has been enabled."
2233       new image: "Add an image"
2234       keep image: "Keep the current image"
2235       delete image: "Remove the current image"
2236       replace image: "Replace the current image"
2237       image size hint: "(square images at least 100x100 work best)"
2238       home location: "Home Location:"
2239       no home location: "You have not entered your home location."
2240       latitude: "Latitude:"
2241       longitude: "Longitude:"
2242       update home location on click: "Update home location when I click on the map?"
2243       save changes button: Save Changes
2244       make edits public button: Make all my edits public
2245       return to profile: Return to profile
2246       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
2247       flash update success: "User information updated successfully."
2248     confirm:
2249       heading: Check your email!
2250       introduction_1: |
2251         We sent you a confirmation email.
2252       introduction_2: |
2253         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
2254       press confirm button: "Press the confirm button below to activate your account."
2255       button: Confirm
2256       success: "Confirmed your account, thanks for signing up!"
2257       already active: "This account has already been confirmed."
2258       unknown token: "That confirmation code has expired or does not exist."
2259       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
2260     confirm_resend:
2261       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 %{sender} as we are unable to reply to any confirmation requests."
2262       failure: "User %{name} not found."
2263     confirm_email:
2264       heading: Confirm a change of email address
2265       press confirm button: "Press the confirm button below to confirm your new email address."
2266       button: Confirm
2267       success: "Confirmed your change of email address!"
2268       failure: "An email address has already been confirmed with this token."
2269       unknown_token: "That confirmation code has expired or does not exist."
2270     set_home:
2271       flash success: "Home location saved successfully"
2272     go_public:
2273       flash success: "All your edits are now public, and you are now allowed to edit."
2274     make_friend:
2275       heading: "Add %{user} as a friend?"
2276       button: "Add as friend"
2277       success: "%{name} is now your friend!"
2278       failed: "Sorry, failed to add %{name} as a friend."
2279       already_a_friend: "You are already friends with %{name}."
2280     remove_friend:
2281       heading: "Unfriend %{user}?"
2282       button: "Unfriend"
2283       success: "%{name} was removed from your friends."
2284       not_a_friend: "%{name} is not one of your friends."
2285     index:
2286       title: Users
2287       heading: Users
2288       showing:
2289         one: Page %{page} (%{first_item} of %{items})
2290         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2291       summary_html: "%{name} created from %{ip_address} on %{date}"
2292       summary_no_ip_html: "%{name} created on %{date}"
2293       confirm: Confirm Selected Users
2294       hide: Hide Selected Users
2295       empty: No matching users found
2296     suspended:
2297       title: Account Suspended
2298       heading: Account Suspended
2299       webmaster: webmaster
2300       body_html: |
2301         <p>
2302           Sorry, your account has been automatically suspended due to
2303           suspicious activity.
2304         </p>
2305         <p>
2306           This decision will be reviewed by an administrator shortly, or
2307           you may contact the %{webmaster} if you wish to discuss this.
2308         </p>
2309     auth_failure:
2310       connection_failed: Connection to authentication provider failed
2311       invalid_credentials: Invalid authentication credentials
2312       no_authorization_code: No authorization code
2313       unknown_signature_algorithm: Unknown signature algorithm
2314       invalid_scope: Invalid scope
2315     auth_association:
2316       heading: Your ID is not associated with a OpenStreetMap account yet.
2317       option_1: |
2318         If you are new to OpenStreetMap, please create a new account
2319         using the form below.
2320       option_2: |
2321         If you already have an account, you can login to your account
2322         using your username and password and then associate the account
2323         with your ID in your user settings.
2324   user_role:
2325     filter:
2326       not_a_role: "The string `%{role}' is not a valid role."
2327       already_has_role: "The user already has role %{role}."
2328       doesnt_have_role: "The user does not have role %{role}."
2329       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2330     grant:
2331       title: Confirm role granting
2332       heading: Confirm role granting
2333       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2334       confirm: "Confirm"
2335       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2336     revoke:
2337       title: Confirm role revoking
2338       heading: Confirm role revoking
2339       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2340       confirm: "Confirm"
2341       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2342   user_blocks:
2343     model:
2344       non_moderator_update: "Must be a moderator to create or update a block."
2345       non_moderator_revoke: "Must be a moderator to revoke a block."
2346     not_found:
2347       sorry: "Sorry, the user block with ID %{id} could not be found."
2348       back: "Back to index"
2349     new:
2350       title: "Creating block on %{name}"
2351       heading_html: "Creating block on %{name}"
2352       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."
2353       period: "How long, starting now, the user will be blocked from the API for."
2354       tried_contacting: "I have contacted the user and asked them to stop."
2355       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2356       needs_view: "User needs to log in before this block will be cleared"
2357       back: "View all blocks"
2358     edit:
2359       title: "Editing block on %{name}"
2360       heading_html: "Editing block on %{name}"
2361       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."
2362       period: "How long, starting now, the user will be blocked from the API for."
2363       show: "View this block"
2364       back: "View all blocks"
2365       needs_view: "Does the user need to log in before this block will be cleared?"
2366     filter:
2367       block_expired: "The block has already expired and cannot be edited."
2368       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2369     create:
2370       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2371       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2372       flash: "Created a block on user %{name}."
2373     update:
2374       only_creator_can_edit: "Only the moderator who created this block can edit it."
2375       success: "Block updated."
2376     index:
2377       title: "User blocks"
2378       heading: "List of user blocks"
2379       empty: "No blocks have been made yet."
2380     revoke:
2381       title: "Revoking block on %{block_on}"
2382       heading_html: "Revoking block on %{block_on} by %{block_by}"
2383       time_future: "This block will end in %{time}."
2384       past: "This block ended %{time} and cannot be revoked now."
2385       confirm: "Are you sure you wish to revoke this block?"
2386       revoke: "Revoke!"
2387       flash: "This block has been revoked."
2388     helper:
2389       time_future: "Ends in %{time}."
2390       until_login: "Active until the user logs in."
2391       time_future_and_until_login: "Ends in %{time} and after the user has logged in."
2392       time_past: "Ended %{time}."
2393       block_duration:
2394         hours:
2395           one: "1 hour"
2396           other: "%{count} hours"
2397         days:
2398           one: "1 day"
2399           other: "%{count} days"
2400         weeks:
2401           one: "1 week"
2402           other: "%{count} weeks"
2403         months:
2404           one: "1 month"
2405           other: "%{count} months"
2406         years:
2407           one: "1 year"
2408           other: "%{count} years"
2409     blocks_on:
2410       title: "Blocks on %{name}"
2411       heading_html: "List of blocks on %{name}"
2412       empty: "%{name} has not been blocked yet."
2413     blocks_by:
2414       title: "Blocks by %{name}"
2415       heading_html: "List of blocks by %{name}"
2416       empty: "%{name} has not made any blocks yet."
2417     show:
2418       title: "%{block_on} blocked by %{block_by}"
2419       heading_html: "%{block_on} blocked by %{block_by}"
2420       created: "Created"
2421       status: "Status"
2422       show: "Show"
2423       edit: "Edit"
2424       revoke: "Revoke!"
2425       confirm: "Are you sure?"
2426       reason: "Reason for block:"
2427       back: "View all blocks"
2428       revoker: "Revoker:"
2429       needs_view: "The user needs to log in before this block will be cleared."
2430     block:
2431       not_revoked: "(not revoked)"
2432       show: "Show"
2433       edit: "Edit"
2434       revoke: "Revoke!"
2435     blocks:
2436       display_name: "Blocked User"
2437       creator_name: "Creator"
2438       reason: "Reason for block"
2439       status: "Status"
2440       revoker_name: "Revoked by"
2441       showing_page: "Page %{page}"
2442       next: "Next »"
2443       previous: "« Previous"
2444   notes:
2445     mine:
2446       title: "Notes submitted or commented on by %{user}"
2447       heading: "%{user}'s notes"
2448       subheading_html: "Notes submitted or commented on by %{user}"
2449       id: "Id"
2450       creator: "Creator"
2451       description: "Description"
2452       created_at: "Created at"
2453       last_changed: "Last changed"
2454   javascripts:
2455     close: Close
2456     share:
2457       title: "Share"
2458       cancel: "Cancel"
2459       image: "Image"
2460       link: "Link or HTML"
2461       long_link: "Link"
2462       short_link: "Short Link"
2463       geo_uri: "Geo URI"
2464       embed: "HTML"
2465       custom_dimensions: "Set custom dimensions"
2466       format: "Format:"
2467       scale: "Scale:"
2468       image_size: "Image will show standard layer at "
2469       download: "Download"
2470       short_url: "Short URL"
2471       include_marker: "Include marker"
2472       center_marker: "Center map on marker"
2473       paste_html: "Paste HTML to embed in website"
2474       view_larger_map: "View Larger Map"
2475       only_standard_layer: "Only the standard layer can be exported as an image"
2476     embed:
2477       report_problem: "Report a problem"
2478     key:
2479       title: "Map Key"
2480       tooltip: "Map Key"
2481       tooltip_disabled: "Map Key not available for this layer"
2482     map:
2483       zoom:
2484         in: Zoom In
2485         out: Zoom Out
2486       locate:
2487         title: Show My Location
2488         metersPopup:
2489           one: You are within one meter of this point
2490           other: You are within %{count} meters of this point
2491         feetPopup:
2492           one: You are within one foot of this point
2493           other: You are within %{count} feet of this point
2494       base:
2495         standard: Standard
2496         cycle_map: Cycle Map
2497         transport_map: Transport Map
2498         hot: Humanitarian
2499       layers:
2500         header: Map Layers
2501         notes: Map Notes
2502         data: Map Data
2503         gps: Public GPS Traces
2504         overlays: Enable overlays for troubleshooting the map
2505         title: "Layers"
2506       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2507       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2508       terms: "<a href='%{terms_url}' target='_blank'>Website and API terms</a>"
2509       thunderforest: "Tiles courtesy of <a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>"
2510       hotosm: "Tiles style by <a href='%{hotosm_url}' target='_blank'>Humanitarian OpenStreetMap Team</a> hosted by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>"
2511     site:
2512       edit_tooltip: Edit the map
2513       edit_disabled_tooltip: Zoom in to edit the map
2514       createnote_tooltip: Add a note to the map
2515       createnote_disabled_tooltip: Zoom in to add a note to the map
2516       map_notes_zoom_in_tooltip: Zoom in to see map notes
2517       map_data_zoom_in_tooltip: Zoom in to see map data
2518       queryfeature_tooltip: Query features
2519       queryfeature_disabled_tooltip: Zoom in to query features
2520     changesets:
2521       show:
2522         comment: "Comment"
2523         subscribe: "Subscribe"
2524         unsubscribe: "Unsubscribe"
2525         hide_comment: "hide"
2526         unhide_comment: "unhide"
2527     notes:
2528       new:
2529         intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem."
2530         advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings."
2531         add: Add Note
2532       show:
2533         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2534         hide: Hide
2535         resolve: Resolve
2536         reactivate: Reactivate
2537         comment_and_resolve: Comment & Resolve
2538         comment: Comment
2539     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2540     directions:
2541       ascend: "Ascend"
2542       engines:
2543         fossgis_osrm_bike: "Bicycle (OSRM)"
2544         fossgis_osrm_car: "Car (OSRM)"
2545         fossgis_osrm_foot: "Foot (OSRM)"
2546         graphhopper_bicycle: "Bicycle (GraphHopper)"
2547         graphhopper_car: "Car (GraphHopper)"
2548         graphhopper_foot: "Foot (GraphHopper)"
2549       descend: "Descend"
2550       directions: "Directions"
2551       distance: "Distance"
2552       errors:
2553         no_route: "Couldn't find a route between those two places."
2554         no_place: "Sorry - couldn't locate '%{place}'."
2555       instructions:
2556         continue_without_exit: Continue on %{name}
2557         slight_right_without_exit: Slight right onto %{name}
2558         offramp_right: Take the ramp on the right
2559         offramp_right_with_exit: Take exit %{exit} on the right
2560         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
2561         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
2562         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
2563         offramp_right_with_name: Take the ramp on the right onto %{name}
2564         offramp_right_with_directions: Take the ramp on the right towards %{directions}
2565         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
2566         onramp_right_without_exit: Turn right on the ramp onto %{name}
2567         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
2568         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
2569         onramp_right_without_directions: Turn right onto the ramp
2570         onramp_right: Turn right onto the ramp
2571         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2572         merge_right_without_exit: Merge right onto %{name}
2573         fork_right_without_exit: At the fork turn right onto %{name}
2574         turn_right_without_exit: Turn right onto %{name}
2575         sharp_right_without_exit: Sharp right onto %{name}
2576         uturn_without_exit: U-turn along %{name}
2577         sharp_left_without_exit: Sharp left onto %{name}
2578         turn_left_without_exit: Turn left onto %{name}
2579         offramp_left: Take the ramp on the left
2580         offramp_left_with_exit: Take exit %{exit} on the left
2581         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
2582         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
2583         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
2584         offramp_left_with_name: Take the ramp on the left onto %{name}
2585         offramp_left_with_directions: Take the ramp on the left towards %{directions}
2586         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
2587         onramp_left_without_exit: Turn left on the ramp onto %{name}
2588         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
2589         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
2590         onramp_left_without_directions: Turn left onto the ramp
2591         onramp_left: Turn left onto the ramp
2592         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2593         merge_left_without_exit: Merge left onto %{name}
2594         fork_left_without_exit: At the fork turn left onto %{name}
2595         slight_left_without_exit: Slight left onto %{name}
2596         via_point_without_exit: (via point)
2597         follow_without_exit: Follow %{name}
2598         roundabout_without_exit: At roundabout take exit onto %{name}
2599         leave_roundabout_without_exit: Leave roundabout - %{name}
2600         stay_roundabout_without_exit: Stay on roundabout - %{name}
2601         start_without_exit: Start on %{name}
2602         destination_without_exit: Reach destination
2603         against_oneway_without_exit: Go against one-way on %{name}
2604         end_oneway_without_exit: End of one-way on %{name}
2605         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2606         roundabout_with_exit_ordinal: At roundabout take %{exit} exit onto %{name}
2607         exit_roundabout: Exit roundabout onto %{name}
2608         unnamed: "unnamed road"
2609         courtesy: "Directions courtesy of %{link}"
2610         exit_counts:
2611           first: "1st"
2612           second: "2nd"
2613           third: "3rd"
2614           fourth: "4th"
2615           fifth: "5th"
2616           sixth: "6th"
2617           seventh: "7th"
2618           eighth: "8th"
2619           ninth: "9th"
2620           tenth: "10th"
2621       time: "Time"
2622     query:
2623       node: Node
2624       way: Way
2625       relation: Relation
2626       nothing_found: No features found
2627       error: "Error contacting %{server}: %{error}"
2628       timeout: "Timeout contacting %{server}"
2629     context:
2630       directions_from: Directions from here
2631       directions_to: Directions to here
2632       add_note: Add a note here
2633       show_address: Show address
2634       query_features: Query features
2635       centre_map: Centre map here
2636   redactions:
2637     edit:
2638       description: "Description"
2639       heading: "Edit redaction"
2640       title: "Edit redaction"
2641     index:
2642       empty: "No redactions to show."
2643       heading: "List of redactions"
2644       title: "List of redactions"
2645     new:
2646       description: "Description"
2647       heading: "Enter information for new redaction"
2648       title: "Creating new redaction"
2649     show:
2650       description: "Description:"
2651       heading: "Showing redaction \"%{title}\""
2652       title: "Showing redaction"
2653       user: "Creator:"
2654       edit: "Edit this redaction"
2655       destroy: "Remove this redaction"
2656       confirm: "Are you sure?"
2657     create:
2658       flash: "Redaction created."
2659     update:
2660       flash: "Changes saved."
2661     destroy:
2662       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2663       flash: "Redaction destroyed."
2664       error: "There was an error destroying this redaction."
2665   validations:
2666     leading_whitespace: "has leading whitespace"
2667     trailing_whitespace: "has trailing whitespace"
2668     invalid_characters: "contains invalid characters"
2669     url_characters: "contains special URL characters (%{characters})"