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