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