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