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