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