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