]> 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>France</strong>: Contains data sourced from
1063           Direction Générale des Impôts.</i>
1064           <li><strong>New Zealand</strong>: Contains data sourced from
1065           Land Information New Zealand. Crown Copyright reserved.</li>
1066           <li><strong>Poland</strong>: Contains data from <a
1067           href="http://ump.waw.pl/">UMP-pcPL maps</a>. Copyright
1068           UMP-pcPL contributors.</li>
1069           <li><strong>United Kingdom</strong>: Contains Ordnance
1070           Survey data &copy; Crown copyright and database right
1071           2010.</li>
1072       </ul>
1073
1074       <p>
1075         Inclusion of data in OpenStreetMap does not imply that the original
1076         data provider endorses OpenStreetMap, provides any warranty, or
1077         accepts any liability.
1078       </p>
1079   notifier:
1080     diary_comment_notification:
1081       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
1082       hi: "Hi {{to_user}},"
1083       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
1084       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
1085     message_notification:
1086       subject_header: "[OpenStreetMap] {{subject}}"
1087       hi: "Hi {{to_user}},"
1088       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
1089       footer1: "You can also read the message at {{readurl}}"
1090       footer2: "and you can reply at {{replyurl}}"
1091     friend_notification:
1092       subject: "[OpenStreetMap] {{user}} added you as a friend"
1093       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
1094       see_their_profile: "You can see their profile at {{userurl}}."
1095       befriend_them: "You can also add them as a friend at {{befriendurl}}."
1096     gpx_notification:
1097       greeting: "Hi,"
1098       your_gpx_file: "It looks like your GPX file"
1099       with_description: "with the description"
1100       and_the_tags: "and the following tags:"
1101       and_no_tags: "and no tags."
1102       failure:
1103         subject: "[OpenStreetMap] GPX Import failure"
1104         failed_to_import: "failed to import. Here is the error:"
1105         more_info_1: "More information about GPX import failures and how to avoid"
1106         more_info_2: "them can be found at:"
1107         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1108       success:
1109         subject: "[OpenStreetMap] GPX Import success"
1110         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
1111     signup_confirm:
1112       subject: "[OpenStreetMap] Confirm your email address"
1113     signup_confirm_plain:
1114       greeting: "Hi there!"
1115       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1116       # next two translations run-on : please word wrap appropriately
1117       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
1118       click_the_link_2: "account and read on for more information about OpenStreetMap."
1119       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
1120       more_videos: "There are more videos here:"
1121       the_wiki: "Get reading about OpenStreetMap on the wiki:"
1122       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
1123       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
1124       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
1125       ask_questions: "You can ask any questions you may have about OpenStreetMap at our question and answer site:"
1126       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
1127       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
1128       # next four translations are in pairs : please word wrap appropriately
1129       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
1130       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
1131       current_user_1: "A list of current users in categories, based on where in the world"
1132       current_user_2: "they are, is available from:"
1133     signup_confirm_html:
1134       greeting: "Hi there!"
1135       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1136       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"
1137       introductory_video: "You can watch an {{introductory_video_link}}."
1138       video_to_openstreetmap: "introductory video to OpenStreetMap"
1139       more_videos: "There are {{more_videos_link}}."
1140       more_videos_here: "more videos here"
1141       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!
1142       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>.
1143       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>.'
1144       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>.'
1145       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>.'
1146     email_confirm:
1147       subject: "[OpenStreetMap] Confirm your email address"
1148     email_confirm_plain:
1149       greeting: "Hi,"
1150       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
1151       hopefully_you_2: "{{server_url}} to {{new_address}}."
1152       click_the_link: "If this is you, please click the link below to confirm the change."
1153     email_confirm_html:
1154       greeting: "Hi,"
1155       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
1156       click_the_link: "If this is you, please click the link below to confirm the change."
1157     lost_password:
1158       subject: "[OpenStreetMap] Password reset request"
1159     lost_password_plain:
1160       greeting: "Hi,"
1161       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
1162       hopefully_you_2: "email addresses openstreetmap.org account."
1163       click_the_link: "If this is you, please click the link below to reset your password."
1164     lost_password_html:
1165       greeting: "Hi,"
1166       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1167       click_the_link: "If this is you, please click the link below to reset your password."
1168   message:
1169     inbox:
1170       title: "Inbox"
1171       my_inbox: "My inbox"
1172       outbox: "outbox"
1173       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
1174       from: "From"
1175       subject: "Subject"
1176       date: "Date"
1177       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1178       people_mapping_nearby: "people mapping nearby"
1179     message_summary:
1180       unread_button: "Mark as unread"
1181       read_button: "Mark as read"
1182       reply_button: "Reply"
1183       delete_button: "Delete"
1184     new:
1185       title: "Send message"
1186       send_message_to: "Send a new message to {{name}}"
1187       subject: "Subject"
1188       body: "Body"
1189       send_button: "Send"
1190       back_to_inbox: "Back to inbox"
1191       message_sent: "Message sent"
1192       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1193     no_such_user:
1194       title: "No such user"
1195       heading: "No such user"
1196       body: "Sorry there is no user with that name."
1197     no_such_message:
1198       title: "No such message"
1199       heading: "No such message"
1200       body: "Sorry there is no message with that id."
1201     outbox:
1202       title: "Outbox"
1203       my_inbox: "My {{inbox_link}}"
1204       inbox: "inbox"
1205       outbox: "outbox"
1206       you_have_sent_messages: "You have {{count}} sent messages"
1207       to: "To"
1208       subject: "Subject"
1209       date: "Date"
1210       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1211       people_mapping_nearby: "people mapping nearby"
1212     reply:
1213       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."
1214     read:
1215       title: "Read message"
1216       reading_your_messages: "Reading your messages"
1217       from: "From"
1218       subject: "Subject"
1219       date: "Date"
1220       reply_button: "Reply"
1221       unread_button: "Mark as unread"
1222       back_to_inbox: "Back to inbox"
1223       reading_your_sent_messages: "Reading your sent messages"
1224       to: "To"
1225       back_to_outbox: "Back to outbox"
1226       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."
1227     sent_message_summary:
1228       delete_button: "Delete"
1229     mark:
1230       as_read: "Message marked as read"
1231       as_unread: "Message marked as unread"
1232     delete:
1233       deleted: "Message deleted"
1234   site:
1235     index:
1236       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1237       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1238       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.'
1239       permalink: Permalink
1240       shortlink: Shortlink
1241       license:
1242         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
1243         license_name: "Creative Commons Attribution-Share Alike 2.0"
1244         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
1245         project_name: "OpenStreetMap project"
1246         project_url: "http://openstreetmap.org"
1247       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1248     edit:
1249       not_public: "You have not set your edits to be public."
1250       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}}."
1251       user_page_link: user page
1252       anon_edits: "({{link}})"
1253       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1254       anon_edits_link_text: "Find out why this is the case."
1255       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.'
1256       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.)"
1257       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1258       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1259       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1260     sidebar:
1261       search_results: Search Results
1262       close: Close
1263     search:
1264       search: Search
1265       where_am_i: "Where am I?"
1266       where_am_i_title: Describe the current location using the search engine
1267       submit_text: "Go"
1268       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>"
1269     key:
1270       map_key: "Map Key"
1271       map_key_tooltip: "Key for the map"
1272       table:
1273         entry:
1274           motorway: "Motorway"
1275           trunk: "Trunk road"
1276           primary: "Primary road"
1277           secondary: "Secondary road"
1278           unclassified: "Unclassified road"
1279           unsurfaced: "Unsurfaced road"
1280           track: "Track"
1281           byway: "Byway"
1282           bridleway: "Bridleway"
1283           cycleway: "Cycleway"
1284           footway: "Footway"
1285           rail: "Railway"
1286           subway: "Subway"
1287           tram:
1288             - Light rail
1289             - tram
1290           cable:
1291             - Cable car
1292             - chair lift
1293           runway:
1294             - Airport Runway
1295             - taxiway
1296           apron:
1297             - Airport apron
1298             - terminal
1299           admin: "Administrative boundary"
1300           forest: "Forest"
1301           wood: "Wood"
1302           golf: "Golf course"
1303           park: "Park"
1304           resident: "Residential area"
1305           tourist: "Tourist attraction"
1306           common:
1307             - Common
1308             - meadow
1309           retail: "Retail area"
1310           industrial: "Industrial area"
1311           commercial: "Commercial area"
1312           heathland: "Heathland"
1313           lake:
1314             - Lake
1315             - reservoir
1316           farm: "Farm"
1317           brownfield: "Brownfield site"
1318           cemetery: "Cemetery"
1319           allotments: "Allotments"
1320           pitch: "Sports pitch"
1321           centre: "Sports centre"
1322           reserve: "Nature reserve"
1323           military: "Military area"
1324           school:
1325             - School
1326             - university
1327           building: "Significant building"
1328           station: "Railway station"
1329           summit:
1330             - Summit
1331             - peak
1332           tunnel: "Dashed casing = tunnel"
1333           bridge: "Black casing = bridge"
1334           private: "Private access"
1335           permissive: "Permissive access"
1336           destination: "Destination access"
1337           construction: "Roads under construction"
1338   trace:
1339     visibility:
1340       private: "Private (only shared as anonymous, unordered points)"
1341       public: "Public (shown in trace list and as anonymous, unordered points)"
1342       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1343       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1344     create:
1345       upload_trace: "Upload GPS Trace"
1346       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."
1347     edit:
1348       title: "Editing trace {{name}}"
1349       heading: "Editing trace {{name}}"
1350       filename: "Filename:"
1351       download: "download"
1352       uploaded_at: "Uploaded:"
1353       points: "Points:"
1354       start_coord: "Start coordinate:"
1355       map: "map"
1356       edit: "edit"
1357       owner: "Owner:"
1358       description: "Description:"
1359       tags: "Tags:"
1360       tags_help: "comma delimited"
1361       save_button: "Save Changes"
1362       visibility: "Visibility:"
1363       visibility_help: "what does this mean?"
1364       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1365     no_such_user:
1366       title: "No such user"
1367       heading: "The user {{user}} does not exist"
1368       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1369     trace_form:
1370       upload_gpx: "Upload GPX File"
1371       description: "Description"
1372       tags: "Tags"
1373       tags_help: "comma delimited"
1374       visibility: "Visibility"
1375       visibility_help: "what does this mean?"
1376       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1377       upload_button: "Upload"
1378       help: "Help"
1379       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1380     trace_header:
1381       your_traces: "See just your traces"
1382       upload_trace: "Upload a trace"
1383       see_all_traces: "See all traces"
1384       see_your_traces: "See all your traces"
1385       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."
1386     trace_optionals:
1387       tags: "Tags"
1388     view:
1389       title: "Viewing trace {{name}}"
1390       heading: "Viewing trace {{name}}"
1391       pending: "PENDING"
1392       filename: "Filename:"
1393       download: "download"
1394       uploaded: "Uploaded:"
1395       points: "Points:"
1396       start_coordinates: "Start coordinate:"
1397       map: "map"
1398       edit: "edit"
1399       owner: "Owner:"
1400       description: "Description:"
1401       tags: "Tags:"
1402       none: "None"
1403       edit_track: "Edit this trace"
1404       delete_track: "Delete this trace"
1405       trace_not_found: "Trace not found!"
1406       visibility: "Visibility:"
1407     trace_paging_nav:
1408       showing_page: "Showing page {{page}}"
1409       next: "Next &raquo;"
1410       previous: "&laquo; Previous"
1411     trace:
1412       pending: "PENDING"
1413       count_points: "{{count}} points"
1414       ago: "{{time_in_words_ago}} ago"
1415       more: "more"
1416       trace_details: "View Trace Details"
1417       view_map: "View Map"
1418       edit: "edit"
1419       edit_map: "Edit Map"
1420       public: "PUBLIC"
1421       identifiable: "IDENTIFIABLE"
1422       private: "PRIVATE"
1423       trackable: "TRACKABLE"
1424       by: "by"
1425       in: "in"
1426       map: "map"
1427     list:
1428       public_traces: "Public GPS traces"
1429       your_traces: "Your GPS traces"
1430       public_traces_from: "Public GPS traces from {{user}}"
1431       tagged_with: " tagged with {{tags}}"
1432     delete:
1433       scheduled_for_deletion: "Trace scheduled for deletion"
1434     make_public:
1435       made_public: "Trace made public"
1436     offline_warning:
1437       message: "The GPX file upload system is currently unavailable"
1438     offline:
1439       heading: "GPX Storage Offline"
1440       message: "The GPX file storage and upload system is currently unavailable."
1441   application:
1442     require_cookies:
1443       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1444     setup_user_auth:
1445       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1446       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."
1447   oauth:
1448     oauthorize:
1449       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."
1450       allow_to: "Allow the client application to:"
1451       allow_read_prefs:  "read your user preferences."
1452       allow_write_prefs: "modify your user preferences."
1453       allow_write_diary: "create diary entries, comments and make friends."
1454       allow_write_api:   "modify the map."
1455       allow_read_gpx:    "read your private GPS traces."
1456       allow_write_gpx:   "upload GPS traces."
1457     revoke:
1458       flash: "You've revoked the token for {{application}}"
1459   oauth_clients:
1460     new:
1461       title: "Register a new application"
1462       submit: "Register"
1463     edit:
1464       title: "Edit your application"
1465       submit: "Edit"
1466     show:
1467       title: "OAuth details for {{app_name}}"
1468       key: "Consumer Key:"
1469       secret: "Consumer Secret:"
1470       url: "Request Token URL:"
1471       access_url: "Access Token URL:"
1472       authorize_url: "Authorise URL:"
1473       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
1474       edit: "Edit Details"
1475       requests: "Requesting the following permissions from the user:"
1476       allow_read_prefs:  "read their user preferences."
1477       allow_write_prefs: "modify their user preferences."
1478       allow_write_diary: "create diary entries, comments and make friends."
1479       allow_write_api:   "modify the map."
1480       allow_read_gpx:    "read their private GPS traces."
1481       allow_write_gpx:   "upload GPS traces."
1482     index:
1483       title: "My OAuth Details"
1484       my_tokens: "My Authorised Applications"
1485       list_tokens: "The following tokens have been issued to applications in your name:"
1486       application: "Application Name"
1487       issued_at: "Issued At"
1488       revoke: "Revoke!"
1489       my_apps: "My Client Applications"
1490       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."
1491       registered_apps: "You have the following client applications registered:"
1492       register_new: "Register your application"
1493     form:
1494       name: "Name"
1495       required: "Required"
1496       url: "Main Application URL"
1497       callback_url: "Callback URL"
1498       support_url: "Support URL"
1499       requests: "Request the following permissions from the user:"
1500       allow_read_prefs:  "read their user preferences."
1501       allow_write_prefs: "modify their user preferences."
1502       allow_write_diary: "create diary entries, comments and make friends."
1503       allow_write_api:   "modify the map."
1504       allow_read_gpx:    "read their private GPS traces."
1505       allow_write_gpx:   "upload GPS traces."
1506     not_found:
1507       sorry: "Sorry, that {{type}} could not be found."
1508     create:
1509       flash: "Registered the information successfully"
1510     update:
1511       flash: "Updated the client information successfully"
1512     destroy:
1513       flash: "Destroyed the client application registration"
1514   user:
1515     login:
1516       title: "Login"
1517       heading: "Login"
1518       please login: "Please login or {{create_user_link}}."
1519       create_account: "create an account"
1520       email or username: "Email Address or Username:"
1521       password: "Password:"
1522       remember: "Remember me:"
1523       lost password link: "Lost your password?"
1524       login_button: "Login"
1525       register now: Register now
1526       already have: Already have an OpenStreetMap account? Please login.
1527       new to osm: New to OpenStreetMap?
1528       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1529       create account minute: Create an account. It only takes a minute.
1530       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>."
1531       account suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the {{webmaster}} if you wish to discuss this.
1532       webmaster: webmaster
1533       auth failure: "Sorry, could not log in with those details."
1534       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>)"
1535     logout:
1536       title: "Logout"
1537       heading: "Logout from OpenStreetMap"
1538       logout_button: "Logout"
1539     lost_password:
1540       title: "Lost password"
1541       heading: "Forgotten Password?"
1542       email address: "Email Address:"
1543       new password button: "Reset password"
1544       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."
1545       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1546       notice email cannot find: "Could not find that email address, sorry."
1547     reset_password:
1548       title: "Reset password"
1549       heading: "Reset Password for {{user}}"
1550       password: "Password:"
1551       confirm password: "Confirm Password:"
1552       reset: "Reset Password"
1553       flash changed: "Your password has been changed."
1554       flash token bad: "Did not find that token, check the URL maybe?"
1555     new:
1556       title: "Create account"
1557       heading: "Create a User Account"
1558       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1559       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.'
1560       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1561       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>.'
1562       email address: "Email Address:"
1563       confirm email address: "Confirm Email Address:"
1564       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>)'
1565       display name: "Display Name:"
1566       display name description: "Your publicly displayed username. You can change this later in the preferences."
1567       password: "Password:"
1568       confirm password: "Confirm Password:"
1569       continue: Continue
1570       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."
1571       terms accepted: "Thanks for accepting the new contributor terms!"
1572       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>."
1573       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1574     terms:
1575       title: "Contributor terms"
1576       heading: "Contributor terms"
1577       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."
1578       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1579       consider_pd_why: "what's this?"
1580       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1581       agree: Agree
1582       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1583       decline: "Decline"
1584       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1585       legale_select: "Please select your country of residence:"
1586       legale_names:
1587         france: "France"
1588         italy: "Italy"
1589         rest_of_world: "Rest of the world"
1590     no_such_user:
1591       title: "No such user"
1592       heading: "The user {{user}} does not exist"
1593       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1594     view:
1595       my diary: my diary
1596       new diary entry: new diary entry
1597       my edits: my edits
1598       my traces: my traces
1599       my settings: my settings
1600       oauth settings: oauth settings
1601       blocks on me: blocks on me
1602       blocks by me: blocks by me
1603       send message: send message
1604       diary: diary
1605       edits: edits
1606       traces: traces
1607       remove as friend: remove as friend
1608       add as friend: add as friend
1609       mapper since: "Mapper since:"
1610       ago: "({{time_in_words_ago}} ago)"
1611       latest edit: "Latest edit {{ago}}:"
1612       email address: "Email address:"
1613       created from: "Created from:"
1614       status: "Status:"
1615       spam score: "Spam Score:"
1616       description: Description
1617       user location: User location
1618       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."
1619       settings_link_text: settings
1620       your friends: Your friends
1621       no friends: You have not added any friends yet.
1622       km away: "{{count}}km away"
1623       m away: "{{count}}m away"
1624       nearby users: "Other nearby users"
1625       no nearby users: "There are no other users who admit to mapping nearby yet."
1626       role:
1627         administrator: "This user is an administrator"
1628         moderator: "This user is a moderator"
1629         grant:
1630           administrator: "Grant administrator access"
1631           moderator: "Grant moderator access"
1632         revoke:
1633           administrator: "Revoke administrator access"
1634           moderator: "Revoke moderator access"
1635       block_history: "view blocks received"
1636       moderator_history: "view blocks given"
1637       create_block: "block this user"
1638       activate_user: "activate this user"
1639       deactivate_user: "deactivate this user"
1640       confirm_user: "confirm this user"
1641       hide_user: "hide this user"
1642       unhide_user: "unhide this user"
1643       delete_user: "delete this user"
1644       confirm: "Confirm"
1645     popup:
1646       your location: "Your location"
1647       nearby mapper: "Nearby mapper"
1648       friend: "Friend"
1649     account:
1650       title: "Edit account"
1651       my settings: My settings
1652       current email address: "Current Email Address:"
1653       new email address: "New Email Address:"
1654       email never displayed publicly: "(never displayed publicly)"
1655       public editing:
1656         heading: "Public editing:"
1657         enabled: "Enabled. Not anonymous and can edit data."
1658         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1659         enabled link text: "what is this?"
1660         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1661         disabled link text: "why can't I edit?"
1662       public editing note:
1663         heading: "Public editing"
1664         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>"
1665       contributor terms:
1666         heading: "Contributor Terms:"
1667         agreed: "You have agreed to the new Contributor Terms."
1668         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1669         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1670         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1671         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1672         link text: "what is this?"
1673       profile description: "Profile Description:"
1674       preferred languages: "Preferred Languages:"
1675       preferred editor: "Preferred Editor:"
1676       image: "Image:"
1677       new image: "Add an image"
1678       keep image: "Keep the current image"
1679       delete image: "Remove the current image"
1680       replace image: "Replace the current image"
1681       image size hint: "(square images at least 100x100 work best)"
1682       home location: "Home Location:"
1683       no home location: "You have not entered your home location."
1684       latitude: "Latitude:"
1685       longitude: "Longitude:"
1686       update home location on click: "Update home location when I click on the map?"
1687       save changes button: Save Changes
1688       make edits public button: Make all my edits public
1689       return to profile: Return to profile
1690       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1691       flash update success: "User information updated successfully."
1692     confirm:
1693       heading: Confirm a user account
1694       press confirm button: "Press the confirm button below to activate your account."
1695       button: Confirm
1696       success: "Confirmed your account, thanks for signing up!"
1697       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."
1698       already active: "This account has already been confirmed."
1699       unknown token: "That token doesn't seem to exist."
1700       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>."
1701     confirm_resend:
1702       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."
1703       failure: "User {{name}} not found."
1704     confirm_email:
1705       heading: Confirm a change of email address
1706       press confirm button: "Press the confirm button below to confirm your new email address."
1707       button: Confirm
1708       success: "Confirmed your email address, thanks for signing up!"
1709       failure: "An email address has already been confirmed with this token."
1710     set_home:
1711       flash success: "Home location saved successfully"
1712     go_public:
1713       flash success: "All your edits are now public, and you are now allowed to edit."
1714     make_friend:
1715       success: "{{name}} is now your friend."
1716       failed: "Sorry, failed to add {{name}} as a friend."
1717       already_a_friend: "You are already friends with {{name}}."
1718     remove_friend:
1719       success: "{{name}} was removed from your friends."
1720       not_a_friend: "{{name}} is not one of your friends."
1721     filter:
1722       not_an_administrator: "You need to be an administrator to perform that action."
1723     list:
1724       title: Users
1725       heading: Users
1726       showing:
1727         one: Showing page {{page}} ({{first_item}} of {{items}})
1728         other: Showing page {{page}} ({{first_item}}-{{last_item}} of {{items}})
1729       summary: "{{name}} created from {{ip_address}} on {{date}}"
1730       summary_no_ip: "{{name}} created on {{date}}"
1731       confirm: Confirm Selected Users
1732       hide: Hide Selected Users
1733       empty: No matching users found
1734     suspended:
1735       title: Account Suspended
1736       heading: Account Suspended
1737       webmaster: webmaster
1738       body: |
1739         <p>
1740           Sorry, your account has been automatically suspended due to
1741           suspicious activity.
1742         </p>
1743         <p>
1744           This decision will be reviewed by an administrator shortly, or
1745           you may contact the {{webmaster}} if you wish to discuss this.
1746         </p>
1747   user_role:
1748     filter:
1749       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1750       not_a_role: "The string `{{role}}' is not a valid role."
1751       already_has_role: "The user already has role {{role}}."
1752       doesnt_have_role: "The user does not have role {{role}}."
1753     grant:
1754       title: Confirm role granting
1755       heading: Confirm role granting
1756       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1757       confirm: "Confirm"
1758       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1759     revoke:
1760       title: Confirm role revoking
1761       heading: Confirm role revoking
1762       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1763       confirm: "Confirm"
1764       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1765   user_block:
1766     model:
1767       non_moderator_update: "Must be a moderator to create or update a block."
1768       non_moderator_revoke: "Must be a moderator to revoke a block."
1769     not_found:
1770       sorry: "Sorry, the user block with ID {{id}} could not be found."
1771       back: "Back to index"
1772     new:
1773       title: "Creating block on {{name}}"
1774       heading: "Creating block on {{name}}"
1775       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."
1776       period: "How long, starting now, the user will be blocked from the API for."
1777       submit: "Create block"
1778       tried_contacting: "I have contacted the user and asked them to stop."
1779       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1780       needs_view: "User needs to log in before this block will be cleared"
1781       back: "View all blocks"
1782     edit:
1783       title: "Editing block on {{name}}"
1784       heading: "Editing block on {{name}}"
1785       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."
1786       period: "How long, starting now, the user will be blocked from the API for."
1787       submit: "Update block"
1788       show: "View this block"
1789       back: "View all blocks"
1790       needs_view: "Does the user need to log in before this block will be cleared?"
1791     filter:
1792       not_a_moderator: "You need to be a moderator to perform that action."
1793       block_expired: "The block has already expired and cannot be edited."
1794       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1795     create:
1796       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1797       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1798       flash: "Created a block on user {{name}}."
1799     update:
1800       only_creator_can_edit: "Only the moderator who created this block can edit it."
1801       success: "Block updated."
1802     index:
1803       title: "User blocks"
1804       heading: "List of user blocks"
1805       empty: "No blocks have been made yet."
1806     revoke:
1807       title: "Revoking block on {{block_on}}"
1808       heading: "Revoking block on {{block_on}} by {{block_by}}"
1809       time_future: "This block will end in {{time}}."
1810       past: "This block ended {{time}} ago and cannot be revoked now."
1811       confirm: "Are you sure you wish to revoke this block?"
1812       revoke: "Revoke!"
1813       flash: "This block has been revoked."
1814     period:
1815       one: "1 hour"
1816       other: "{{count}} hours"
1817     partial:
1818       show: "Show"
1819       edit: "Edit"
1820       revoke: "Revoke!"
1821       confirm: "Are you sure?"
1822       display_name: "Blocked User"
1823       creator_name: "Creator"
1824       reason: "Reason for block"
1825       status: "Status"
1826       revoker_name: "Revoked by"
1827       not_revoked: "(not revoked)"
1828     helper:
1829       time_future: "Ends in {{time}}."
1830       until_login: "Active until the user logs in."
1831       time_past: "Ended {{time}} ago."
1832     blocks_on:
1833       title: "Blocks on {{name}}"
1834       heading: "List of blocks on {{name}}"
1835       empty: "{{name}} has not been blocked yet."
1836     blocks_by:
1837       title: "Blocks by {{name}}"
1838       heading: "List of blocks by {{name}}"
1839       empty: "{{name}} has not made any blocks yet."
1840     show:
1841       title: "{{block_on}} blocked by {{block_by}}"
1842       heading: "{{block_on}} blocked by {{block_by}}"
1843       time_future: "Ends in {{time}}"
1844       time_past: "Ended {{time}} ago"
1845       status: "Status"
1846       show: "Show"
1847       edit: "Edit"
1848       revoke: "Revoke!"
1849       confirm: "Are you sure?"
1850       reason: "Reason for block:"
1851       back: "View all blocks"
1852       revoker: "Revoker:"
1853       needs_view: "The user needs to log in before this block will be cleared."
1854   javascripts:
1855     map:
1856       base:
1857         mapnik: Mapnik
1858         osmarender: Osmarender
1859         cycle_map: Cycle Map
1860         noname: NoName
1861       overlays:
1862         maplint: Maplint
1863     site:
1864       edit_tooltip: Edit the map
1865       edit_disabled_tooltip: Zoom in to edit the map
1866       edit_zoom_alert: You must zoom in to edit the map
1867       history_tooltip: View edits for this area
1868       history_disabled_tooltip: Zoom in to view edits for this area
1869       history_zoom_alert: You must zoom in to view edits for this area