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