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