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