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