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