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