]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Provide example of correct attribution
[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     sotm2012: 'Come to the 2012 United States OpenStreetMap Conference, The State of the Map US, October 13-14th in Portland, Oregon!'
998     make_a_donation:
999       title: Support OpenStreetMap with a monetary donation
1000       text: Make a Donation
1001
1002   license_page:
1003     foreign:
1004       title: About this translation
1005       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1006       english_link: the English original
1007     native:
1008       title: About this page
1009       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}.
1010       native_link: THIS_LANGUAGE_NAME_HERE version
1011       mapping_link: start mapping
1012     legal_babble:
1013       title_html: Copyright and License
1014       intro_1_html: |
1015         OpenStreetMap is <i>open data</i>, licensed under the <a
1016         href="http://opendatacommons.org/licenses/odbl/">Open Data
1017         Commons Open Database License</a> (ODbL).
1018       intro_2_html: |
1019         You are free to copy, distribute, transmit and adapt our data,
1020         as long as you credit OpenStreetMap and its
1021         contributors. If you alter or build upon our data, you
1022         may distribute the result only under the same licence. The
1023         full <a href="http://opendatacommons.org/licenses/odbl/1.0/">legal
1024         code</a> explains your rights and responsibilities.
1025       intro_3_html: |
1026         The cartography in our map tiles, and our documentation, are
1027         licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative 
1028         Commons Attribution-ShareAlike 2.0</a> license (CC-BY-SA).
1029       credit_title_html: How to credit OpenStreetMap
1030       credit_1_html: |
1031         We require that you use the credit &ldquo;&copy; OpenStreetMap 
1032         contributors&rdquo;.
1033       credit_2_html: |
1034         You must also make it clear that the data is available under the Open 
1035         Database License, and if using our map tiles, that the cartography is 
1036         licensed as CC-BY-SA. You may do this by linking to 
1037         <a href="http://www.openstreetmap.org/copyright">this copyright page</a>. 
1038         Alternatively, and as a requirement if you are distributing OSM in a 
1039         data form, you can name and link directly to the license(s). In media 
1040         where links are not possible (e.g. printed works), we suggest you 
1041         direct your readers to openstreetmap.org (perhaps by expanding 
1042         'OpenStreetMap' to this full address), to opendatacommons.org, and 
1043         if relevant, to creativecommons.org.
1044       credit_3_html: |
1045         For a browsable electronic map, the credit should appear in the corner of the map.
1046         For example:
1047       attribution_example:
1048         alt: Example of how to attribute OpenStreetMap on a webpage
1049         title: Attribution example
1050       more_title_html: Finding out more
1051       more_1_html: |
1052         Read more about using our data, and how to credit us, at the <a
1053         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
1054         FAQ</a>.
1055       more_2_html: |
1056         Although OpenStreetMap is open data, we cannot provide a
1057         free-of-charge map API for third-party developers.
1058         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
1059         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
1060         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
1061       contributors_title_html: Our contributors
1062       contributors_intro_html: |
1063         Our contributors are thousands of individuals. We also include
1064         openly-licensed data from national mapping agencies
1065         and other sources, among them:
1066       contributors_at_html: |
1067         <strong>Austria</strong>: Contains data from
1068         <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
1069         <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1070         <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1071         Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT with amendments</a>).
1072       contributors_ca_html: |
1073         <strong>Canada</strong>: Contains data from
1074         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1075         Resources Canada), CanVec (&copy; Department of Natural
1076         Resources Canada), and StatCan (Geography Division,
1077         Statistics Canada).
1078       contributors_fr_html: |
1079         <strong>France</strong>: Contains data sourced from
1080         Direction Générale des Impôts.
1081       contributors_nl_html: |
1082         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1083         (<a href="http://www.and.com">www.and.com</a>)
1084       contributors_nz_html: |
1085         <strong>New Zealand</strong>: Contains data sourced from
1086         Land Information New Zealand. Crown Copyright reserved.
1087       contributors_za_html: |
1088         <strong>South Africa</strong>: Contains data sourced from
1089         <a href="http://www.ngi.gov.za/">Chief Directorate:
1090         National Geo-Spatial Information</a>, State copyright reserved.
1091       contributors_gb_html: |
1092         <strong>United Kingdom</strong>: Contains Ordnance
1093         Survey data &copy; Crown copyright and database right
1094         2010-12.
1095       contributors_footer_1_html: |
1096         For further details of these, and other sources that have been used
1097         to help improve OpenStreetMap, please see the <a
1098         href="http://wiki.openstreetmap.org/wiki/Contributors">Contributors
1099         page</a> on the OpenStreetMap Wiki.
1100       contributors_footer_2_html: |
1101         Inclusion of data in OpenStreetMap does not imply that the original
1102         data provider endorses OpenStreetMap, provides any warranty, or
1103         accepts any liability.
1104       infringement_title_html: Copyright infringement
1105       infringement_1_html: |
1106         OSM contributors are reminded never to add data from any
1107         copyrighted sources (e.g. Google Maps or printed maps) without
1108         explicit permission from the copyright holders.
1109       infringement_2_html: |
1110         If you believe that copyrighted material has been inappropriately 
1111         added to the OpenStreetMap database or this site, please refer 
1112         to our <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown 
1113         procedure</a> or file directly at our 
1114         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1115   notifier:
1116     diary_comment_notification:
1117       subject: "[OpenStreetMap] %{user} commented on your diary entry"
1118       hi: "Hi %{to_user},"
1119       header: "%{from_user} has commented on your recent OpenStreetMap diary entry with the subject %{subject}:"
1120       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1121     message_notification:
1122       subject_header: "[OpenStreetMap] %{subject}"
1123       hi: "Hi %{to_user},"
1124       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1125       footer1: "You can also read the message at %{readurl}"
1126       footer2: "and you can reply at %{replyurl}"
1127     friend_notification:
1128       subject: "[OpenStreetMap] %{user} added you as a friend"
1129       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1130       see_their_profile: "You can see their profile at %{userurl}."
1131       befriend_them: "You can also add them as a friend at %{befriendurl}."
1132     gpx_notification:
1133       greeting: "Hi,"
1134       your_gpx_file: "It looks like your GPX file"
1135       with_description: "with the description"
1136       and_the_tags: "and the following tags:"
1137       and_no_tags: "and no tags."
1138       failure:
1139         subject: "[OpenStreetMap] GPX Import failure"
1140         failed_to_import: "failed to import. Here is the error:"
1141         more_info_1: "More information about GPX import failures and how to avoid"
1142         more_info_2: "them can be found at:"
1143         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1144       success:
1145         subject: "[OpenStreetMap] GPX Import success"
1146         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1147     signup_confirm:
1148       subject: "[OpenStreetMap] Confirm your email address"
1149     signup_confirm_plain:
1150       greeting: "Hi there!"
1151       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1152       # next two translations run-on : please word wrap appropriately
1153       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
1154       click_the_link_2: "account and read on for more information about OpenStreetMap."
1155       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
1156       more_videos: "There are more videos here:"
1157       the_wiki: "Get reading about OpenStreetMap on the wiki:"
1158       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
1159       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
1160       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
1161       ask_questions: "You can ask any questions you may have about OpenStreetMap at our question and answer site:"
1162       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
1163       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
1164       # next four translations are in pairs : please word wrap appropriately
1165       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
1166       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
1167       current_user_1: "A list of current users in categories, based on where in the world"
1168       current_user_2: "they are, is available from:"
1169     signup_confirm_html:
1170       greeting: "Hi there!"
1171       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1172       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"
1173       introductory_video: "You can watch an %{introductory_video_link}."
1174       video_to_openstreetmap: "introductory video to OpenStreetMap"
1175       more_videos: "There are %{more_videos_link}."
1176       more_videos_here: "more videos here"
1177       get_reading: Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</a>, catch up with the latest news via the <a href="http://blog.openstreetmap.org/">OpenStreetMap blog</a> or <a href="http://twitter.com/openstreetmap">Twitter</a>, or browse through OpenStreetMap founder Steve Coast's <a href="http://www.opengeodata.org/">OpenGeoData blog</a> for the potted history of the project, which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!
1178       ask_questions: You can ask any questions you may have about OpenStreetMap at our <a href="http://help.openstreetmap.org/">question and answer site</a>.
1179       wiki_signup: 'You may also want to <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">sign up to the OpenStreetMap wiki</a>.'
1180       user_wiki_page: 'It is recommended that you create a user wiki page, which includes category tags noting where you are, such as <a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_London">[[Category:Users_in_London]]</a>.'
1181       current_user: 'A list of current users in categories, based on where in the world they are, is available from <a href="http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region">Category:Users_by_geographical_region</a>.'
1182     email_confirm:
1183       subject: "[OpenStreetMap] Confirm your email address"
1184     email_confirm_plain:
1185       greeting: "Hi,"
1186       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
1187       hopefully_you_2: "%{server_url} to %{new_address}."
1188       click_the_link: "If this is you, please click the link below to confirm the change."
1189     email_confirm_html:
1190       greeting: "Hi,"
1191       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1192       click_the_link: "If this is you, please click the link below to confirm the change."
1193     lost_password:
1194       subject: "[OpenStreetMap] Password reset request"
1195     lost_password_plain:
1196       greeting: "Hi,"
1197       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
1198       hopefully_you_2: "email addresses openstreetmap.org account."
1199       click_the_link: "If this is you, please click the link below to reset your password."
1200     lost_password_html:
1201       greeting: "Hi,"
1202       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1203       click_the_link: "If this is you, please click the link below to reset your password."
1204   message:
1205     inbox:
1206       title: "Inbox"
1207       my_inbox: "My inbox"
1208       outbox: "outbox"
1209       messages: "You have %{new_messages} and %{old_messages}"
1210       new_messages:
1211         one: "%{count} new message"
1212         other: "%{count} new messages"
1213       old_messages:
1214         one: "%{count} old message"
1215         other: "%{count} old messages"
1216       from: "From"
1217       subject: "Subject"
1218       date: "Date"
1219       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1220       people_mapping_nearby: "people mapping nearby"
1221     message_summary:
1222       unread_button: "Mark as unread"
1223       read_button: "Mark as read"
1224       reply_button: "Reply"
1225       delete_button: "Delete"
1226     new:
1227       title: "Send message"
1228       send_message_to: "Send a new message to %{name}"
1229       subject: "Subject"
1230       body: "Body"
1231       send_button: "Send"
1232       back_to_inbox: "Back to inbox"
1233       message_sent: "Message sent"
1234       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1235     no_such_message:
1236       title: "No such message"
1237       heading: "No such message"
1238       body: "Sorry there is no message with that id."
1239     outbox:
1240       title: "Outbox"
1241       my_inbox: "My %{inbox_link}"
1242       inbox: "inbox"
1243       outbox: "outbox"
1244       messages:
1245         one: "You have %{count} sent message"
1246         other: "You have %{count} sent messages"
1247       to: "To"
1248       subject: "Subject"
1249       date: "Date"
1250       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1251       people_mapping_nearby: "people mapping nearby"
1252     reply:
1253       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."
1254     read:
1255       title: "Read message"
1256       reading_your_messages: "Reading your messages"
1257       from: "From"
1258       subject: "Subject"
1259       date: "Date"
1260       reply_button: "Reply"
1261       unread_button: "Mark as unread"
1262       back_to_inbox: "Back to inbox"
1263       reading_your_sent_messages: "Reading your sent messages"
1264       to: "To"
1265       back_to_outbox: "Back to outbox"
1266       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."
1267     sent_message_summary:
1268       delete_button: "Delete"
1269     mark:
1270       as_read: "Message marked as read"
1271       as_unread: "Message marked as unread"
1272     delete:
1273       deleted: "Message deleted"
1274   site:
1275     index:
1276       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1277       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1278       permalink: Permalink
1279       shortlink: Shortlink
1280       license:
1281         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1282         license_url: "http://openstreetmap.org/copyright"
1283         project_url: "http://openstreetmap.org"
1284       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1285     edit:
1286       not_public: "You have not set your edits to be public."
1287       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}."
1288       user_page_link: user page
1289       anon_edits: "(%{link})"
1290       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1291       anon_edits_link_text: "Find out why this is the case."
1292       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.'
1293       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.)"
1294       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1295       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1296       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1297     sidebar:
1298       search_results: Search Results
1299       close: Close
1300     search:
1301       search: Search
1302       where_am_i: "Where am I?"
1303       where_am_i_title: Describe the current location using the search engine
1304       submit_text: "Go"
1305       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>"
1306     key:
1307       map_key: "Map Key"
1308       map_key_tooltip: "Key for the map"
1309       table:
1310         entry:
1311           motorway: "Motorway"
1312           trunk: "Trunk road"
1313           primary: "Primary road"
1314           secondary: "Secondary road"
1315           unclassified: "Unclassified road"
1316           unsurfaced: "Unsurfaced road"
1317           track: "Track"
1318           byway: "Byway"
1319           bridleway: "Bridleway"
1320           cycleway: "Cycleway"
1321           footway: "Footway"
1322           rail: "Railway"
1323           subway: "Subway"
1324           tram:
1325             - Light rail
1326             - tram
1327           cable:
1328             - Cable car
1329             - chair lift
1330           runway:
1331             - Airport Runway
1332             - taxiway
1333           apron:
1334             - Airport apron
1335             - terminal
1336           admin: "Administrative boundary"
1337           forest: "Forest"
1338           wood: "Wood"
1339           golf: "Golf course"
1340           park: "Park"
1341           resident: "Residential area"
1342           tourist: "Tourist attraction"
1343           common:
1344             - Common
1345             - meadow
1346           retail: "Retail area"
1347           industrial: "Industrial area"
1348           commercial: "Commercial area"
1349           heathland: "Heathland"
1350           lake:
1351             - Lake
1352             - reservoir
1353           farm: "Farm"
1354           brownfield: "Brownfield site"
1355           cemetery: "Cemetery"
1356           allotments: "Allotments"
1357           pitch: "Sports pitch"
1358           centre: "Sports centre"
1359           reserve: "Nature reserve"
1360           military: "Military area"
1361           school:
1362             - School
1363             - university
1364           building: "Significant building"
1365           station: "Railway station"
1366           summit:
1367             - Summit
1368             - peak
1369           tunnel: "Dashed casing = tunnel"
1370           bridge: "Black casing = bridge"
1371           private: "Private access"
1372           permissive: "Permissive access"
1373           destination: "Destination access"
1374           construction: "Roads under construction"
1375     richtext_area:
1376       edit: Edit
1377       preview: Preview
1378     markdown_help:
1379       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1380       headings: Headings
1381       heading: Heading
1382       subheading: Subheading
1383       unordered: Unordered list
1384       ordered: Ordered list
1385       first: First item
1386       second: Second item
1387       link: Link
1388       text: Text
1389       image: Image
1390       alt: Alt text
1391       url: URL
1392   trace:
1393     visibility:
1394       private: "Private (only shared as anonymous, unordered points)"
1395       public: "Public (shown in trace list and as anonymous, unordered points)"
1396       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1397       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1398     create:
1399       upload_trace: "Upload GPS Trace"
1400       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."
1401     edit:
1402       title: "Editing trace %{name}"
1403       heading: "Editing trace %{name}"
1404       filename: "Filename:"
1405       download: "download"
1406       uploaded_at: "Uploaded:"
1407       points: "Points:"
1408       start_coord: "Start coordinate:"
1409       map: "map"
1410       edit: "edit"
1411       owner: "Owner:"
1412       description: "Description:"
1413       tags: "Tags:"
1414       tags_help: "comma delimited"
1415       save_button: "Save Changes"
1416       visibility: "Visibility:"
1417       visibility_help: "what does this mean?"
1418       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1419     trace_form:
1420       upload_gpx: "Upload GPX File:"
1421       description: "Description:"
1422       tags: "Tags:"
1423       tags_help: "comma delimited"
1424       visibility: "Visibility:"
1425       visibility_help: "what does this mean?"
1426       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1427       upload_button: "Upload"
1428       help: "Help"
1429       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1430     trace_header:
1431       upload_trace: "Upload a trace"
1432       see_all_traces: "See all traces"
1433       see_your_traces: "See your traces"
1434       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."
1435     trace_optionals:
1436       tags: "Tags"
1437     view:
1438       title: "Viewing trace %{name}"
1439       heading: "Viewing trace %{name}"
1440       pending: "PENDING"
1441       filename: "Filename:"
1442       download: "download"
1443       uploaded: "Uploaded:"
1444       points: "Points:"
1445       start_coordinates: "Start coordinate:"
1446       map: "map"
1447       edit: "edit"
1448       owner: "Owner:"
1449       description: "Description:"
1450       tags: "Tags:"
1451       none: "None"
1452       edit_track: "Edit this trace"
1453       delete_track: "Delete this trace"
1454       trace_not_found: "Trace not found!"
1455       visibility: "Visibility:"
1456     trace_paging_nav:
1457       showing_page: "Showing page %{page}"
1458       older: "Older Traces"
1459       newer: "Newer Traces"
1460     trace:
1461       pending: "PENDING"
1462       count_points: "%{count} points"
1463       ago: "%{time_in_words_ago} ago"
1464       more: "more"
1465       trace_details: "View Trace Details"
1466       view_map: "View Map"
1467       edit: "edit"
1468       edit_map: "Edit Map"
1469       public: "PUBLIC"
1470       identifiable: "IDENTIFIABLE"
1471       private: "PRIVATE"
1472       trackable: "TRACKABLE"
1473       by: "by"
1474       in: "in"
1475       map: "map"
1476     list:
1477       public_traces: "Public GPS traces"
1478       your_traces: "Your GPS traces"
1479       public_traces_from: "Public GPS traces from %{user}"
1480       tagged_with: " tagged with %{tags}"
1481       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>."
1482     delete:
1483       scheduled_for_deletion: "Trace scheduled for deletion"
1484     make_public:
1485       made_public: "Trace made public"
1486     offline_warning:
1487       message: "The GPX file upload system is currently unavailable"
1488     offline:
1489       heading: "GPX Storage Offline"
1490       message: "The GPX file storage and upload system is currently unavailable."
1491   application:
1492     require_cookies:
1493       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1494     require_moderator:
1495       not_a_moderator: "You need to be a moderator to perform that action."
1496     setup_user_auth:
1497       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1498       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."
1499   oauth:
1500     oauthorize:
1501       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."
1502       allow_to: "Allow the client application to:"
1503       allow_read_prefs:  "read your user preferences."
1504       allow_write_prefs: "modify your user preferences."
1505       allow_write_diary: "create diary entries, comments and make friends."
1506       allow_write_api:   "modify the map."
1507       allow_read_gpx:    "read your private GPS traces."
1508       allow_write_gpx:   "upload GPS traces."
1509     revoke:
1510       flash: "You've revoked the token for %{application}"
1511   oauth_clients:
1512     new:
1513       title: "Register a new application"
1514       submit: "Register"
1515     edit:
1516       title: "Edit your application"
1517       submit: "Edit"
1518     show:
1519       title: "OAuth details for %{app_name}"
1520       key: "Consumer Key:"
1521       secret: "Consumer Secret:"
1522       url: "Request Token URL:"
1523       access_url: "Access Token URL:"
1524       authorize_url: "Authorise URL:"
1525       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in SSL mode."
1526       edit: "Edit Details"
1527       delete: "Delete Client"
1528       confirm: "Are you sure?"
1529       requests: "Requesting the following permissions from the user:"
1530       allow_read_prefs:  "read their user preferences."
1531       allow_write_prefs: "modify their user preferences."
1532       allow_write_diary: "create diary entries, comments and make friends."
1533       allow_write_api:   "modify the map."
1534       allow_read_gpx:    "read their private GPS traces."
1535       allow_write_gpx:   "upload GPS traces."
1536     index:
1537       title: "My OAuth Details"
1538       my_tokens: "My Authorised Applications"
1539       list_tokens: "The following tokens have been issued to applications in your name:"
1540       application: "Application Name"
1541       issued_at: "Issued At"
1542       revoke: "Revoke!"
1543       my_apps: "My Client Applications"
1544       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."
1545       registered_apps: "You have the following client applications registered:"
1546       register_new: "Register your application"
1547     form:
1548       name: "Name"
1549       required: "Required"
1550       url: "Main Application URL"
1551       callback_url: "Callback URL"
1552       support_url: "Support URL"
1553       requests: "Request the following permissions from the user:"
1554       allow_read_prefs:  "read their user preferences."
1555       allow_write_prefs: "modify their user preferences."
1556       allow_write_diary: "create diary entries, comments and make friends."
1557       allow_write_api:   "modify the map."
1558       allow_read_gpx:    "read their private GPS traces."
1559       allow_write_gpx:   "upload GPS traces."
1560     not_found:
1561       sorry: "Sorry, that %{type} could not be found."
1562     create:
1563       flash: "Registered the information successfully"
1564     update:
1565       flash: "Updated the client information successfully"
1566     destroy:
1567       flash: "Destroyed the client application registration"
1568   user:
1569     login:
1570       title: "Login"
1571       heading: "Login"
1572       email or username: "Email Address or Username:"
1573       password: "Password:"
1574       openid: "%{logo} OpenID:"
1575       remember: "Remember me"
1576       lost password link: "Lost your password?"
1577       login_button: "Login"
1578       register now: Register now
1579       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1580       with openid: "Alternatively please use your OpenID to login:"
1581       new to osm: New to OpenStreetMap?
1582       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1583       create account minute: Create an account. It only takes a minute.
1584       no account: Don't have an account?
1585       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>."
1586       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.
1587       auth failure: "Sorry, could not log in with those details."
1588       openid missing provider: "Sorry, could not contact your OpenID provider"
1589       openid invalid: "Sorry, your OpenID seems to be malformed"
1590       openid_logo_alt: "Log in with an OpenID"
1591       openid_providers:
1592         openid:
1593           title: Login with OpenID
1594           alt: Login with an OpenID URL
1595         google:
1596           title: Login with Google
1597           alt: Login with a Google OpenID
1598         yahoo:
1599           title: Login with Yahoo
1600           alt: Login with a Yahoo OpenID
1601         myopenid:
1602           title: Login with myOpenID
1603           alt: Login with a myOpenID OpenID
1604         wordpress:
1605           title: Login with Wordpress
1606           alt: Login with a Wordpress OpenID
1607         aol:
1608           title: Login with AOL
1609           alt: Login with an AOL OpenID
1610     logout:
1611       title: "Logout"
1612       heading: "Logout from OpenStreetMap"
1613       logout_button: "Logout"
1614     lost_password:
1615       title: "Lost password"
1616       heading: "Forgotten Password?"
1617       email address: "Email Address:"
1618       new password button: "Reset password"
1619       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."
1620       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1621       notice email cannot find: "Could not find that email address, sorry."
1622     reset_password:
1623       title: "Reset password"
1624       heading: "Reset Password for %{user}"
1625       password: "Password:"
1626       confirm password: "Confirm Password:"
1627       reset: "Reset Password"
1628       flash changed: "Your password has been changed."
1629       flash token bad: "Did not find that token, check the URL maybe?"
1630     new:
1631       title: "Create account"
1632       heading: "Create a User Account"
1633       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1634       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.'
1635       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1636       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>.'
1637       email address: "Email Address:"
1638       confirm email address: "Confirm Email Address:"
1639       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>)'
1640       display name: "Display Name:"
1641       display name description: "Your publicly displayed username. You can change this later in the preferences."
1642       openid: "%{logo} OpenID:"
1643       password: "Password:"
1644       confirm password: "Confirm Password:"
1645       use openid: "Alternatively, use %{logo} OpenID to login"
1646       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1647       openid association: |
1648         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1649         <ul>
1650           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1651           <li>
1652             If you already have an account, you can login to your account
1653             using your username and password and then associate the account
1654             with your OpenID in your user settings.
1655           </li>
1656         </ul>
1657       continue: Continue
1658       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."
1659       terms accepted: "Thanks for accepting the new contributor terms!"
1660       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>."
1661       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1662     terms:
1663       title: "Contributor terms"
1664       heading: "Contributor terms"
1665       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."
1666       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1667       consider_pd_why: "what's this?"
1668       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1669       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1670       agree: Agree
1671       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1672       decline: "Decline"
1673       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1674       legale_select: "Please select your country of residence:"
1675       legale_names:
1676         france: "France"
1677         italy: "Italy"
1678         rest_of_world: "Rest of the world"
1679     no_such_user:
1680       title: "No such user"
1681       heading: "The user %{user} does not exist"
1682       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1683     view:
1684       my diary: my diary
1685       new diary entry: new diary entry
1686       my edits: my edits
1687       my traces: my traces
1688       my settings: my settings
1689       my comments: my comments
1690       oauth settings: oauth settings
1691       blocks on me: blocks on me
1692       blocks by me: blocks by me
1693       send message: send message
1694       diary: diary
1695       edits: edits
1696       traces: traces
1697       remove as friend: remove as friend
1698       add as friend: add as friend
1699       mapper since: "Mapper since:"
1700       ago: "(%{time_in_words_ago} ago)"
1701       ct status: "Contributor terms:"
1702       ct undecided: Undecided
1703       ct declined: Declined
1704       ct accepted: Accepted %{ago} ago
1705       latest edit: "Latest edit %{ago}:"
1706       email address: "Email address:"
1707       created from: "Created from:"
1708       status: "Status:"
1709       spam score: "Spam Score:"
1710       description: Description
1711       user location: User location
1712       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."
1713       settings_link_text: settings
1714       your friends: Your friends
1715       no friends: You have not added any friends yet.
1716       km away: "%{count}km away"
1717       m away: "%{count}m away"
1718       nearby users: "Other nearby users"
1719       no nearby users: "There are no other users who admit to mapping nearby yet."
1720       role:
1721         administrator: "This user is an administrator"
1722         moderator: "This user is a moderator"
1723         grant:
1724           administrator: "Grant administrator access"
1725           moderator: "Grant moderator access"
1726         revoke:
1727           administrator: "Revoke administrator access"
1728           moderator: "Revoke moderator access"
1729       block_history: "blocks received"
1730       moderator_history: "blocks given"
1731       comments: "comments"
1732       create_block: "block this user"
1733       activate_user: "activate this user"
1734       deactivate_user: "deactivate this user"
1735       confirm_user: "confirm this user"
1736       hide_user: "hide this user"
1737       unhide_user: "unhide this user"
1738       delete_user: "delete this user"
1739       confirm: "Confirm"
1740       friends_changesets: "Browse all changesets by friends"
1741       friends_diaries: "Browse all diary entries by friends"
1742       nearby_changesets: "Browse all changesets by nearby users"
1743       nearby_diaries: "Browse all diary entries by nearby users"
1744     popup:
1745       your location: "Your location"
1746       nearby mapper: "Nearby mapper"
1747       friend: "Friend"
1748     account:
1749       title: "Edit account"
1750       my settings: My settings
1751       current email address: "Current Email Address:"
1752       new email address: "New Email Address:"
1753       email never displayed publicly: "(never displayed publicly)"
1754       openid:
1755         openid: "OpenID:"
1756         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1757         link text: "what is this?"
1758       public editing:
1759         heading: "Public editing:"
1760         enabled: "Enabled. Not anonymous and can edit data."
1761         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1762         enabled link text: "what is this?"
1763         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1764         disabled link text: "why can't I edit?"
1765       public editing note:
1766         heading: "Public editing"
1767         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>"
1768       contributor terms:
1769         heading: "Contributor Terms:"
1770         agreed: "You have agreed to the new Contributor Terms."
1771         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1772         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1773         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1774         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1775         link text: "what is this?"
1776       profile description: "Profile Description:"
1777       preferred languages: "Preferred Languages:"
1778       preferred editor: "Preferred Editor:"
1779       image: "Image:"
1780       new image: "Add an image"
1781       keep image: "Keep the current image"
1782       delete image: "Remove the current image"
1783       replace image: "Replace the current image"
1784       image size hint: "(square images at least 100x100 work best)"
1785       home location: "Home Location:"
1786       no home location: "You have not entered your home location."
1787       latitude: "Latitude:"
1788       longitude: "Longitude:"
1789       update home location on click: "Update home location when I click on the map?"
1790       save changes button: Save Changes
1791       make edits public button: Make all my edits public
1792       return to profile: Return to profile
1793       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1794       flash update success: "User information updated successfully."
1795     confirm:
1796       heading: Confirm a user account
1797       press confirm button: "Press the confirm button below to activate your account."
1798       button: Confirm
1799       success: "Confirmed your account, thanks for signing up!"
1800       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."
1801       already active: "This account has already been confirmed."
1802       unknown token: "That token doesn't seem to exist."
1803       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>."
1804     confirm_resend:
1805       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."
1806       failure: "User %{name} not found."
1807     confirm_email:
1808       heading: Confirm a change of email address
1809       press confirm button: "Press the confirm button below to confirm your new email address."
1810       button: Confirm
1811       success: "Confirmed your email address, thanks for signing up!"
1812       failure: "An email address has already been confirmed with this token."
1813     set_home:
1814       flash success: "Home location saved successfully"
1815     go_public:
1816       flash success: "All your edits are now public, and you are now allowed to edit."
1817     make_friend:
1818       heading: "Add %{user} as a friend?"
1819       button: "Add as friend"
1820       success: "%{name} is now your friend."
1821       failed: "Sorry, failed to add %{name} as a friend."
1822       already_a_friend: "You are already friends with %{name}."
1823     remove_friend:
1824       heading: "Remove %{user} as a friend?"
1825       button: "Remove as friend"
1826       success: "%{name} was removed from your friends."
1827       not_a_friend: "%{name} is not one of your friends."
1828     filter:
1829       not_an_administrator: "You need to be an administrator to perform that action."
1830     list:
1831       title: Users
1832       heading: Users
1833       showing:
1834         one: Showing page %{page} (%{first_item} of %{items})
1835         other: Showing page %{page} (%{first_item}-%{last_item} of %{items})
1836       summary: "%{name} created from %{ip_address} on %{date}"
1837       summary_no_ip: "%{name} created on %{date}"
1838       confirm: Confirm Selected Users
1839       hide: Hide Selected Users
1840       empty: No matching users found
1841     suspended:
1842       title: Account Suspended
1843       heading: Account Suspended
1844       webmaster: webmaster
1845       body: |
1846         <p>
1847           Sorry, your account has been automatically suspended due to
1848           suspicious activity.
1849         </p>
1850         <p>
1851           This decision will be reviewed by an administrator shortly, or
1852           you may contact the %{webmaster} if you wish to discuss this.
1853         </p>
1854   user_role:
1855     filter:
1856       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1857       not_a_role: "The string `%{role}' is not a valid role."
1858       already_has_role: "The user already has role %{role}."
1859       doesnt_have_role: "The user does not have role %{role}."
1860     grant:
1861       title: Confirm role granting
1862       heading: Confirm role granting
1863       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1864       confirm: "Confirm"
1865       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1866     revoke:
1867       title: Confirm role revoking
1868       heading: Confirm role revoking
1869       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
1870       confirm: "Confirm"
1871       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
1872   user_block:
1873     model:
1874       non_moderator_update: "Must be a moderator to create or update a block."
1875       non_moderator_revoke: "Must be a moderator to revoke a block."
1876     not_found:
1877       sorry: "Sorry, the user block with ID %{id} could not be found."
1878       back: "Back to index"
1879     new:
1880       title: "Creating block on %{name}"
1881       heading: "Creating block on %{name}"
1882       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."
1883       period: "How long, starting now, the user will be blocked from the API for."
1884       submit: "Create block"
1885       tried_contacting: "I have contacted the user and asked them to stop."
1886       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1887       needs_view: "User needs to log in before this block will be cleared"
1888       back: "View all blocks"
1889     edit:
1890       title: "Editing block on %{name}"
1891       heading: "Editing block on %{name}"
1892       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."
1893       period: "How long, starting now, the user will be blocked from the API for."
1894       submit: "Update block"
1895       show: "View this block"
1896       back: "View all blocks"
1897       needs_view: "Does the user need to log in before this block will be cleared?"
1898     filter:
1899       block_expired: "The block has already expired and cannot be edited."
1900       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1901     create:
1902       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1903       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1904       flash: "Created a block on user %{name}."
1905     update:
1906       only_creator_can_edit: "Only the moderator who created this block can edit it."
1907       success: "Block updated."
1908     index:
1909       title: "User blocks"
1910       heading: "List of user blocks"
1911       empty: "No blocks have been made yet."
1912     revoke:
1913       title: "Revoking block on %{block_on}"
1914       heading: "Revoking block on %{block_on} by %{block_by}"
1915       time_future: "This block will end in %{time}."
1916       past: "This block ended %{time} ago and cannot be revoked now."
1917       confirm: "Are you sure you wish to revoke this block?"
1918       revoke: "Revoke!"
1919       flash: "This block has been revoked."
1920     period:
1921       one: "1 hour"
1922       other: "%{count} hours"
1923     partial:
1924       show: "Show"
1925       edit: "Edit"
1926       revoke: "Revoke!"
1927       confirm: "Are you sure?"
1928       display_name: "Blocked User"
1929       creator_name: "Creator"
1930       reason: "Reason for block"
1931       status: "Status"
1932       revoker_name: "Revoked by"
1933       not_revoked: "(not revoked)"
1934       showing_page: "Showing page %{page}"
1935       next: "Next »"
1936       previous: "« Previous"
1937     helper:
1938       time_future: "Ends in %{time}."
1939       until_login: "Active until the user logs in."
1940       time_past: "Ended %{time} ago."
1941     blocks_on:
1942       title: "Blocks on %{name}"
1943       heading: "List of blocks on %{name}"
1944       empty: "%{name} has not been blocked yet."
1945     blocks_by:
1946       title: "Blocks by %{name}"
1947       heading: "List of blocks by %{name}"
1948       empty: "%{name} has not made any blocks yet."
1949     show:
1950       title: "%{block_on} blocked by %{block_by}"
1951       heading: "%{block_on} blocked by %{block_by}"
1952       time_future: "Ends in %{time}"
1953       time_past: "Ended %{time} ago"
1954       status: "Status"
1955       show: "Show"
1956       edit: "Edit"
1957       revoke: "Revoke!"
1958       confirm: "Are you sure?"
1959       reason: "Reason for block:"
1960       back: "View all blocks"
1961       revoker: "Revoker:"
1962       needs_view: "The user needs to log in before this block will be cleared."
1963   javascripts:
1964     map:
1965       base:
1966         standard: Standard
1967         cycle_map: Cycle Map
1968         transport_map: Transport Map
1969         mapquest: MapQuest Open
1970       overlays:
1971         maplint: Maplint
1972     site:
1973       edit_tooltip: Edit the map
1974       edit_disabled_tooltip: Zoom in to edit the map
1975       edit_zoom_alert: You must zoom in to edit the map
1976       history_tooltip: View edits for this area
1977       history_disabled_tooltip: Zoom in to view edits for this area
1978       history_zoom_alert: You must zoom in to view edits for this area
1979   redaction:
1980     edit:
1981       description: "Description"
1982       heading: "Edit redaction"
1983       submit: "Save redaction"
1984       title: "Edit redaction"
1985     index:
1986       empty: "No redactions to show."
1987       heading: "List of redactions"
1988       title: "List of redactions"
1989     new:
1990       description: "Description"
1991       heading: "Enter information for new redaction"
1992       submit: "Create redaction"
1993       title: "Creating new redaction"
1994     show:
1995       description: "Description:"
1996       heading: "Showing redaction \"%{title}\""
1997       title: "Showing redaction"
1998       user: "Creator:"
1999       edit: "Edit this redaction"
2000       destroy: "Remove this redaction"
2001       confirm: "Are you sure?"
2002     create:
2003       flash: "Redaction created."
2004     update:
2005       flash: "Changes saved."
2006     destroy:
2007       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2008       flash: "Redaction destroyed."
2009       error: "There was an error destroying this redaction."