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