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