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