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