]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Require oauth 0.3.6 and remove Matt's comment saying we need to
[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         highway:
520           bridleway: "Bridleway"
521           bus_guideway: "Guided Bus Lane"
522           bus_stop: "Bus Stop"
523           byway: "Byway"
524           construction: "Highway under Construction"
525           cycleway: "Cycle Path"
526           distance_marker: "Distance Marker"
527           emergency_access_point: "Emergency Access Point"
528           footway: "Footpath"
529           ford: "Ford"
530           gate: "Gate"
531           living_street: "Living Street"
532           minor: "Minor Road"
533           motorway: "Motorway"
534           motorway_junction: "Motorway Junction"
535           motorway_link: "Motorway Road"
536           path: "Path"
537           pedestrian: "Pedestrian Way"
538           platform: "Platform"
539           primary: "Primary Road"
540           primary_link: "Primary Road"
541           raceway: "Raceway"
542           residential: "Residential"
543           road: "Road"
544           secondary: "Secondary Road"
545           secondary_link: "Secondary Road"
546           service: "Service Road"
547           services: "Motorway Services"
548           steps: "Steps"
549           stile: "Stile"
550           tertiary: "Tertiary Road"
551           track: "Track"
552           trail: "Trail"
553           trunk: "Trunk Road"
554           trunk_link: "Trunk Road"
555           unclassified: "Unclassified Road"
556           unsurfaced: "Unsurfaced Road"
557         historic:
558           archaeological_site: "Archaeological Site"
559           battlefield: "Battlefield"
560           boundary_stone: "Boundary Stone"
561           building: "Building"
562           castle: "Castle"
563           church: "Church"
564           house: "House"
565           icon: "Icon"
566           manor: "Manor"
567           memorial: "Memorial"
568           mine: "Mine"
569           monument: "Monument"
570           museum: "Museum"
571           ruins: "Ruins"
572           tower: "Tower"
573           wayside_cross: "Wayside Cross"
574           wayside_shrine: "Wayside Shrine"
575           wreck: "Wreck"
576         landuse:
577           allotments: "Allotments"
578           basin: "Basin"
579           brownfield: "Brownfield Land"
580           cemetery: "Cemetery"
581           commercial: "Commercial Area"
582           conservation: "Conservation"
583           construction: "Construction"
584           farm: "Farm"
585           farmland: "Farmland"
586           farmyard: "Farmyard"
587           forest: "Forest"
588           grass: "Grass"
589           greenfield: "Greenfield Land"
590           industrial: "Industrial Area"
591           landfill: "Landfill"
592           meadow: "Meadow"
593           military: "Military Area"
594           mine: "Mine"
595           mountain: "Mountain"
596           nature_reserve: "Nature Reserve"
597           park: "Park"
598           piste: "Piste"
599           plaza: "Plaza"
600           quarry: "Quarry"
601           railway: "Railway"
602           recreation_ground: "Recreation Ground"
603           reservoir: "Reservoir"
604           residential: "Residential Area"
605           retail: "Retail"
606           village_green: "Village Green"
607           vineyard: "Vineyard"
608           wetland: "Wetland"
609           wood: "Wood"
610         leisure:
611           beach_resort: "Beach Resort"
612           common: "Common Land"
613           fishing: "Fishing Area"
614           garden: "Garden"
615           golf_course: "Golf Course"
616           ice_rink: "Ice Rink"
617           marina: "Marina"
618           miniature_golf: "Miniature Golf"
619           nature_reserve: "Nature Reserve"
620           park: "Park"
621           pitch: "Sports Pitch"
622           playground: "Playground"
623           recreation_ground: "Recreation Ground"
624           slipway: "Slipway"
625           sports_centre: "Sports Centre"
626           stadium: "Stadium"
627           swimming_pool: "Swimming Pool"
628           track: "Running Track"
629           water_park: "Water Park"
630         natural:
631           bay: "Bay"
632           beach: "Beach"
633           cape: "Cape"
634           cave_entrance: "Cave Entrance"
635           channel: "Channel"
636           cliff: "Cliff"
637           coastline: "Coastline"
638           crater: "Crater"
639           feature: "Feature"
640           fell: "Fell"
641           fjord: "Fjord"
642           geyser: "Geyser"
643           glacier: "Glacier"
644           heath: "Heath"
645           hill: "Hill"
646           island: "Island"
647           land: "Land"
648           marsh: "Marsh"
649           moor: "Moor"
650           mud: "Mud"
651           peak: "Peak"
652           point: "Point"
653           reef: "Reef"
654           ridge: "Ridge"
655           river: "River"
656           rock: "Rock"
657           scree: "Scree"
658           scrub: "Scrub"
659           shoal: "Shoal"
660           spring: "Spring"
661           strait: "Strait"
662           tree: "Tree"
663           valley: "Valley"
664           volcano: "Volcano"
665           water: "Water"
666           wetland: "Wetland"
667           wetlands: "Wetlands"
668           wood: "Wood"
669         place:
670           airport: "Airport"
671           city: "City"
672           country: "Country"
673           county: "County"
674           farm: "Farm"
675           hamlet: "Hamlet"
676           house: "House"
677           houses: "Houses"
678           island: "Island"
679           islet: "Islet"
680           locality: "Locality"
681           moor: "Moor"
682           municipality: "Municipality"
683           postcode: "Postcode"
684           region: "Region"
685           sea: "Sea"
686           state: "State"
687           subdivision: "Subdivision"
688           suburb: "Suburb"
689           town: "Town"
690           unincorporated_area: "Unincorporated Area"
691           village: "Village"
692         railway:
693           abandoned: "Abandoned Railway"
694           construction: "Railway under Construction"
695           disused: "Disused Railway"
696           disused_station: "Disused Railway Station"
697           funicular: "Funicular Railway"
698           halt: "Train Stop"
699           historic_station: "Historic Railway Station"
700           junction: "Railway Junction"
701           level_crossing: "Level Crossing"
702           light_rail: "Light Rail"
703           monorail: "Monorail"
704           narrow_gauge: "Narrow Gauge Railway"
705           platform: "Railway Platform"
706           preserved: "Preserved Railway"
707           spur: "Railway Spur"
708           station: "Railway Station"
709           subway: "Subway Station"
710           subway_entrance: "Subway Entrance"
711           switch: "Railway Points"
712           tram: "Tramway"
713           tram_stop: "Tram Stop"
714           yard: "Railway Yard"
715         shop:
716           alcohol: "Off License"
717           apparel: "Apparel Shop"
718           art: "Art Shop"
719           bakery: "Bakery"
720           beauty: "Beauty Shop"
721           beverages: "Beverages Shop"
722           bicycle: "Bicycle Shop"
723           books: "Book Shop"
724           butcher: "Butcher"
725           car: "Car Shop"
726           car_dealer: "Car Dealer"
727           car_parts: "Car Parts"
728           carpet: "Carpet Shop"
729           car_repair: "Car Repair"
730           charity: "Charity Shop"
731           chemist: "Chemist"
732           clothes: "Clothes Shop"
733           computer: "Computer Shop"
734           confectionery: "Confectionery Shop"
735           convenience: "Convenience Store"
736           copyshop: "Copy Shop"
737           cosmetics: "Cosmetics Shop"
738           department_store: "Department Store"
739           discount: "Discount Items Shop"
740           doityourself: "Do-It-Yourself"
741           drugstore: "Drugstore"
742           dry_cleaning: "Dry Cleaning"
743           electronics: "Electronics Shop"
744           estate_agent: "Estate Agent"
745           farm: "Farm Shop"
746           fashion: "Fashion Shop"
747           fish: "Fish Shop"
748           florist: "Florist"
749           food: "Food Shop"
750           funeral_directors: "Funeral Directors"
751           furniture: "Furniture"
752           gallery: "Gallery"
753           garden_centre: "Garden Centre"
754           general: "General Store"
755           gift: "Gift Shop"
756           greengrocer: "Greengrocer"
757           grocery: "Grocery Shop"
758           hairdresser: "Hairdresser"
759           hardware: "Hardware Store"
760           hifi: "Hi-Fi"
761           insurance: "Insurance"
762           jewelry: "Jewelry Shop"
763           kiosk: "Kiosk Shop"
764           laundry: "Laundry"
765           mall: "Mall"
766           market: "Market"
767           mobile_phone: "Mobile Phone Shop"
768           motorcycle: "Motorcycle Shop"
769           music: "Music Shop"
770           newsagent: "Newsagent"
771           optician: "Optician"
772           organic: "Organic Food Shop"
773           outdoor: "Outdoor Shop"
774           pet: "Pet Shop"
775           photo: "Photo Shop"
776           salon: "Salon"
777           shoes: "Shoe Shop"
778           shopping_centre: "Shopping Centre"
779           sports: "Sports Shop"
780           stationery: "Stationery Shop"
781           supermarket: "Supermarket"
782           toys: "Toy Shop"
783           travel_agency: "Travel Agency"
784           video: "Video Shop"
785           wine: "Off License"
786         tourism:
787           alpine_hut: "Alpine Hut"
788           artwork: "Artwork"
789           attraction: "Attraction"
790           bed_and_breakfast: "Bed and Breakfast"
791           cabin: "Cabin"
792           camp_site: "Camp Site"
793           caravan_site: "Caravan Site"
794           chalet: "Chalet"
795           guest_house: "Guest House"
796           hostel: "Hostel"
797           hotel: "Hotel"
798           information: "Information"
799           lean_to: "Lean To"
800           motel: "Motel"
801           museum: "Museum"
802           picnic_site: "Picnic Site"
803           theme_park: "Theme Park"
804           valley: "Valley"
805           viewpoint: "Viewpoint"
806           zoo: "Zoo"
807         waterway:
808           boatyard: "Boatyard"
809           canal: "Canal"
810           connector: "Waterway Connector"
811           dam: "Dam"
812           derelict_canal: "Derelict Canal"
813           ditch: "Ditch"
814           dock: "Dock"
815           drain: "Drain"
816           lock: "Lock"
817           lock_gate: "Lock Gate"
818           mineral_spring: "Mineral Spring"
819           mooring: "Mooring"
820           rapids: "Rapids"
821           river: "River"
822           riverbank: "Riverbank"
823           stream: "Stream"
824           wadi: "Wadi"
825           waterfall: "Waterfall"
826           water_point: "Water Point"
827           weir: "Weir"
828     description:
829       title:
830         osm_namefinder: '{{types}} from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
831         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
832         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
833       types:
834         cities: Cities
835         towns: Towns
836         places: Places
837     description_osm_namefinder:
838       prefix: "{{distance}} {{direction}} of {{type}}"
839     results:
840       no_results: "No results found"
841     distance:
842       zero: "less than 1km"
843       one: "about 1km"
844       other: "about {{count}}km"
845     direction:
846       south_west: "south-west"
847       south: "south"
848       south_east: "south-east"
849       east: "east"
850       north_east: "north-east"
851       north: "north"
852       north_west: "north-west"
853       west: "west"
854   layouts:
855     project_name:
856       # in <title>
857       title: OpenStreetMap
858       # in <h1>
859       h1: OpenStreetMap
860     logo:
861       alt_text: OpenStreetMap logo
862     welcome_user: "Welcome, {{user_link}}"
863     welcome_user_link_tooltip: Your user page
864     home: home
865     home_tooltip: Go to home location
866     inbox: "inbox ({{count}})"
867     inbox_tooltip:
868       zero: Your inbox contains no unread messages
869       one: Your inbox contains 1 unread message
870       other: Your inbox contains {{count}} unread messages
871     logout: logout
872     logout_tooltip: "Log out"
873     log_in: log in
874     log_in_tooltip: Log in with an existing account
875     sign_up: sign up
876     sign_up_tooltip: Create an account for editing
877     view: View
878     view_tooltip: View maps
879     edit: Edit
880     edit_tooltip: Edit maps
881     history: History
882     history_tooltip: Changeset history
883     export: Export
884     export_tooltip: Export map data
885     gps_traces: GPS Traces
886     gps_traces_tooltip: Manage traces
887     user_diaries: User Diaries
888     user_diaries_tooltip: View user diaries
889     tag_line: The Free Wiki World Map
890     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
891     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
892     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
893     intro_3_ucl: "UCL VR Centre"
894     intro_3_bytemark: "bytemark"
895     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
896     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
897     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
898     donate_link_text: donating
899     help_wiki: "Help &amp; Wiki"
900     help_wiki_tooltip: "Help &amp; Wiki site for the project"
901     help_wiki_url: "http://wiki.openstreetmap.org"
902     news_blog: "News blog"
903     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
904     shop: Shop
905     shop_tooltip: Shop with branded OpenStreetMap merchandise
906     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
907     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
908     license:
909       alt: CC by-sa 2.0
910       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
911     make_a_donation:
912       title: Support OpenStreetMap with a monetary donation
913       text: Make a Donation
914   notifier:
915     diary_comment_notification:
916       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
917       hi: "Hi {{to_user}},"
918       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
919       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
920     message_notification:
921       subject: "[OpenStreetMap] {{user}} sent you a new message"
922       hi: "Hi {{to_user}},"
923       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
924       footer1: "You can also read the message at {{readurl}}"
925       footer2: "and you can reply at {{replyurl}}"
926     friend_notification:
927       subject: "[OpenStreetMap] {{user}} added you as a friend"
928       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
929       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
930     gpx_notification:
931       greeting: "Hi,"
932       your_gpx_file: "It looks like your GPX file"
933       with_description: "with the description"
934       and_the_tags: "and the following tags:"
935       and_no_tags: "and no tags."
936       failure:
937         subject: "[OpenStreetMap] GPX Import failure"
938         failed_to_import: "failed to import. Here is the error:"
939         more_info_1: "More information about GPX import failures and how to avoid"
940         more_info_2: "them can be found at:"
941         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
942       success:
943         subject: "[OpenStreetMap] GPX Import success"
944         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
945     signup_confirm:
946       subject: "[OpenStreetMap] Confirm your email address"
947     signup_confirm_plain:
948       greeting: "Hi there!"
949       hopefully_you: "Someone (hopefully you) would like to create an account over at"
950       # next two translations run-on : please word wrap appropriately
951       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
952       click_the_link_2: "account and read on for more information about OpenStreetMap."
953       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
954       more_videos: "There are more videos here:"
955       the_wiki: "Get reading about OpenStreetMap on the wiki:"
956       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
957       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
958       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
959       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
960       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
961       # next four translations are in pairs : please word wrap appropriately
962       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
963       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
964       current_user_1: "A list of current users in categories, based on where in the world"
965       current_user_2: "they are, is available from:"
966     signup_confirm_html:
967       greeting: "Hi there!"
968       hopefully_you: "Someone (hopefully you) would like to create an account over at"
969       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"
970       introductory_video: "You can watch an {{introductory_video_link}}."
971       video_to_openstreetmap: "introductory video to OpenStreetMap"
972       more_videos: "There are {{more_videos_link}}."
973       more_videos_here: "more videos here"
974       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!
975       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>.'
976       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>.'
977       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>.'
978     email_confirm:
979       subject: "[OpenStreetMap] Confirm your email address"
980     email_confirm_plain:
981       greeting: "Hi,"
982       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
983       hopefully_you_2: "{{server_url}} to {{new_address}}."
984       click_the_link: "If this is you, please click the link below to confirm the change."
985     email_confirm_html:
986       greeting: "Hi,"
987       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
988       click_the_link: "If this is you, please click the link below to confirm the change."
989     lost_password:
990       subject: "[OpenStreetMap] Password reset request"
991     lost_password_plain:
992       greeting: "Hi,"
993       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
994       hopefully_you_2: "email addresses openstreetmap.org account."
995       click_the_link: "If this is you, please click the link below to reset your password."
996     lost_password_html:
997       greeting: "Hi,"
998       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
999       click_the_link: "If this is you, please click the link below to reset your password."
1000   message:
1001     inbox:
1002       title: "Inbox"
1003       my_inbox: "My inbox"
1004       outbox: "outbox"
1005       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
1006       from: "From"
1007       subject: "Subject"
1008       date: "Date"
1009       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1010       people_mapping_nearby: "people mapping nearby" 
1011     message_summary:
1012       unread_button: "Mark as unread"
1013       read_button: "Mark as read"
1014       reply_button: "Reply"
1015       delete_button: "Delete"
1016     new:
1017       title: "Send message"
1018       send_message_to: "Send a new message to {{name}}"
1019       subject: "Subject"
1020       body: "Body"
1021       send_button: "Send"
1022       back_to_inbox: "Back to inbox"
1023       message_sent: "Message sent"
1024       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1025     no_such_user:
1026       title: "No such user or message"
1027       heading: "No such user or message"
1028       body: "Sorry there is no user or message with that name or id"
1029     outbox: 
1030       title: "Outbox"
1031       my_inbox: "My {{inbox_link}}"
1032       inbox: "inbox"
1033       outbox: "outbox"
1034       you_have_sent_messages: "You have {{count}} sent messages"
1035       to: "To"
1036       subject: "Subject"
1037       date: "Date"
1038       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1039       people_mapping_nearby: "people mapping nearby"
1040     read:
1041       title: "Read message"
1042       reading_your_messages: "Reading your messages"
1043       from: "From"
1044       subject: "Subject"
1045       date: "Date"
1046       reply_button: "Reply"
1047       unread_button: "Mark as unread"
1048       back_to_inbox: "Back to inbox"
1049       reading_your_sent_messages: "Reading your sent messages"
1050       to: "To"
1051       back_to_outbox: "Back to outbox"
1052     sent_message_summary:
1053       delete_button: "Delete"
1054     mark:
1055       as_read: "Message marked as read"
1056       as_unread: "Message marked as unread"
1057     delete:
1058       deleted: "Message deleted"
1059   site:
1060     index:
1061       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1062       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1063       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.'
1064       permalink: Permalink
1065       shortlink: Shortlink
1066       license:
1067         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
1068         license_name: "Creative Commons Attribution-Share Alike 2.0"
1069         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
1070         project_name: "OpenStreetMap project"
1071         project_url: "http://openstreetmap.org"
1072     edit:
1073       not_public: "You have not set your edits to be public."
1074       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}}."
1075       user_page_link: user page
1076       anon_edits: "({{link}})"
1077       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1078       anon_edits_link_text: "Find out why this is the case."
1079       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.'
1080       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.)"
1081     sidebar:
1082       search_results: Search Results
1083       close: Close
1084     search:
1085       search: Search
1086       where_am_i: "Where am I?"
1087       where_am_i_title: Describe the current location using the search engine
1088       submit_text: "Go"
1089       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>"
1090     key:
1091       map_key: "Map key"
1092       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
1093       table:
1094         heading: "Legend for z{{zoom_level}}"
1095         entry:
1096           motorway: "Motorway"
1097           trunk: "Trunk road"
1098           primary: "Primary road"
1099           secondary: "Secondary road"
1100           unclassified: "Unclassified road"
1101           unsurfaced: "Unsurfaced road"
1102           track: "Track"
1103           byway: "Byway"
1104           bridleway: "Bridleway"
1105           cycleway: "Cycleway"
1106           footway: "Footway"
1107           rail: "Railway"
1108           subway: "Subway"
1109           tram:
1110             - Light rail
1111             - tram
1112           cable:
1113             - Cable car
1114             - chair lift
1115           runway:
1116             - Airport Runway
1117             - taxiway
1118           apron:
1119             - Airport apron
1120             - terminal
1121           admin: "Administrative boundary"
1122           forest: "Forest"
1123           wood: "Wood"
1124           golf: "Golf course"
1125           park: "Park"
1126           resident: "Residential area"
1127           tourist: "Tourist attraction"
1128           common:
1129             - Common
1130             - meadow
1131           retail: "Retail area"
1132           industrial: "Industrial area"
1133           commercial: "Commercial area"
1134           heathland: "Heathland"
1135           lake:
1136             - Lake
1137             - reservoir
1138           farm: "Farm"
1139           brownfield: "Brownfield site"
1140           cemetery: "Cemetery"
1141           allotments: "Allotments"
1142           pitch: "Sports pitch"
1143           centre: "Sports centre"
1144           reserve: "Nature reserve"
1145           military: "Military area"
1146           school:
1147             - School
1148             - university
1149           building: "Significant building"
1150           station: "Railway station"
1151           summit:
1152             - Summit
1153             - peak
1154           tunnel: "Dashed casing = tunnel"
1155           bridge: "Black casing = bridge"
1156           private: "Private access"
1157           permissive: "Permissive access"
1158           destination: "Destination access"
1159           construction: "Roads under construction"
1160   trace:
1161     visibility:
1162       private: "Private (only shared as anonymous, unordered points)"
1163       public: "Public (shown in trace list and as anonymous, unordered points)"
1164       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1165       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1166     create:
1167       upload_trace: "Upload GPS Trace"
1168       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."
1169     edit:
1170       title: "Editing trace {{name}}"
1171       heading: "Editing trace {{name}}"
1172       filename: "Filename:"
1173       download: "download"
1174       uploaded_at: "Uploaded at:"
1175       points: "Points:"
1176       start_coord: "Start coordinate:"
1177       map: "map"
1178       edit: "edit"
1179       owner: "Owner:"
1180       description: "Description:"
1181       tags: "Tags:"
1182       tags_help: "comma delimited"
1183       save_button: "Save Changes"
1184       visibility: "Visibility:"
1185       visibility_help: "what does this mean?"
1186       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1187     no_such_user:
1188       title: "No such user"
1189       heading: "The user {{user}} does not exist"
1190       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1191     trace_form:
1192       upload_gpx: "Upload GPX File"
1193       description: "Description"
1194       tags: "Tags"
1195       tags_help: "comma delimited"
1196       visibility: "Visibility"
1197       visibility_help: "what does this mean?"
1198       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1199       upload_button: "Upload"
1200       help: "Help"
1201       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1202     trace_header:
1203       see_just_your_traces: "See just your traces, or upload a trace"
1204       see_all_traces: "See all traces"
1205       see_your_traces: "See all your traces"
1206       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."
1207     trace_optionals:
1208       tags: "Tags"
1209     view:
1210       title: "Viewing trace {{name}}"
1211       heading: "Viewing trace {{name}}"
1212       pending: "PENDING"
1213       filename: "Filename:"
1214       download: "download"
1215       uploaded: "Uploaded at:"
1216       points: "Points:"
1217       start_coordinates: "Start coordinate:"
1218       map: "map"
1219       edit: "edit"
1220       owner: "Owner:"
1221       description: "Description:"
1222       tags: "Tags:"
1223       none: "None"
1224       edit_track: "Edit this trace"
1225       delete_track: "Delete this trace"
1226       trace_not_found: "Trace not found!"
1227       visibility: "Visibility:"
1228     trace_paging_nav:
1229       showing: "Showing page"
1230       of: "of"
1231     trace:
1232       pending: "PENDING"
1233       count_points: "{{count}} points"
1234       ago: "{{time_in_words_ago}} ago"
1235       more: "more"
1236       trace_details: "View Trace Details"
1237       view_map: "View Map"
1238       edit: "edit"
1239       edit_map: "Edit Map"
1240       public: "PUBLIC"
1241       private: "PRIVATE"
1242       by: "by"
1243       in: "in"
1244       map: "map"
1245     list:
1246       public_traces: "Public GPS traces"
1247       your_traces: "Your GPS traces"
1248       public_traces_from: "Public GPS traces from {{user}}"
1249       tagged_with: " tagged with {{tags}}"
1250     delete:
1251       scheduled_for_deletion: "Trace scheduled for deletion"
1252     make_public:
1253       made_public: "Trace made public"
1254   application:
1255     require_cookies:
1256       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1257     setup_user_auth:
1258       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1259   oauth:
1260     oauthorize:
1261       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."
1262       allow_to: "Allow the client application to:"
1263       allow_read_prefs:  "read your user preferences."
1264       allow_write_prefs: "modify your user preferences."
1265       allow_write_diary: "create diary entries, comments and make friends."
1266       allow_write_api:   "modify the map."
1267       allow_read_gpx:    "read your private GPS traces."
1268       allow_write_gpx:   "upload GPS traces."
1269     revoke:
1270       flash: "You've revoked the token for {{application}}"
1271   oauth_clients:
1272     new:
1273       title: "Register a new application"
1274       submit: "Register"
1275     edit:
1276       title: "Edit your application"
1277       submit: "Edit"
1278     show:
1279       title: "OAuth details for {{app_name}}"
1280       key: "Consumer Key:"
1281       secret: "Consumer Secret:"
1282       url: "Request Token URL:"
1283       access_url: "Access Token URL:"
1284       authorize_url: "Authorise URL:"
1285       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
1286       edit: "Edit Details"
1287       requests: "Requesting the following permissions from the user:"
1288       allow_read_prefs:  "read their user preferences."
1289       allow_write_prefs: "modify their user preferences."
1290       allow_write_diary: "create diary entries, comments and make friends."
1291       allow_write_api:   "modify the map."
1292       allow_read_gpx:    "read their private GPS traces."
1293       allow_write_gpx:   "upload GPS traces."
1294     index:
1295       title: "My OAuth Details"
1296       my_tokens: "My Authorised Applications"
1297       list_tokens: "The following tokens have been issued to applications in your name:"
1298       application: "Application Name"
1299       issued_at: "Issued At"
1300       revoke: "Revoke!"
1301       my_apps: "My Client Applications"
1302       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."
1303       registered_apps: "You have the following client applications registered:"
1304       register_new: "Register your application"
1305     form:
1306       name: "Name"
1307       required: "Required"
1308       url: "Main Application URL"
1309       callback_url: "Callback URL"
1310       support_url: "Support URL"
1311       requests: "Request the following permissions from the user:"
1312       allow_read_prefs:  "read their user preferences."
1313       allow_write_prefs: "modify their user preferences."
1314       allow_write_diary: "create diary entries, comments and make friends."
1315       allow_write_api:   "modify the map."
1316       allow_read_gpx:    "read their private GPS traces."
1317       allow_write_gpx:   "upload GPS traces."
1318     not_found: 
1319       sorry: "Sorry, that {{type}} could not be found."
1320     create:
1321       flash: "Registered the information successfully"
1322     update:
1323       flash: "Updated the client information successfully"
1324     destroy:
1325       flash: "Destroyed the client application registration"
1326   user:
1327     login:
1328       title: "Login"
1329       heading: "Login"
1330       please login: "Please login or {{create_user_link}}."
1331       create_account: "create an account"
1332       email or username: "Email Address or Username:"
1333       password: "Password:"
1334       lost password link: "Lost your password?"
1335       login_button: "Login"
1336       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."
1337       auth failure: "Sorry, could not log in with those details."
1338     lost_password:
1339       title: "Lost password"
1340       heading: "Forgotten Password?"
1341       email address: "Email Address:"
1342       new password button: "Reset password"
1343       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."
1344       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1345       notice email cannot find: "Could not find that email address, sorry."
1346     reset_password:
1347       title: "Reset password"
1348       heading: "Reset Password for {{user}}"
1349       password: "Password:"
1350       confirm password: "Confirm Password:"
1351       reset: "Reset Password"
1352       flash changed: "Your password has been changed."
1353       flash token bad: "Did not find that token, check the URL maybe?"
1354     new:
1355       title: "Create account"
1356       heading: "Create a User Account"
1357       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1358       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.'
1359       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1360       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>.'
1361       email address: "Email Address:"
1362       confirm email address: "Confirm Email Address:"
1363       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>)'
1364       display name: "Display Name:"
1365       display name description: "Your publicly displayed username. You can change this later in the preferences."
1366       password: "Password:"
1367       confirm password: "Confirm Password:"
1368       signup: Signup
1369       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."
1370     no_such_user:
1371       title: "No such user"
1372       heading: "The user {{user}} does not exist"
1373       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1374     view:
1375       my diary: my diary
1376       new diary entry: new diary entry
1377       my edits: my edits
1378       my traces: my traces
1379       my settings: my settings
1380       blocks on me: blocks on me
1381       blocks by me: blocks by me
1382       send message: send message
1383       diary: diary
1384       edits: edits
1385       traces: traces
1386       remove as friend: remove as friend
1387       add as friend: add as friend
1388       mapper since: "Mapper since:"
1389       ago: "({{time_in_words_ago}} ago)"
1390       email address: "Email address:"
1391       created from: "Created from:"
1392       user image heading: User image
1393       delete image: Delete Image
1394       upload an image: Upload an image
1395       add image: Add Image
1396       description: Description
1397       user location: User location
1398       no home location: "No home location has been set."
1399       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."
1400       settings_link_text: settings
1401       your friends: Your friends
1402       no friends: You have not added any friends yet.
1403       km away: "{{count}}km away"
1404       m away: "{{count}}m away"
1405       nearby users: "Nearby users:"
1406       no nearby users: "There are no users who admit to mapping nearby yet."
1407       change your settings: change your settings
1408       my_oauth_details: "View my OAuth details"
1409       role:
1410         administrator: "This user is an administrator"
1411         moderator: "This user is a moderator"
1412         grant:
1413           administrator: "Grant administrator access"
1414           moderator: "Grant moderator access"
1415         revoke:
1416           administrator: "Revoke administrator access"
1417           moderator: "Revoke moderator access"
1418       block_history: "view blocks received"
1419       moderator_history: "view blocks given"
1420       create_block: "block this user"
1421       activate_user: "activate this user"
1422       deactivate_user: "deactivate this user"
1423       hide_user: "hide this user"
1424       unhide_user: "unhide this user"
1425       delete_user: "delete this user"
1426       confirm: "Confirm"
1427     friend_map:
1428       your location: Your location
1429       nearby mapper: "Nearby mapper: [[nearby_user]]"
1430     account:
1431       title: "Edit account"
1432       my settings: My settings
1433       email never displayed publicly: "(never displayed publicly)"
1434       public editing:
1435         heading: "Public editing:"
1436         enabled: "Enabled. Not anonymous and can edit data."
1437         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1438         enabled link text: "what is this?"
1439         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1440         disabled link text: "why can't I edit?"
1441       public editing note:
1442         heading: "Public editing"
1443         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>"
1444       profile description: "Profile Description:"
1445       preferred languages: "Preferred Languages:"
1446       home location: "Home Location:"
1447       no home location: "You have not entered your home location."
1448       latitude: "Latitude:"
1449       longitude: "Longitude:"
1450       update home location on click: "Update home location when I click on the map?"
1451       save changes button: Save Changes
1452       make edits public button: Make all my edits public
1453       return to profile: Return to profile
1454       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1455       flash update success: "User information updated successfully."
1456     confirm:
1457       heading: Confirm a user account
1458       press confirm button: "Press the confirm button below to activate your account."
1459       button: Confirm
1460       success: "Confirmed your account, thanks for signing up!"
1461       failure: "A user account with this token has already been confirmed."
1462     confirm_email:
1463       heading: Confirm a change of email address
1464       press confirm button: "Press the confirm button below to confirm your new email address."
1465       button: Confirm
1466       success: "Confirmed your email address, thanks for signing up!"
1467       failure: "An email address has already been confirmed with this token."
1468     set_home:
1469       flash success: "Home location saved successfully"
1470     go_public:
1471       flash success: "All your edits are now public, and you are now allowed to edit."
1472     make_friend:
1473       success: "{{name}} is now your friend."
1474       failed: "Sorry, failed to add {{name}} as a friend."
1475       already_a_friend: "You are already friends with {{name}}."
1476     remove_friend:
1477       success: "{{name}} was removed from your friends."
1478       not_a_friend: "{{name}} is not one of your friends."
1479     filter:
1480       not_an_administrator: "You need to be an administrator to perform that action."
1481   user_role:
1482     filter:
1483       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1484       not_a_role: "The string `{{role}}' is not a valid role."
1485       already_has_role: "The user already has role {{role}}."
1486       doesnt_have_role: "The user does not have role {{role}}."
1487     grant:
1488       title: Confirm role granting
1489       heading: Confirm role granting
1490       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1491       confirm: "Confirm"
1492       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1493     revoke:
1494       title: Confirm role revoking
1495       heading: Confirm role revoking
1496       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1497       confirm: "Confirm"
1498       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1499   user_block:
1500     model:
1501       non_moderator_update: "Must be a moderator to create or update a block."
1502       non_moderator_revoke: "Must be a moderator to revoke a block."
1503     not_found:
1504       sorry: "Sorry, the user block with ID {{id}} could not be found."
1505       back: "Back to index"
1506     new:
1507       title: "Creating block on {{name}}"
1508       heading: "Creating block on {{name}}"
1509       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."
1510       period: "How long, starting now, the user will be blocked from the API for."
1511       submit: "Create block"
1512       tried_contacting: "I have contacted the user and asked them to stop."
1513       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1514       needs_view: "User needs to log in before this block will be cleared"
1515       back: "View all blocks"
1516     edit:
1517       title: "Editing block on {{name}}"
1518       heading: "Editing block on {{name}}"
1519       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."
1520       period: "How long, starting now, the user will be blocked from the API for."
1521       submit: "Update block"
1522       show: "View this block"
1523       back: "View all blocks"
1524       needs_view: "Does the user need to log in before this block will be cleared?"
1525     filter:
1526       not_a_moderator: "You need to be a moderator to perform that action."
1527       block_expired: "The block has already expired and cannot be edited."
1528       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1529     create:
1530       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1531       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1532       flash: "Created a block on user {{name}}."
1533     update:
1534       only_creator_can_edit: "Only the moderator who created this block can edit it."
1535       success: "Block updated."
1536     index:
1537       title: "User blocks"
1538       heading: "List of user blocks"
1539       empty: "No blocks have been made yet."
1540     revoke:
1541       title: "Revoking block on {{block_on}}"
1542       heading: "Revoking block on {{block_on}} by {{block_by}}"
1543       time_future: "This block will end in {{time}}."
1544       past: "This block ended {{time}} ago and cannot be revoked now."
1545       confirm: "Are you sure you wish to revoke this block?"
1546       revoke: "Revoke!"
1547       flash: "This block has been revoked."
1548     period:
1549       one: "1 hour"
1550       other: "{{count}} hours"
1551     partial:
1552       show: "Show"
1553       edit: "Edit"
1554       revoke: "Revoke!"
1555       confirm: "Are you sure?"
1556       display_name: "Blocked User"
1557       creator_name: "Creator"
1558       reason: "Reason for block"
1559       status: "Status"
1560       revoker_name: "Revoked by"
1561       not_revoked: "(not revoked)"
1562     helper:
1563       time_future: "Ends in {{time}}."
1564       until_login: "Active until the user logs in."
1565       time_past: "Ended {{time}} ago."
1566     blocks_on:
1567       title: "Blocks on {{name}}"
1568       heading: "List of blocks on {{name}}"
1569       empty: "{{name}} has not been blocked yet."
1570     blocks_by:
1571       title: "Blocks by {{name}}"
1572       heading: "List of blocks by {{name}}"
1573       empty: "{{name}} has not made any blocks yet."
1574     show:
1575       title: "{{block_on}} blocked by {{block_by}}"
1576       heading: "{{block_on}} blocked by {{block_by}}"
1577       time_future: "Ends in {{time}}"
1578       time_past: "Ended {{time}} ago"
1579       status: "Status"
1580       show: "Show"
1581       edit: "Edit"
1582       revoke: "Revoke!"
1583       confirm: "Are you sure?"
1584       reason: "Reason for block:"
1585       back: "View all blocks"
1586       revoker: "Revoker:"
1587       needs_view: "The user needs to log in before this block will be cleared."
1588   javascripts:
1589     map:
1590       base:
1591         mapnik: Mapnik
1592         osmarender: Osmarender
1593         cycle_map: Cycle Map
1594         noname: NoName
1595       overlays:
1596         maplint: Maplint
1597     site:
1598       edit_zoom_alert: You must zoom in to edit the map
1599       history_zoom_alert: You must zoom in to see the editing history