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