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