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