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