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