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