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