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