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