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