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