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