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