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