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