]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
69e52e44dfd685b685cf8a9102838c0bf9af3eb3
[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     sotm_header: State of the Map 2014
948     sotm_line_1: 8th Annual Conference
949     sotm_line_2: November 7th-9th 2014
950     sotm_line_3: Buenos Aires, Argentina
951   license_page:
952     foreign:
953       title: About this translation
954       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
955       english_link: the English original
956     native:
957       title: About this page
958       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}.
959       native_link: THIS_LANGUAGE_NAME_HERE version
960       mapping_link: start mapping
961     legal_babble:
962       title_html: Copyright and License
963       intro_1_html: |
964         OpenStreetMap is <i>open data</i>, licensed under the <a
965         href="http://opendatacommons.org/licenses/odbl/">Open Data
966         Commons Open Database License</a> (ODbL).
967       intro_2_html: |
968         You are free to copy, distribute, transmit and adapt our data,
969         as long as you credit OpenStreetMap and its
970         contributors. If you alter or build upon our data, you
971         may distribute the result only under the same licence. The
972         full <a href="http://opendatacommons.org/licenses/odbl/1.0/">legal
973         code</a> explains your rights and responsibilities.
974       intro_3_html: |
975         The cartography in our map tiles, and our documentation, are
976         licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
977         Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
978       credit_title_html: How to credit OpenStreetMap
979       credit_1_html: |
980         We require that you use the credit &ldquo;&copy; OpenStreetMap
981         contributors&rdquo;.
982       credit_2_html: |
983         You must also make it clear that the data is available under the Open
984         Database License, and if using our map tiles, that the cartography is
985         licensed as CC BY-SA. You may do this by linking to
986         <a href="http://www.openstreetmap.org/copyright">this copyright page</a>.
987         Alternatively, and as a requirement if you are distributing OSM in a
988         data form, you can name and link directly to the license(s). In media
989         where links are not possible (e.g. printed works), we suggest you
990         direct your readers to openstreetmap.org (perhaps by expanding
991         'OpenStreetMap' to this full address), to opendatacommons.org, and
992         if relevant, to creativecommons.org.
993       credit_3_html: |
994         For a browsable electronic map, the credit should appear in the corner of the map.
995         For example:
996       attribution_example:
997         alt: Example of how to attribute OpenStreetMap on a webpage
998         title: Attribution example
999       more_title_html: Finding out more
1000       more_1_html: |
1001         Read more about using our data, and how to credit us, at the <a
1002         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
1003         FAQ</a>.
1004       more_2_html: |
1005         Although OpenStreetMap is open data, we cannot provide a
1006         free-of-charge map API for third-party developers.
1007         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
1008         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
1009         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
1010       contributors_title_html: Our contributors
1011       contributors_intro_html: |
1012         Our contributors are thousands of individuals. We also include
1013         openly-licensed data from national mapping agencies
1014         and other sources, among them:
1015       contributors_at_html: |
1016         <strong>Austria</strong>: Contains data from
1017         <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
1018         <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1019         <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1020         Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1021       contributors_ca_html: |
1022         <strong>Canada</strong>: Contains data from
1023         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1024         Resources Canada), CanVec (&copy; Department of Natural
1025         Resources Canada), and StatCan (Geography Division,
1026         Statistics Canada).
1027       contributors_fi_html: |
1028         <strong>Finland</strong>: Contains data from the
1029         National Land Survey of Finland's Topographic Database
1030         and other datasets, under the
1031         <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI License</a>.
1032       contributors_fr_html: |
1033         <strong>France</strong>: Contains data sourced from
1034         Direction Générale des Impôts.
1035       contributors_nl_html: |
1036         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1037         (<a href="http://www.and.com">www.and.com</a>)
1038       contributors_nz_html: |
1039         <strong>New Zealand</strong>: Contains data sourced from
1040         Land Information New Zealand. Crown Copyright reserved.
1041       contributors_za_html: |
1042         <strong>South Africa</strong>: Contains data sourced from
1043         <a href="http://www.ngi.gov.za/">Chief Directorate:
1044         National Geo-Spatial Information</a>, State copyright reserved.
1045       contributors_gb_html: |
1046         <strong>United Kingdom</strong>: Contains Ordnance
1047         Survey data &copy; Crown copyright and database right
1048         2010-12.
1049       contributors_footer_1_html: |
1050         For further details of these, and other sources that have been used
1051         to help improve OpenStreetMap, please see the <a
1052         href="http://wiki.openstreetmap.org/wiki/Contributors">Contributors
1053         page</a> on the OpenStreetMap Wiki.
1054       contributors_footer_2_html: |
1055         Inclusion of data in OpenStreetMap does not imply that the original
1056         data provider endorses OpenStreetMap, provides any warranty, or
1057         accepts any liability.
1058       infringement_title_html: Copyright infringement
1059       infringement_1_html: |
1060         OSM contributors are reminded never to add data from any
1061         copyrighted sources (e.g. Google Maps or printed maps) without
1062         explicit permission from the copyright holders.
1063       infringement_2_html: |
1064         If you believe that copyrighted material has been inappropriately
1065         added to the OpenStreetMap database or this site, please refer
1066         to our <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1067         procedure</a> or file directly at our
1068         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1069   welcome_page:
1070     title: Welcome!
1071     introduction_html: |
1072       Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1073       up, you're all set to get started mapping. Here's a quick guide with the most important
1074       things you need to know.
1075     whats_on_the_map:
1076       title: What's on the Map
1077       on_html: |
1078         OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1079         it includes millions of buildings, roads, and other details about places. You can map
1080         whatever real-world features are interesting to you.
1081       off_html: |
1082         What it <em>doesn't</em> include is opinionated data like ratings, historical or
1083         hypothetical features, and data from copyrighted sources. Unless you have special
1084         permission, don't copy from online or paper maps.
1085     basic_terms:
1086       title: Basic Terms For Mapping
1087       paragraph_1_html: |
1088         OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1089       editor_html: |
1090         An <strong>editor</strong> is a program or website you can use to edit the map.
1091       node_html: |
1092         A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
1093       way_html: |
1094         A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1095       tag_html: |
1096         A <strong>tag</strong> is a bit of data about a node or way, like a
1097         restaurant's name or a road's speed limit.
1098     questions:
1099       title: Any questions?
1100       paragraph_1_html: |
1101         OpenStreetMap has several resources for learning about the project, asking and answering
1102         questions, and collaboratively discussing and documenting mapping topics.
1103         <a href='%{help_url}'>Get help here</a>.
1104     start_mapping: Start Mapping
1105     add_a_note:
1106       title: No Time To Edit? Add a Note!
1107       paragraph_1_html: |
1108         If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1109         easy to add a note.
1110       paragraph_2_html: |
1111         Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1112         <span class='icon note'></span>. This will add a marker to the map, which you can move
1113         by dragging. Add your message, then click save, and other mappers will investigate.
1114   fixthemap:
1115     title: Report a problem / Fix the map
1116     how_to_help:
1117       title: How to Help
1118       join_the_community:
1119         title: Join the community
1120         explanation_html: |
1121           If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
1122           proceed is to join the OpenStreetMap community and add or repair the data yourself. 
1123       add_a_note:
1124         instructions_html: |
1125           Just click <a class='icon note'></a> or the same icon on the map display.
1126           This will add a marker to the map, which you can move
1127           by dragging. Add your message, then click save, and other mappers will investigate.
1128     other_concerns:
1129       title: Other concerns
1130       explanation_html: |
1131         If you have concerns about how our data is being used or about the contents please consult our
1132         <a href='/copyright'>copyright page</a> for more legal information, or contact the appropriate 
1133         <a href='http://wiki.osmfoundation.org/wiki/Working_Groups'>OSMF working group</a>.  
1134   help_page:
1135     title: Getting Help
1136     introduction: |
1137       OpenStreetMap has several resources for learning about the project, asking and answering questions,
1138       and collaboratively discussing and documenting mapping topics.
1139     welcome:
1140       url: /welcome
1141       title: Welcome to OSM
1142       description: Start with this quick guide covering the OpenStreetMap basics.
1143     help:
1144       url: https://help.openstreetmap.org/
1145       title: help.openstreetmap.org
1146       description: Ask a question or look up answers on OSM's question-and-answer site.
1147     wiki:
1148       url: http://wiki.openstreetmap.org/
1149       title: wiki.openstreetmap.org
1150       description: Browse the wiki for in-depth OSM documentation.
1151   about_page:
1152     next: Next
1153     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1154     used_by: "%{name} powers map data on hundreds of web sites, mobile apps, and hardware devices"
1155     lede_text: |
1156       OpenStreetMap is built by a community of mappers that contribute and maintain data
1157       about roads, trails, cafés, railway stations, and much more, all over the world.
1158     local_knowledge_title: Local Knowledge
1159     local_knowledge_html: |
1160       OpenStreetMap emphasizes local knowledge. Contributors use
1161       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1162       is accurate and up to date.
1163     community_driven_title: Community Driven
1164     community_driven_html: |
1165       OpenStreetMap's community is diverse, passionate, and growing every day.
1166       Our contributors include enthusiast mappers, GIS professionals, engineers
1167       running the OSM servers, humanitarians mapping disaster-affected areas,
1168       and many more.
1169       To learn more about the community, see the <a href='%{diary_path}'>user diaries</a>,
1170       <a href='http://blogs.openstreetmap.org/'>community blogs</a>, and
1171       the <a href='http://www.osmfoundation.org/'>OSM Foundation</a> website.
1172     open_data_title: Open Data
1173     open_data_html: |
1174       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1175       as long as you credit OpenStreetMap and its contributors. If you alter or
1176       build upon the data in certain ways, you may distribute the result only
1177       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1178       License page</a> for details.
1179     partners_title: Partners
1180   notifier:
1181     diary_comment_notification:
1182       subject: "[OpenStreetMap] %{user} commented on your diary entry"
1183       hi: "Hi %{to_user},"
1184       header: "%{from_user} has commented on your recent OpenStreetMap diary entry with the subject %{subject}:"
1185       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1186     message_notification:
1187       subject_header: "[OpenStreetMap] %{subject}"
1188       hi: "Hi %{to_user},"
1189       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1190       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1191     friend_notification:
1192       subject: "[OpenStreetMap] %{user} added you as a friend"
1193       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1194       see_their_profile: "You can see their profile at %{userurl}."
1195       befriend_them: "You can also add them as a friend at %{befriendurl}."
1196     gpx_notification:
1197       greeting: "Hi,"
1198       your_gpx_file: "It looks like your GPX file"
1199       with_description: "with the description"
1200       and_the_tags: "and the following tags:"
1201       and_no_tags: "and no tags."
1202       failure:
1203         subject: "[OpenStreetMap] GPX Import failure"
1204         failed_to_import: "failed to import. Here is the error:"
1205         more_info_1: "More information about GPX import failures and how to avoid"
1206         more_info_2: "them can be found at:"
1207         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1208       success:
1209         subject: "[OpenStreetMap] GPX Import success"
1210         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1211     signup_confirm:
1212       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1213       greeting: "Hi there!"
1214       created: "Someone (hopefully you) just created an account at %{site_url}."
1215       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:"
1216       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1217     email_confirm:
1218       subject: "[OpenStreetMap] Confirm your email address"
1219     email_confirm_plain:
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     email_confirm_html:
1224       greeting: "Hi,"
1225       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1226       click_the_link: "If this is you, please click the link below to confirm the change."
1227     lost_password:
1228       subject: "[OpenStreetMap] Password reset request"
1229     lost_password_plain:
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     lost_password_html:
1234       greeting: "Hi,"
1235       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1236       click_the_link: "If this is you, please click the link below to reset your password."
1237     note_comment_notification:
1238       anonymous: An anonymous user
1239       greeting: "Hi,"
1240       commented:
1241         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1242         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1243         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1244         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1245       closed:
1246         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1247         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1248         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1249         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1250       reopened:
1251         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1252         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1253         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1254         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1255       details: "More details about the note can be found at %{url}."
1256     changeset_comment_notification:
1257       greeting: "Hi,"
1258       commented:
1259         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1260         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1261         your_changeset: "%{commenter} has left a comment on one of your changesets created at %{time}"
1262         commented_changeset: "%{commenter} has left a comment on a map changeset you are watching created by %{changeset_author} at %{time}"
1263         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1264         partial_changeset_without_comment: "without comment"
1265       details: "More details about the changeset can be found at %{url}."
1266   message:
1267     inbox:
1268       title: "Inbox"
1269       my_inbox: "My Inbox"
1270       outbox: "outbox"
1271       messages: "You have %{new_messages} and %{old_messages}"
1272       new_messages:
1273         one: "%{count} new message"
1274         other: "%{count} new messages"
1275       old_messages:
1276         one: "%{count} old message"
1277         other: "%{count} old messages"
1278       from: "From"
1279       subject: "Subject"
1280       date: "Date"
1281       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1282       people_mapping_nearby: "people mapping nearby"
1283     message_summary:
1284       unread_button: "Mark as unread"
1285       read_button: "Mark as read"
1286       reply_button: "Reply"
1287       delete_button: "Delete"
1288     new:
1289       title: "Send message"
1290       send_message_to: "Send a new message to %{name}"
1291       subject: "Subject"
1292       body: "Body"
1293       send_button: "Send"
1294       back_to_inbox: "Back to inbox"
1295       message_sent: "Message sent"
1296       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1297     no_such_message:
1298       title: "No such message"
1299       heading: "No such message"
1300       body: "Sorry there is no message with that id."
1301     outbox:
1302       title: "Outbox"
1303       my_inbox: "My %{inbox_link}"
1304       inbox: "inbox"
1305       outbox: "outbox"
1306       messages:
1307         one: "You have %{count} sent message"
1308         other: "You have %{count} sent messages"
1309       to: "To"
1310       subject: "Subject"
1311       date: "Date"
1312       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1313       people_mapping_nearby: "people mapping nearby"
1314     reply:
1315       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."
1316     read:
1317       title: "Read message"
1318       from: "From"
1319       subject: "Subject"
1320       date: "Date"
1321       reply_button: "Reply"
1322       unread_button: "Mark as unread"
1323       back: "Back"
1324       to: "To"
1325       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."
1326     sent_message_summary:
1327       delete_button: "Delete"
1328     mark:
1329       as_read: "Message marked as read"
1330       as_unread: "Message marked as unread"
1331     delete:
1332       deleted: "Message deleted"
1333   site:
1334     index:
1335       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1336       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1337       permalink: Permalink
1338       shortlink: Shortlink
1339       createnote: Add a note
1340       license:
1341         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1342         license_url: "http://openstreetmap.org/copyright"
1343         project_url: "http://openstreetmap.org"
1344       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1345     edit:
1346       not_public: "You have not set your edits to be public."
1347       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}."
1348       user_page_link: user page
1349       anon_edits: "(%{link})"
1350       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1351       anon_edits_link_text: "Find out why this is the case."
1352       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.'
1353       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.)"
1354       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1355       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1356       id_not_configured: "iD has not been configured"
1357       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1358     sidebar:
1359       search_results: Search Results
1360       close: Close
1361     search:
1362       search: Search
1363       where_am_i: "Where am I?"
1364       where_am_i_title: Describe the current location using the search engine
1365       submit_text: "Go"
1366     key:
1367       table:
1368         entry:
1369           motorway: "Motorway"
1370           trunk: "Trunk road"
1371           primary: "Primary road"
1372           secondary: "Secondary road"
1373           unclassified: "Unclassified road"
1374           unsurfaced: "Unsurfaced road"
1375           track: "Track"
1376           byway: "Byway"
1377           bridleway: "Bridleway"
1378           cycleway: "Cycleway"
1379           footway: "Footway"
1380           rail: "Railway"
1381           subway: "Subway"
1382           tram:
1383             - Light rail
1384             - tram
1385           cable:
1386             - Cable car
1387             - chair lift
1388           runway:
1389             - Airport Runway
1390             - taxiway
1391           apron:
1392             - Airport apron
1393             - terminal
1394           admin: "Administrative boundary"
1395           forest: "Forest"
1396           wood: "Wood"
1397           golf: "Golf course"
1398           park: "Park"
1399           resident: "Residential area"
1400           tourist: "Tourist attraction"
1401           common:
1402             - Common
1403             - meadow
1404           retail: "Retail area"
1405           industrial: "Industrial area"
1406           commercial: "Commercial area"
1407           heathland: "Heathland"
1408           lake:
1409             - Lake
1410             - reservoir
1411           farm: "Farm"
1412           brownfield: "Brownfield site"
1413           cemetery: "Cemetery"
1414           allotments: "Allotments"
1415           pitch: "Sports pitch"
1416           centre: "Sports centre"
1417           reserve: "Nature reserve"
1418           military: "Military area"
1419           school:
1420             - School
1421             - university
1422           building: "Significant building"
1423           station: "Railway station"
1424           summit:
1425             - Summit
1426             - peak
1427           tunnel: "Dashed casing = tunnel"
1428           bridge: "Black casing = bridge"
1429           private: "Private access"
1430           permissive: "Permissive access"
1431           destination: "Destination access"
1432           construction: "Roads under construction"
1433     richtext_area:
1434       edit: Edit
1435       preview: Preview
1436     markdown_help:
1437       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1438       headings: Headings
1439       heading: Heading
1440       subheading: Subheading
1441       unordered: Unordered list
1442       ordered: Ordered list
1443       first: First item
1444       second: Second item
1445       link: Link
1446       text: Text
1447       image: Image
1448       alt: Alt text
1449       url: URL
1450   trace:
1451     visibility:
1452       private: "Private (only shared as anonymous, unordered points)"
1453       public: "Public (shown in trace list and as anonymous, unordered points)"
1454       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1455       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1456     create:
1457       upload_trace: "Upload GPS Trace"
1458       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."
1459     edit:
1460       title: "Editing trace %{name}"
1461       heading: "Editing trace %{name}"
1462       filename: "Filename:"
1463       download: "download"
1464       uploaded_at: "Uploaded:"
1465       points: "Points:"
1466       start_coord: "Start coordinate:"
1467       map: "map"
1468       edit: "edit"
1469       owner: "Owner:"
1470       description: "Description:"
1471       tags: "Tags:"
1472       tags_help: "comma delimited"
1473       save_button: "Save Changes"
1474       visibility: "Visibility:"
1475       visibility_help: "what does this mean?"
1476       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1477     trace_form:
1478       upload_gpx: "Upload GPX File:"
1479       description: "Description:"
1480       tags: "Tags:"
1481       tags_help: "comma delimited"
1482       visibility: "Visibility:"
1483       visibility_help: "what does this mean?"
1484       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1485       upload_button: "Upload"
1486       help: "Help"
1487       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1488     trace_header:
1489       upload_trace: "Upload a trace"
1490       see_all_traces: "See all traces"
1491       see_your_traces: "See your traces"
1492       traces_waiting:
1493         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."
1494         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."
1495     trace_optionals:
1496       tags: "Tags"
1497     view:
1498       title: "Viewing trace %{name}"
1499       heading: "Viewing trace %{name}"
1500       pending: "PENDING"
1501       filename: "Filename:"
1502       download: "download"
1503       uploaded: "Uploaded:"
1504       points: "Points:"
1505       start_coordinates: "Start coordinate:"
1506       map: "map"
1507       edit: "edit"
1508       owner: "Owner:"
1509       description: "Description:"
1510       tags: "Tags:"
1511       none: "None"
1512       edit_track: "Edit this trace"
1513       delete_track: "Delete this trace"
1514       trace_not_found: "Trace not found!"
1515       visibility: "Visibility:"
1516     trace_paging_nav:
1517       showing_page: "Page %{page}"
1518       older: "Older Traces"
1519       newer: "Newer Traces"
1520     trace:
1521       pending: "PENDING"
1522       count_points: "%{count} points"
1523       ago: "%{time_in_words_ago} ago"
1524       more: "more"
1525       trace_details: "View Trace Details"
1526       view_map: "View Map"
1527       edit: "edit"
1528       edit_map: "Edit Map"
1529       public: "PUBLIC"
1530       identifiable: "IDENTIFIABLE"
1531       private: "PRIVATE"
1532       trackable: "TRACKABLE"
1533       by: "by"
1534       in: "in"
1535       map: "map"
1536     list:
1537       public_traces: "Public GPS traces"
1538       your_traces: "Your GPS traces"
1539       public_traces_from: "Public GPS traces from %{user}"
1540       description: "Browse recent GPS track uploads"
1541       tagged_with: " tagged with %{tags}"
1542       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>."
1543     delete:
1544       scheduled_for_deletion: "Trace scheduled for deletion"
1545     make_public:
1546       made_public: "Trace made public"
1547     offline_warning:
1548       message: "The GPX file upload system is currently unavailable"
1549     offline:
1550       heading: "GPX Storage Offline"
1551       message: "The GPX file storage and upload system is currently unavailable."
1552     georss:
1553       title: "OpenStreetMap GPS Traces"
1554     description:
1555       description_with_count:
1556         one: "GPX file with %{count} point from %{user}"
1557         other: "GPX file with %{count} points from %{user}"
1558       description_without_count: "GPX file from %{user}"
1559   application:
1560     require_cookies:
1561       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1562     require_moderator:
1563       not_a_moderator: "You need to be a moderator to perform that action."
1564     setup_user_auth:
1565       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1566       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."
1567   oauth:
1568     oauthorize:
1569       title: "Authorize access to your account"
1570       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."
1571       allow_to: "Allow the client application to:"
1572       allow_read_prefs:  "read your user preferences."
1573       allow_write_prefs: "modify your user preferences."
1574       allow_write_diary: "create diary entries, comments and make friends."
1575       allow_write_api:   "modify the map."
1576       allow_read_gpx:    "read your private GPS traces."
1577       allow_write_gpx:   "upload GPS traces."
1578       allow_write_notes: "modify notes."
1579     oauthorize_success:
1580       title: "Authorization request allowed"
1581       allowed: "You have granted application %{app_name} access to your account."
1582       verification: "The verification code is %{code}."
1583     oauthorize_failure:
1584       title: "Authorization request failed"
1585       denied: "You have denied application %{app_name} access to your account."
1586       invalid: "The authorization token is not valid."
1587     revoke:
1588       flash: "You've revoked the token for %{application}"
1589   oauth_clients:
1590     new:
1591       title: "Register a new application"
1592       submit: "Register"
1593     edit:
1594       title: "Edit your application"
1595       submit: "Edit"
1596     show:
1597       title: "OAuth details for %{app_name}"
1598       key: "Consumer Key:"
1599       secret: "Consumer Secret:"
1600       url: "Request Token URL:"
1601       access_url: "Access Token URL:"
1602       authorize_url: "Authorise URL:"
1603       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1604       edit: "Edit Details"
1605       delete: "Delete Client"
1606       confirm: "Are you sure?"
1607       requests: "Requesting the following permissions from the user:"
1608       allow_read_prefs:  "read their user preferences."
1609       allow_write_prefs: "modify their user preferences."
1610       allow_write_diary: "create diary entries, comments and make friends."
1611       allow_write_api:   "modify the map."
1612       allow_read_gpx:    "read their private GPS traces."
1613       allow_write_gpx:   "upload GPS traces."
1614       allow_write_notes: "modify notes."
1615     index:
1616       title: "My OAuth Details"
1617       my_tokens: "My Authorised Applications"
1618       list_tokens: "The following tokens have been issued to applications in your name:"
1619       application: "Application Name"
1620       issued_at: "Issued At"
1621       revoke: "Revoke!"
1622       my_apps: "My Client Applications"
1623       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."
1624       registered_apps: "You have the following client applications registered:"
1625       register_new: "Register your application"
1626     form:
1627       name: "Name"
1628       required: "Required"
1629       url: "Main Application URL"
1630       callback_url: "Callback URL"
1631       support_url: "Support URL"
1632       requests: "Request the following permissions from the user:"
1633       allow_read_prefs:  "read their user preferences."
1634       allow_write_prefs: "modify their user preferences."
1635       allow_write_diary: "create diary entries, comments and make friends."
1636       allow_write_api:   "modify the map."
1637       allow_read_gpx:    "read their private GPS traces."
1638       allow_write_gpx:   "upload GPS traces."
1639       allow_write_notes: "modify notes."
1640     not_found:
1641       sorry: "Sorry, that %{type} could not be found."
1642     create:
1643       flash: "Registered the information successfully"
1644     update:
1645       flash: "Updated the client information successfully"
1646     destroy:
1647       flash: "Destroyed the client application registration"
1648   user:
1649     login:
1650       title: "Login"
1651       heading: "Login"
1652       email or username: "Email Address or Username:"
1653       password: "Password:"
1654       openid: "%{logo} OpenID:"
1655       remember: "Remember me"
1656       lost password link: "Lost your password?"
1657       login_button: "Login"
1658       register now: Register now
1659       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1660       with openid: "Alternatively, use OpenID to login:"
1661       new to osm: New to OpenStreetMap?
1662       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1663       create account minute: Create an account. It only takes a minute.
1664       no account: Don't have an account?
1665       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>."
1666       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.
1667       auth failure: "Sorry, could not log in with those details."
1668       openid missing provider: "Sorry, could not contact your OpenID provider"
1669       openid invalid: "Sorry, your OpenID seems to be malformed"
1670       openid_logo_alt: "Log in with an OpenID"
1671       openid_providers:
1672         openid:
1673           title: Login with OpenID
1674           alt: Login with an OpenID URL
1675         google:
1676           title: Login with Google
1677           alt: Login with a Google OpenID
1678         yahoo:
1679           title: Login with Yahoo
1680           alt: Login with a Yahoo OpenID
1681         wordpress:
1682           title: Login with Wordpress
1683           alt: Login with a Wordpress OpenID
1684         aol:
1685           title: Login with AOL
1686           alt: Login with an AOL OpenID
1687     logout:
1688       title: "Logout"
1689       heading: "Logout from OpenStreetMap"
1690       logout_button: "Logout"
1691     lost_password:
1692       title: "Lost password"
1693       heading: "Forgotten Password?"
1694       email address: "Email Address:"
1695       new password button: "Reset password"
1696       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."
1697       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1698       notice email cannot find: "Could not find that email address, sorry."
1699     reset_password:
1700       title: "Reset password"
1701       heading: "Reset Password for %{user}"
1702       password: "Password:"
1703       confirm password: "Confirm Password:"
1704       reset: "Reset Password"
1705       flash changed: "Your password has been changed."
1706       flash token bad: "Did not find that token, check the URL maybe?"
1707     new:
1708       title: "Sign Up"
1709       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1710       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.'
1711       about:
1712         header: Free and editable
1713         html: |
1714           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1715           and it's free for anyone to fix, update, download and use.</p>
1716           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1717       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>.'
1718       email address: "Email Address:"
1719       confirm email address: "Confirm Email Address:"
1720       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>)'
1721       display name: "Display Name:"
1722       display name description: "Your publicly displayed username. You can change this later in the preferences."
1723       openid: "%{logo} OpenID:"
1724       password: "Password:"
1725       confirm password: "Confirm Password:"
1726       use openid: "Alternatively, use %{logo} OpenID to login"
1727       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1728       openid association: |
1729         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1730         <ul>
1731           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1732           <li>
1733             If you already have an account, you can login to your account
1734             using your username and password and then associate the account
1735             with your OpenID in your user settings.
1736           </li>
1737         </ul>
1738       continue: Sign Up
1739       terms accepted: "Thanks for accepting the new contributor terms!"
1740       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>."
1741       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1742     terms:
1743       title: "Contributor terms"
1744       heading: "Contributor terms"
1745       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."
1746       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1747       consider_pd_why: "what's this?"
1748       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1749       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1750       agree: Agree
1751       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1752       decline: "Decline"
1753       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1754       legale_select: "Country of residence:"
1755       legale_names:
1756         france: "France"
1757         italy: "Italy"
1758         rest_of_world: "Rest of the world"
1759     no_such_user:
1760       title: "No such user"
1761       heading: "The user %{user} does not exist"
1762       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1763     view:
1764       my diary: My Diary
1765       new diary entry: new diary entry
1766       my edits: My Edits
1767       my traces: My Traces
1768       my notes: My Notes
1769       my messages: My Messages
1770       my profile: My Profile
1771       my settings: My Settings
1772       my comments: My Comments
1773       oauth settings: oauth settings
1774       blocks on me: Blocks on Me
1775       blocks by me: Blocks by Me
1776       send message: Send Message
1777       diary: Diary
1778       edits: Edits
1779       traces: Traces
1780       notes: Map Notes
1781       remove as friend: Unfriend
1782       add as friend: Add Friend
1783       mapper since: "Mapper since:"
1784       ago: "(%{time_in_words_ago} ago)"
1785       ct status: "Contributor terms:"
1786       ct undecided: Undecided
1787       ct declined: Declined
1788       ct accepted: Accepted %{ago} ago
1789       latest edit: "Latest edit %{ago}:"
1790       email address: "Email address:"
1791       created from: "Created from:"
1792       status: "Status:"
1793       spam score: "Spam Score:"
1794       description: Description
1795       user location: User location
1796       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1797       settings_link_text: settings
1798       your friends: Your friends
1799       no friends: You have not added any friends yet.
1800       km away: "%{count}km away"
1801       m away: "%{count}m away"
1802       nearby users: "Other nearby users"
1803       no nearby users: "There are no other users who admit to mapping nearby yet."
1804       role:
1805         administrator: "This user is an administrator"
1806         moderator: "This user is a moderator"
1807         grant:
1808           administrator: "Grant administrator access"
1809           moderator: "Grant moderator access"
1810         revoke:
1811           administrator: "Revoke administrator access"
1812           moderator: "Revoke moderator access"
1813       block_history: "blocks received"
1814       moderator_history: "blocks given"
1815       comments: "Comments"
1816       create_block: "block this user"
1817       activate_user: "activate this user"
1818       deactivate_user: "deactivate this user"
1819       confirm_user: "confirm this user"
1820       hide_user: "hide this user"
1821       unhide_user: "unhide this user"
1822       delete_user: "delete this user"
1823       confirm: "Confirm"
1824       friends_changesets: "friends' changesets"
1825       friends_diaries: "friends' diary entries"
1826       nearby_changesets: "nearby user changesets"
1827       nearby_diaries: "nearby user diary entries"
1828     popup:
1829       your location: "Your location"
1830       nearby mapper: "Nearby mapper"
1831       friend: "Friend"
1832     account:
1833       title: "Edit account"
1834       my settings: My settings
1835       current email address: "Current Email Address:"
1836       new email address: "New Email Address:"
1837       email never displayed publicly: "(never displayed publicly)"
1838       openid:
1839         openid: "OpenID:"
1840         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1841         link text: "what is this?"
1842       public editing:
1843         heading: "Public editing:"
1844         enabled: "Enabled. Not anonymous and can edit data."
1845         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1846         enabled link text: "what is this?"
1847         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1848         disabled link text: "why can't I edit?"
1849       public editing note:
1850         heading: "Public editing"
1851         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>"
1852       contributor terms:
1853         heading: "Contributor Terms:"
1854         agreed: "You have agreed to the new Contributor Terms."
1855         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1856         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1857         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1858         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1859         link text: "what is this?"
1860       profile description: "Profile Description:"
1861       preferred languages: "Preferred Languages:"
1862       preferred editor: "Preferred Editor:"
1863       image: "Image:"
1864       gravatar:
1865         gravatar: "Use Gravatar"
1866         link: "http://wiki.openstreetmap.org/wiki/Gravatar"
1867         link text: "what is this?"
1868       new image: "Add an image"
1869       keep image: "Keep the current image"
1870       delete image: "Remove the current image"
1871       replace image: "Replace the current image"
1872       image size hint: "(square images at least 100x100 work best)"
1873       home location: "Home Location:"
1874       no home location: "You have not entered your home location."
1875       latitude: "Latitude:"
1876       longitude: "Longitude:"
1877       update home location on click: "Update home location when I click on the map?"
1878       save changes button: Save Changes
1879       make edits public button: Make all my edits public
1880       return to profile: Return to profile
1881       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1882       flash update success: "User information updated successfully."
1883     confirm:
1884       heading: Check your email!
1885       introduction_1: |
1886         We sent you a confirmation email.
1887       introduction_2: |
1888         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1889       press confirm button: "Press the confirm button below to activate your account."
1890       button: Confirm
1891       already active: "This account has already been confirmed."
1892       unknown token: "That confirmation code has expired or does not exist."
1893       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1894     confirm_resend:
1895       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."
1896       failure: "User %{name} not found."
1897     confirm_email:
1898       heading: Confirm a change of email address
1899       press confirm button: "Press the confirm button below to confirm your new email address."
1900       button: Confirm
1901       success: "Confirmed your email address, thanks for signing up!"
1902       failure: "An email address has already been confirmed with this token."
1903     set_home:
1904       flash success: "Home location saved successfully"
1905     go_public:
1906       flash success: "All your edits are now public, and you are now allowed to edit."
1907     make_friend:
1908       heading: "Add %{user} as a friend?"
1909       button: "Add as friend"
1910       success: "%{name} is now your friend!"
1911       failed: "Sorry, failed to add %{name} as a friend."
1912       already_a_friend: "You are already friends with %{name}."
1913     remove_friend:
1914       heading: "Unfriend %{user}?"
1915       button: "Unfriend"
1916       success: "%{name} was removed from your friends."
1917       not_a_friend: "%{name} is not one of your friends."
1918     filter:
1919       not_an_administrator: "You need to be an administrator to perform that action."
1920     list:
1921       title: Users
1922       heading: Users
1923       showing:
1924         one: Page %{page} (%{first_item} of %{items})
1925         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1926       summary: "%{name} created from %{ip_address} on %{date}"
1927       summary_no_ip: "%{name} created on %{date}"
1928       confirm: Confirm Selected Users
1929       hide: Hide Selected Users
1930       empty: No matching users found
1931     suspended:
1932       title: Account Suspended
1933       heading: Account Suspended
1934       webmaster: webmaster
1935       body: |
1936         <p>
1937           Sorry, your account has been automatically suspended due to
1938           suspicious activity.
1939         </p>
1940         <p>
1941           This decision will be reviewed by an administrator shortly, or
1942           you may contact the %{webmaster} if you wish to discuss this.
1943         </p>
1944   user_role:
1945     filter:
1946       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1947       not_a_role: "The string `%{role}' is not a valid role."
1948       already_has_role: "The user already has role %{role}."
1949       doesnt_have_role: "The user does not have role %{role}."
1950     grant:
1951       title: Confirm role granting
1952       heading: Confirm role granting
1953       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1954       confirm: "Confirm"
1955       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1956     revoke:
1957       title: Confirm role revoking
1958       heading: Confirm role revoking
1959       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
1960       confirm: "Confirm"
1961       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
1962   user_block:
1963     model:
1964       non_moderator_update: "Must be a moderator to create or update a block."
1965       non_moderator_revoke: "Must be a moderator to revoke a block."
1966     not_found:
1967       sorry: "Sorry, the user block with ID %{id} could not be found."
1968       back: "Back to index"
1969     new:
1970       title: "Creating block on %{name}"
1971       heading: "Creating block on %{name}"
1972       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."
1973       period: "How long, starting now, the user will be blocked from the API for."
1974       submit: "Create block"
1975       tried_contacting: "I have contacted the user and asked them to stop."
1976       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1977       needs_view: "User needs to log in before this block will be cleared"
1978       back: "View all blocks"
1979     edit:
1980       title: "Editing block on %{name}"
1981       heading: "Editing block on %{name}"
1982       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."
1983       period: "How long, starting now, the user will be blocked from the API for."
1984       submit: "Update block"
1985       show: "View this block"
1986       back: "View all blocks"
1987       needs_view: "Does the user need to log in before this block will be cleared?"
1988     filter:
1989       block_expired: "The block has already expired and cannot be edited."
1990       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1991     create:
1992       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1993       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1994       flash: "Created a block on user %{name}."
1995     update:
1996       only_creator_can_edit: "Only the moderator who created this block can edit it."
1997       success: "Block updated."
1998     index:
1999       title: "User blocks"
2000       heading: "List of user blocks"
2001       empty: "No blocks have been made yet."
2002     revoke:
2003       title: "Revoking block on %{block_on}"
2004       heading: "Revoking block on %{block_on} by %{block_by}"
2005       time_future: "This block will end in %{time}."
2006       past: "This block ended %{time} ago and cannot be revoked now."
2007       confirm: "Are you sure you wish to revoke this block?"
2008       revoke: "Revoke!"
2009       flash: "This block has been revoked."
2010     period:
2011       one: "1 hour"
2012       other: "%{count} hours"
2013     partial:
2014       show: "Show"
2015       edit: "Edit"
2016       revoke: "Revoke!"
2017       confirm: "Are you sure?"
2018       display_name: "Blocked User"
2019       creator_name: "Creator"
2020       reason: "Reason for block"
2021       status: "Status"
2022       revoker_name: "Revoked by"
2023       not_revoked: "(not revoked)"
2024       showing_page: "Page %{page}"
2025       next: "Next »"
2026       previous: "« Previous"
2027     helper:
2028       time_future: "Ends in %{time}."
2029       until_login: "Active until the user logs in."
2030       time_past: "Ended %{time} ago."
2031     blocks_on:
2032       title: "Blocks on %{name}"
2033       heading: "List of blocks on %{name}"
2034       empty: "%{name} has not been blocked yet."
2035     blocks_by:
2036       title: "Blocks by %{name}"
2037       heading: "List of blocks by %{name}"
2038       empty: "%{name} has not made any blocks yet."
2039     show:
2040       title: "%{block_on} blocked by %{block_by}"
2041       heading: "%{block_on} blocked by %{block_by}"
2042       time_future: "Ends in %{time}"
2043       time_past: "Ended %{time} ago"
2044       status: "Status"
2045       show: "Show"
2046       edit: "Edit"
2047       revoke: "Revoke!"
2048       confirm: "Are you sure?"
2049       reason: "Reason for block:"
2050       back: "View all blocks"
2051       revoker: "Revoker:"
2052       needs_view: "The user needs to log in before this block will be cleared."
2053   note:
2054     description:
2055       opened_at_html: "Created %{when} ago"
2056       opened_at_by_html: "Created %{when} ago by %{user}"
2057       commented_at_html: "Updated %{when} ago"
2058       commented_at_by_html: "Updated %{when} ago by %{user}"
2059       closed_at_html: "Resolved %{when} ago"
2060       closed_at_by_html: "Resolved %{when} ago by %{user}"
2061       reopened_at_html: "Reactivated %{when} ago"
2062       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2063     rss:
2064       title: "OpenStreetMap Notes"
2065       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2066       description_item: "An rss feed for note %{id}"
2067       opened: "new note (near %{place})"
2068       commented: "new comment (near %{place})"
2069       closed: "closed note (near %{place})"
2070       reopened: "reactivated note (near %{place})"
2071     entry:
2072       comment: Comment
2073       full: Full note
2074     mine:
2075       title: "Notes submitted or commented on by %{user}"
2076       heading: "%{user}'s notes"
2077       subheading: "Notes submitted or commented on by %{user}"
2078       id: "Id"
2079       creator: "Creator"
2080       description: "Description"
2081       created_at: "Created at"
2082       last_changed: "Last changed"
2083       ago_html: "%{when} ago"
2084   javascripts:
2085     close: Close
2086     share:
2087       title: "Share"
2088       cancel: "Cancel"
2089       image: "Image"
2090       link: "Link or HTML"
2091       long_link: "Link"
2092       short_link: "Short Link"
2093       embed: "HTML"
2094       custom_dimensions: "Set custom dimensions"
2095       format: "Format:"
2096       scale: "Scale:"
2097       image_size: "Image will show standard layer at "
2098       download: "Download"
2099       short_url: "Short URL"
2100       include_marker: "Include marker"
2101       center_marker: "Center map on marker"
2102       paste_html: "Paste HTML to embed in website"
2103       view_larger_map: "View Larger Map"
2104     key:
2105       title: "Map Key"
2106       tooltip: "Map Key"
2107       tooltip_disabled: "Map Key available only for Standard layer"
2108     map:
2109       zoom:
2110         in: Zoom In
2111         out: Zoom Out
2112       locate:
2113         title: Show My Location
2114         popup: You are within {distance} {unit} of this point
2115       base:
2116         standard: Standard
2117         cycle_map: Cycle Map
2118         transport_map: Transport Map
2119         mapquest: MapQuest Open
2120         hot: Humanitarian
2121       layers:
2122         header: Map Layers
2123         notes: Map Notes
2124         data: Map Data
2125         overlays: Enable overlays for troubleshooting the map
2126         title: "Layers"
2127       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2128       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2129     site:
2130       edit_tooltip: Edit the map
2131       edit_disabled_tooltip: Zoom in to edit the map
2132       createnote_tooltip: Add a note to the map
2133       createnote_disabled_tooltip: Zoom in to add a note to the map
2134       map_notes_zoom_in_tooltip: Zoom in to see map notes
2135       map_data_zoom_in_tooltip: Zoom in to see map data
2136       queryfeature_tooltip: Query features
2137       queryfeature_disabled_tooltip: Zoom in to query features
2138     changesets:
2139       show:
2140         comment: "Comment"
2141         subscribe: "Subscribe"
2142         unsubscribe: "Unsubscribe"
2143         hide_comment: "hide"
2144         unhide_comment: "unhide"
2145     notes:
2146       new:
2147         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.)"
2148         add: Add Note
2149       show:
2150         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2151         hide: Hide
2152         resolve: Resolve
2153         reactivate: Reactivate
2154         comment_and_resolve: Comment & Resolve
2155         comment: Comment
2156     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2157     query:
2158       node: Node
2159       way: Way
2160       relation: Relation
2161       nothing_found: No features found
2162       error: "Error contacting %{server}: %{error}"
2163       timeout: "Timeout contacting %{server}"
2164   redaction:
2165     edit:
2166       description: "Description"
2167       heading: "Edit redaction"
2168       submit: "Save redaction"
2169       title: "Edit redaction"
2170     index:
2171       empty: "No redactions to show."
2172       heading: "List of redactions"
2173       title: "List of redactions"
2174     new:
2175       description: "Description"
2176       heading: "Enter information for new redaction"
2177       submit: "Create redaction"
2178       title: "Creating new redaction"
2179     show:
2180       description: "Description:"
2181       heading: "Showing redaction \"%{title}\""
2182       title: "Showing redaction"
2183       user: "Creator:"
2184       edit: "Edit this redaction"
2185       destroy: "Remove this redaction"
2186       confirm: "Are you sure?"
2187     create:
2188       flash: "Redaction created."
2189     update:
2190       flash: "Changes saved."
2191     destroy:
2192       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2193       flash: "Redaction destroyed."
2194       error: "There was an error destroying this redaction."