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