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