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