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