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