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