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