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