]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Fix incorrect interpolation variables
[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://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.'
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 OpenStreetMap Conference, The State of the Map, September 6-8th in Tokyo!'
1007     license:
1008       alt: CC BY-SA 2.0
1009       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
1010     make_a_donation:
1011       title: Support OpenStreetMap with a monetary donation
1012       text: Make a Donation
1013
1014   license_page:
1015     foreign:
1016       title: About this translation
1017       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1018       english_link: the English original
1019     native:
1020       title: About this page
1021       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}.
1022       native_link: THIS_LANGUAGE_NAME_HERE version
1023       mapping_link: start mapping
1024     legal_babble:
1025       title_html: Copyright and License
1026       intro_1_html: |
1027         OpenStreetMap is <i>open data</i>, licensed under the <a
1028         href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
1029         Commons Attribution-ShareAlike 2.0</a> licence (CC BY-SA).
1030       intro_2_html: |
1031         You are free to copy, distribute, transmit and adapt our maps
1032         and data, as long as you credit OpenStreetMap and its
1033         contributors. If you alter or build upon our maps or data, you
1034         may distribute the result only under the same licence. The
1035         full <a
1036         href="http://creativecommons.org/licenses/by-sa/2.0/legalcode">legal
1037         code</a> explains your rights and responsibilities.
1038       credit_title_html: How to credit OpenStreetMap
1039       credit_1_html: |
1040         If you are using OpenStreetMap map images, we request that
1041         your credit reads at least &ldquo;&copy; OpenStreetMap
1042         contributors, CC BY-SA&rdquo;. If you are using map data only,
1043         we request &ldquo;Map data &copy; OpenStreetMap contributors,
1044         CC BY-SA&rdquo;.
1045       credit_2_html: |
1046         Where possible, OpenStreetMap should be hyperlinked to <a
1047         href="http://www.openstreetmap.org/">http://www.openstreetmap.org/</a>
1048         and CC BY-SA to <a
1049         href="http://creativecommons.org/licenses/by-sa/2.0/">http://creativecommons.org/licenses/by-sa/2.0/</a>. If
1050         you are using a medium where links are not possible (e.g. a
1051         printed work), we suggest you direct your readers to
1052         www.openstreetmap.org (perhaps by expanding
1053         &lsquo;OpenStreetMap&rsquo; to this full address) and to
1054         www.creativecommons.org.
1055       more_title_html: Finding out more
1056       more_1_html: |
1057         Read more about using our data at the <a
1058         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
1059         FAQ</a>.
1060       more_2_html: |
1061         OSM contributors are reminded never to add data from any
1062         copyrighted sources (e.g. Google Maps or printed maps) without
1063         explicit permission from the copyright holders.
1064       more_3_html: |
1065         Although OpenStreetMap is open data, we cannot provide a
1066         free-of-charge map API for third-party developers.
1067         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
1068         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
1069         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
1070       contributors_title_html: Our contributors
1071       contributors_intro_html: |
1072         Our CC BY-SA licence requires you to &ldquo;give the Original
1073         Author credit reasonable to the medium or means You are
1074         utilising&rdquo;. Individual OSM mappers do not request a
1075         credit over and above that to &ldquo;OpenStreetMap
1076         contributors&rdquo;, but where data from a national mapping
1077         agency or other major source has been included in
1078         OpenStreetMap, it may be reasonable to credit them by directly
1079         reproducing their credit or by linking to it on this page.
1080       contributors_au_html: |
1081         <strong>Australia</strong>: Contains suburb data based
1082         on Australian Bureau of Statistics data.
1083       contributors_at_html: |
1084         <strong>Austria</strong>: Contains data from
1085         <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
1086         <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1087         <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1088         Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT with amendments</a>).
1089       contributors_ca_html: |
1090         <strong>Canada</strong>: Contains data from
1091         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1092         Resources Canada), CanVec (&copy; Department of Natural
1093         Resources Canada), and StatCan (Geography Division,
1094         Statistics Canada).
1095       contributors_fr_html: |
1096         <strong>France</strong>: Contains data sourced from
1097         Direction Générale des Impôts.
1098       contributors_nl_html: |
1099         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1100         (<a href="http://www.and.com">www.and.com</a>)
1101       contributors_nz_html: |
1102         <strong>New Zealand</strong>: Contains data sourced from
1103         Land Information New Zealand. Crown Copyright reserved.
1104       contributors_pl_html: |
1105         <strong>Poland</strong>: Contains data from <a
1106         href="http://ump.waw.pl/">UMP-pcPL maps</a>. Copyright
1107         UMP-pcPL contributors.
1108         <a href="http://wiki.openstreetmap.org/wiki/UMP2OSM_Importing">
1109         More about OSM&apos;s use of UMP data</a>
1110       contributors_za_html: |
1111         <strong>South Africa</strong>: Contains data sourced from
1112         <a href="http://www.ngi.gov.za/">Chief Directorate:
1113         National Geo-Spatial Information</a>, State copyright reserved.
1114       contributors_gb_html: |
1115         <strong>United Kingdom</strong>: Contains Ordnance
1116         Survey data &copy; Crown copyright and database right
1117         2010.
1118       contributors_footer_1_html: |
1119         For further details of these, and other sources that have been used
1120         to help improve OpenStreetMap, please see the <a
1121         href="http://wiki.openstreetmap.org/wiki/Contributors">Contributors
1122         page</a> on the OpenStreetMap Wiki.
1123       contributors_footer_2_html: |
1124         Inclusion of data in OpenStreetMap does not imply that the original
1125         data provider endorses OpenStreetMap, provides any warranty, or
1126         accepts any liability.
1127   notifier:
1128     diary_comment_notification:
1129       subject: "[OpenStreetMap] %{user} commented on your diary entry"
1130       hi: "Hi %{to_user},"
1131       header: "%{from_user} has commented on your recent OpenStreetMap diary entry with the subject %{subject}:"
1132       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1133     message_notification:
1134       subject_header: "[OpenStreetMap] %{subject}"
1135       hi: "Hi %{to_user},"
1136       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1137       footer1: "You can also read the message at %{readurl}"
1138       footer2: "and you can reply at %{replyurl}"
1139     friend_notification:
1140       subject: "[OpenStreetMap] %{user} added you as a friend"
1141       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1142       see_their_profile: "You can see their profile at %{userurl}."
1143       befriend_them: "You can also add them as a friend at %{befriendurl}."
1144     gpx_notification:
1145       greeting: "Hi,"
1146       your_gpx_file: "It looks like your GPX file"
1147       with_description: "with the description"
1148       and_the_tags: "and the following tags:"
1149       and_no_tags: "and no tags."
1150       failure:
1151         subject: "[OpenStreetMap] GPX Import failure"
1152         failed_to_import: "failed to import. Here is the error:"
1153         more_info_1: "More information about GPX import failures and how to avoid"
1154         more_info_2: "them can be found at:"
1155         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1156       success:
1157         subject: "[OpenStreetMap] GPX Import success"
1158         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1159     signup_confirm:
1160       subject: "[OpenStreetMap] Confirm your email address"
1161     signup_confirm_plain:
1162       greeting: "Hi there!"
1163       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1164       # next two translations run-on : please word wrap appropriately
1165       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
1166       click_the_link_2: "account and read on for more information about OpenStreetMap."
1167       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
1168       more_videos: "There are more videos here:"
1169       the_wiki: "Get reading about OpenStreetMap on the wiki:"
1170       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
1171       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
1172       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
1173       ask_questions: "You can ask any questions you may have about OpenStreetMap at our question and answer site:"
1174       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
1175       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
1176       # next four translations are in pairs : please word wrap appropriately
1177       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
1178       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
1179       current_user_1: "A list of current users in categories, based on where in the world"
1180       current_user_2: "they are, is available from:"
1181     signup_confirm_html:
1182       greeting: "Hi there!"
1183       hopefully_you: "Someone (hopefully you) would like to create an account over at"
1184       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"
1185       introductory_video: "You can watch an %{introductory_video_link}."
1186       video_to_openstreetmap: "introductory video to OpenStreetMap"
1187       more_videos: "There are %{more_videos_link}."
1188       more_videos_here: "more videos here"
1189       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!
1190       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>.
1191       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>.'
1192       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>.'
1193       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>.'
1194     email_confirm:
1195       subject: "[OpenStreetMap] Confirm your email address"
1196     email_confirm_plain:
1197       greeting: "Hi,"
1198       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
1199       hopefully_you_2: "%{server_url} to %{new_address}."
1200       click_the_link: "If this is you, please click the link below to confirm the change."
1201     email_confirm_html:
1202       greeting: "Hi,"
1203       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1204       click_the_link: "If this is you, please click the link below to confirm the change."
1205     lost_password:
1206       subject: "[OpenStreetMap] Password reset request"
1207     lost_password_plain:
1208       greeting: "Hi,"
1209       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
1210       hopefully_you_2: "email addresses openstreetmap.org account."
1211       click_the_link: "If this is you, please click the link below to reset your password."
1212     lost_password_html:
1213       greeting: "Hi,"
1214       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1215       click_the_link: "If this is you, please click the link below to reset your password."
1216   message:
1217     inbox:
1218       title: "Inbox"
1219       my_inbox: "My inbox"
1220       outbox: "outbox"
1221       messages: "You have %{new_messages} and %{old_messages}"
1222       new_messages:
1223         one: "%{count} new message"
1224         other: "%{count} new messages"
1225       old_messages:
1226         one: "%{count} old message"
1227         other: "%{count} old messages"
1228       from: "From"
1229       subject: "Subject"
1230       date: "Date"
1231       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1232       people_mapping_nearby: "people mapping nearby"
1233     message_summary:
1234       unread_button: "Mark as unread"
1235       read_button: "Mark as read"
1236       reply_button: "Reply"
1237       delete_button: "Delete"
1238     new:
1239       title: "Send message"
1240       send_message_to: "Send a new message to %{name}"
1241       subject: "Subject"
1242       body: "Body"
1243       send_button: "Send"
1244       back_to_inbox: "Back to inbox"
1245       message_sent: "Message sent"
1246       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1247     no_such_message:
1248       title: "No such message"
1249       heading: "No such message"
1250       body: "Sorry there is no message with that id."
1251     outbox:
1252       title: "Outbox"
1253       my_inbox: "My %{inbox_link}"
1254       inbox: "inbox"
1255       outbox: "outbox"
1256       messages:
1257         one: "You have %{count} sent message"
1258         other: "You have %{count} sent messages"
1259       to: "To"
1260       subject: "Subject"
1261       date: "Date"
1262       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1263       people_mapping_nearby: "people mapping nearby"
1264     reply:
1265       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."
1266     read:
1267       title: "Read message"
1268       reading_your_messages: "Reading your messages"
1269       from: "From"
1270       subject: "Subject"
1271       date: "Date"
1272       reply_button: "Reply"
1273       unread_button: "Mark as unread"
1274       back_to_inbox: "Back to inbox"
1275       reading_your_sent_messages: "Reading your sent messages"
1276       to: "To"
1277       back_to_outbox: "Back to outbox"
1278       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."
1279     sent_message_summary:
1280       delete_button: "Delete"
1281     mark:
1282       as_read: "Message marked as read"
1283       as_unread: "Message marked as unread"
1284     delete:
1285       deleted: "Message deleted"
1286   site:
1287     index:
1288       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1289       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1290       permalink: Permalink
1291       shortlink: Shortlink
1292       license:
1293         notice: "Licensed under the %{license_name} license by the %{project_name} and its contributors."
1294         license_name: "Creative Commons Attribution-Share Alike 2.0"
1295         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
1296         project_name: "OpenStreetMap project"
1297         project_url: "http://openstreetmap.org"
1298       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1299     edit:
1300       not_public: "You have not set your edits to be public."
1301       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}."
1302       user_page_link: user page
1303       anon_edits: "(%{link})"
1304       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1305       anon_edits_link_text: "Find out why this is the case."
1306       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.'
1307       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.)"
1308       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1309       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1310       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1311     sidebar:
1312       search_results: Search Results
1313       close: Close
1314     search:
1315       search: Search
1316       where_am_i: "Where am I?"
1317       where_am_i_title: Describe the current location using the search engine
1318       submit_text: "Go"
1319       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>"
1320     key:
1321       map_key: "Map Key"
1322       map_key_tooltip: "Key for the map"
1323       table:
1324         entry:
1325           motorway: "Motorway"
1326           trunk: "Trunk road"
1327           primary: "Primary road"
1328           secondary: "Secondary road"
1329           unclassified: "Unclassified road"
1330           unsurfaced: "Unsurfaced road"
1331           track: "Track"
1332           byway: "Byway"
1333           bridleway: "Bridleway"
1334           cycleway: "Cycleway"
1335           footway: "Footway"
1336           rail: "Railway"
1337           subway: "Subway"
1338           tram:
1339             - Light rail
1340             - tram
1341           cable:
1342             - Cable car
1343             - chair lift
1344           runway:
1345             - Airport Runway
1346             - taxiway
1347           apron:
1348             - Airport apron
1349             - terminal
1350           admin: "Administrative boundary"
1351           forest: "Forest"
1352           wood: "Wood"
1353           golf: "Golf course"
1354           park: "Park"
1355           resident: "Residential area"
1356           tourist: "Tourist attraction"
1357           common:
1358             - Common
1359             - meadow
1360           retail: "Retail area"
1361           industrial: "Industrial area"
1362           commercial: "Commercial area"
1363           heathland: "Heathland"
1364           lake:
1365             - Lake
1366             - reservoir
1367           farm: "Farm"
1368           brownfield: "Brownfield site"
1369           cemetery: "Cemetery"
1370           allotments: "Allotments"
1371           pitch: "Sports pitch"
1372           centre: "Sports centre"
1373           reserve: "Nature reserve"
1374           military: "Military area"
1375           school:
1376             - School
1377             - university
1378           building: "Significant building"
1379           station: "Railway station"
1380           summit:
1381             - Summit
1382             - peak
1383           tunnel: "Dashed casing = tunnel"
1384           bridge: "Black casing = bridge"
1385           private: "Private access"
1386           permissive: "Permissive access"
1387           destination: "Destination access"
1388           construction: "Roads under construction"
1389     richtext_area:
1390       edit: Edit
1391       preview: Preview
1392     markdown_help:
1393       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1394       headings: Headings
1395       heading: Heading
1396       subheading: Subheading
1397       unordered: Unordered list
1398       ordered: Ordered list
1399       first: First item
1400       second: Second item
1401       link: Link
1402       text: Text
1403       image: Image
1404       alt: Alt text
1405       url: URL
1406   trace:
1407     visibility:
1408       private: "Private (only shared as anonymous, unordered points)"
1409       public: "Public (shown in trace list and as anonymous, unordered points)"
1410       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1411       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1412     create:
1413       upload_trace: "Upload GPS Trace"
1414       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."
1415     edit:
1416       title: "Editing trace %{name}"
1417       heading: "Editing trace %{name}"
1418       filename: "Filename:"
1419       download: "download"
1420       uploaded_at: "Uploaded:"
1421       points: "Points:"
1422       start_coord: "Start coordinate:"
1423       map: "map"
1424       edit: "edit"
1425       owner: "Owner:"
1426       description: "Description:"
1427       tags: "Tags:"
1428       tags_help: "comma delimited"
1429       save_button: "Save Changes"
1430       visibility: "Visibility:"
1431       visibility_help: "what does this mean?"
1432       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1433     trace_form:
1434       upload_gpx: "Upload GPX File:"
1435       description: "Description:"
1436       tags: "Tags:"
1437       tags_help: "comma delimited"
1438       visibility: "Visibility:"
1439       visibility_help: "what does this mean?"
1440       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1441       upload_button: "Upload"
1442       help: "Help"
1443       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1444     trace_header:
1445       upload_trace: "Upload a trace"
1446       see_all_traces: "See all traces"
1447       see_your_traces: "See your traces"
1448       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."
1449     trace_optionals:
1450       tags: "Tags"
1451     view:
1452       title: "Viewing trace %{name}"
1453       heading: "Viewing trace %{name}"
1454       pending: "PENDING"
1455       filename: "Filename:"
1456       download: "download"
1457       uploaded: "Uploaded:"
1458       points: "Points:"
1459       start_coordinates: "Start coordinate:"
1460       map: "map"
1461       edit: "edit"
1462       owner: "Owner:"
1463       description: "Description:"
1464       tags: "Tags:"
1465       none: "None"
1466       edit_track: "Edit this trace"
1467       delete_track: "Delete this trace"
1468       trace_not_found: "Trace not found!"
1469       visibility: "Visibility:"
1470     trace_paging_nav:
1471       showing_page: "Showing page %{page}"
1472       older: "Older Traces"
1473       newer: "Newer Traces"
1474     trace:
1475       pending: "PENDING"
1476       count_points: "%{count} points"
1477       ago: "%{time_in_words_ago} ago"
1478       more: "more"
1479       trace_details: "View Trace Details"
1480       view_map: "View Map"
1481       edit: "edit"
1482       edit_map: "Edit Map"
1483       public: "PUBLIC"
1484       identifiable: "IDENTIFIABLE"
1485       private: "PRIVATE"
1486       trackable: "TRACKABLE"
1487       by: "by"
1488       in: "in"
1489       map: "map"
1490     list:
1491       public_traces: "Public GPS traces"
1492       your_traces: "Your GPS traces"
1493       public_traces_from: "Public GPS traces from %{user}"
1494       tagged_with: " tagged with %{tags}"
1495       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>."
1496     delete:
1497       scheduled_for_deletion: "Trace scheduled for deletion"
1498     make_public:
1499       made_public: "Trace made public"
1500     offline_warning:
1501       message: "The GPX file upload system is currently unavailable"
1502     offline:
1503       heading: "GPX Storage Offline"
1504       message: "The GPX file storage and upload system is currently unavailable."
1505   application:
1506     require_cookies:
1507       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1508     require_moderator:
1509       not_a_moderator: "You need to be a moderator to perform that action."
1510     setup_user_auth:
1511       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1512       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."
1513   oauth:
1514     oauthorize:
1515       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."
1516       allow_to: "Allow the client application to:"
1517       allow_read_prefs:  "read your user preferences."
1518       allow_write_prefs: "modify your user preferences."
1519       allow_write_diary: "create diary entries, comments and make friends."
1520       allow_write_api:   "modify the map."
1521       allow_read_gpx:    "read your private GPS traces."
1522       allow_write_gpx:   "upload GPS traces."
1523     revoke:
1524       flash: "You've revoked the token for %{application}"
1525   oauth_clients:
1526     new:
1527       title: "Register a new application"
1528       submit: "Register"
1529     edit:
1530       title: "Edit your application"
1531       submit: "Edit"
1532     show:
1533       title: "OAuth details for %{app_name}"
1534       key: "Consumer Key:"
1535       secret: "Consumer Secret:"
1536       url: "Request Token URL:"
1537       access_url: "Access Token URL:"
1538       authorize_url: "Authorise URL:"
1539       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in SSL mode."
1540       edit: "Edit Details"
1541       delete: "Delete Client"
1542       confirm: "Are you sure?"
1543       requests: "Requesting the following permissions from the user:"
1544       allow_read_prefs:  "read their user preferences."
1545       allow_write_prefs: "modify their user preferences."
1546       allow_write_diary: "create diary entries, comments and make friends."
1547       allow_write_api:   "modify the map."
1548       allow_read_gpx:    "read their private GPS traces."
1549       allow_write_gpx:   "upload GPS traces."
1550     index:
1551       title: "My OAuth Details"
1552       my_tokens: "My Authorised Applications"
1553       list_tokens: "The following tokens have been issued to applications in your name:"
1554       application: "Application Name"
1555       issued_at: "Issued At"
1556       revoke: "Revoke!"
1557       my_apps: "My Client Applications"
1558       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."
1559       registered_apps: "You have the following client applications registered:"
1560       register_new: "Register your application"
1561     form:
1562       name: "Name"
1563       required: "Required"
1564       url: "Main Application URL"
1565       callback_url: "Callback URL"
1566       support_url: "Support URL"
1567       requests: "Request the following permissions from the user:"
1568       allow_read_prefs:  "read their user preferences."
1569       allow_write_prefs: "modify their user preferences."
1570       allow_write_diary: "create diary entries, comments and make friends."
1571       allow_write_api:   "modify the map."
1572       allow_read_gpx:    "read their private GPS traces."
1573       allow_write_gpx:   "upload GPS traces."
1574     not_found:
1575       sorry: "Sorry, that %{type} could not be found."
1576     create:
1577       flash: "Registered the information successfully"
1578     update:
1579       flash: "Updated the client information successfully"
1580     destroy:
1581       flash: "Destroyed the client application registration"
1582   user:
1583     login:
1584       title: "Login"
1585       heading: "Login"
1586       email or username: "Email Address or Username:"
1587       password: "Password:"
1588       openid: "%{logo} OpenID:"
1589       remember: "Remember me"
1590       lost password link: "Lost your password?"
1591       login_button: "Login"
1592       register now: Register now
1593       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1594       with openid: "Alternatively please use your OpenID to login:"
1595       new to osm: New to OpenStreetMap?
1596       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1597       create account minute: Create an account. It only takes a minute.
1598       no account: Don't have an account?
1599       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>."
1600       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.
1601       auth failure: "Sorry, could not log in with those details."
1602       notice: "<a href=\"http://www.osmfoundation.org/wiki/License/We_Are_Changing_The_License\">Find out more about OpenStreetMap's upcoming license change</a> (<a href=\"http://wiki.openstreetmap.org/wiki/ODbL/We_Are_Changing_The_License\">translations</a>) (<a href=\"http://wiki.openstreetmap.org/wiki/Talk:ODbL/Upcoming\">discussion</a>)"
1603       notice_terms: "OpenStreetMap is moving to a new licence on 1st April 2012. It's just as open as our current one, but the legal bits are much better suited to our map database. We'd love to keep your contributions in OpenStreetMap, but we can only do so if you agree to let us distribute them under the new licence. Otherwise, we'll have to remove them from the database.<br /><br />Please log in, then take a few seconds to review and accept the new terms. Thank you!"
1604       openid missing provider: "Sorry, could not contact your OpenID provider"
1605       openid invalid: "Sorry, your OpenID seems to be malformed"
1606       openid_logo_alt: "Log in with an OpenID"
1607       openid_providers:
1608         openid:
1609           title: Login with OpenID
1610           alt: Login with an OpenID URL
1611         google:
1612           title: Login with Google
1613           alt: Login with a Google OpenID
1614         yahoo:
1615           title: Login with Yahoo
1616           alt: Login with a Yahoo OpenID
1617         myopenid:
1618           title: Login with myOpenID
1619           alt: Login with a myOpenID OpenID
1620         wordpress:
1621           title: Login with Wordpress
1622           alt: Login with a Wordpress OpenID
1623         aol:
1624           title: Login with AOL
1625           alt: Login with an AOL OpenID
1626     logout:
1627       title: "Logout"
1628       heading: "Logout from OpenStreetMap"
1629       logout_button: "Logout"
1630     lost_password:
1631       title: "Lost password"
1632       heading: "Forgotten Password?"
1633       email address: "Email Address:"
1634       new password button: "Reset password"
1635       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."
1636       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1637       notice email cannot find: "Could not find that email address, sorry."
1638     reset_password:
1639       title: "Reset password"
1640       heading: "Reset Password for %{user}"
1641       password: "Password:"
1642       confirm password: "Confirm Password:"
1643       reset: "Reset Password"
1644       flash changed: "Your password has been changed."
1645       flash token bad: "Did not find that token, check the URL maybe?"
1646     new:
1647       title: "Create account"
1648       heading: "Create a User Account"
1649       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1650       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.'
1651       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1652       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>.'
1653       email address: "Email Address:"
1654       confirm email address: "Confirm Email Address:"
1655       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>)'
1656       display name: "Display Name:"
1657       display name description: "Your publicly displayed username. You can change this later in the preferences."
1658       openid: "%{logo} OpenID:"
1659       password: "Password:"
1660       confirm password: "Confirm Password:"
1661       use openid: "Alternatively, use %{logo} OpenID to login"
1662       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1663       openid association: |
1664         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1665         <ul>
1666           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1667           <li>
1668             If you already have an account, you can login to your account
1669             using your username and password and then associate the account
1670             with your OpenID in your user settings.
1671           </li>
1672         </ul>
1673       continue: Continue
1674       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."
1675       terms accepted: "Thanks for accepting the new contributor terms!"
1676       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>."
1677       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1678     terms:
1679       title: "Contributor terms"
1680       heading: "Contributor terms"
1681       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."
1682       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1683       consider_pd_why: "what's this?"
1684       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1685       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1686       agree: Agree
1687       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1688       decline: "Decline"
1689       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1690       legale_select: "Please select your country of residence:"
1691       legale_names:
1692         france: "France"
1693         italy: "Italy"
1694         rest_of_world: "Rest of the world"
1695     no_such_user:
1696       title: "No such user"
1697       heading: "The user %{user} does not exist"
1698       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1699     view:
1700       my diary: my diary
1701       new diary entry: new diary entry
1702       my edits: my edits
1703       my traces: my traces
1704       my settings: my settings
1705       my comments: my comments
1706       oauth settings: oauth settings
1707       blocks on me: blocks on me
1708       blocks by me: blocks by me
1709       send message: send message
1710       diary: diary
1711       edits: edits
1712       traces: traces
1713       remove as friend: remove as friend
1714       add as friend: add as friend
1715       mapper since: "Mapper since:"
1716       ago: "(%{time_in_words_ago} ago)"
1717       ct status: "Contributor terms:"
1718       ct undecided: Undecided
1719       ct declined: Declined
1720       ct accepted: Accepted %{ago} ago
1721       latest edit: "Latest edit %{ago}:"
1722       email address: "Email address:"
1723       created from: "Created from:"
1724       status: "Status:"
1725       spam score: "Spam Score:"
1726       description: Description
1727       user location: User location
1728       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."
1729       settings_link_text: settings
1730       your friends: Your friends
1731       no friends: You have not added any friends yet.
1732       km away: "%{count}km away"
1733       m away: "%{count}m away"
1734       nearby users: "Other nearby users"
1735       no nearby users: "There are no other users who admit to mapping nearby yet."
1736       role:
1737         administrator: "This user is an administrator"
1738         moderator: "This user is a moderator"
1739         grant:
1740           administrator: "Grant administrator access"
1741           moderator: "Grant moderator access"
1742         revoke:
1743           administrator: "Revoke administrator access"
1744           moderator: "Revoke moderator access"
1745       block_history: "blocks received"
1746       moderator_history: "blocks given"
1747       comments: "comments"
1748       create_block: "block this user"
1749       activate_user: "activate this user"
1750       deactivate_user: "deactivate this user"
1751       confirm_user: "confirm this user"
1752       hide_user: "hide this user"
1753       unhide_user: "unhide this user"
1754       delete_user: "delete this user"
1755       confirm: "Confirm"
1756       friends_changesets: "Browse all changesets by friends"
1757       friends_diaries: "Browse all diary entries by friends"
1758       nearby_changesets: "Browse all changesets by nearby users"
1759       nearby_diaries: "Browse all diary entries by nearby users"
1760     popup:
1761       your location: "Your location"
1762       nearby mapper: "Nearby mapper"
1763       friend: "Friend"
1764     account:
1765       title: "Edit account"
1766       my settings: My settings
1767       current email address: "Current Email Address:"
1768       new email address: "New Email Address:"
1769       email never displayed publicly: "(never displayed publicly)"
1770       openid:
1771         openid: "OpenID:"
1772         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1773         link text: "what is this?"
1774       public editing:
1775         heading: "Public editing:"
1776         enabled: "Enabled. Not anonymous and can edit data."
1777         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1778         enabled link text: "what is this?"
1779         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1780         disabled link text: "why can't I edit?"
1781       public editing note:
1782         heading: "Public editing"
1783         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>"
1784       contributor terms:
1785         heading: "Contributor Terms:"
1786         agreed: "You have agreed to the new Contributor Terms."
1787         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1788         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1789         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1790         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1791         link text: "what is this?"
1792       profile description: "Profile Description:"
1793       preferred languages: "Preferred Languages:"
1794       preferred editor: "Preferred Editor:"
1795       image: "Image:"
1796       new image: "Add an image"
1797       keep image: "Keep the current image"
1798       delete image: "Remove the current image"
1799       replace image: "Replace the current image"
1800       image size hint: "(square images at least 100x100 work best)"
1801       home location: "Home Location:"
1802       no home location: "You have not entered your home location."
1803       latitude: "Latitude:"
1804       longitude: "Longitude:"
1805       update home location on click: "Update home location when I click on the map?"
1806       save changes button: Save Changes
1807       make edits public button: Make all my edits public
1808       return to profile: Return to profile
1809       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1810       flash update success: "User information updated successfully."
1811     confirm:
1812       heading: Confirm a user account
1813       press confirm button: "Press the confirm button below to activate your account."
1814       button: Confirm
1815       success: "Confirmed your account, thanks for signing up!"
1816       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."
1817       already active: "This account has already been confirmed."
1818       unknown token: "That token doesn't seem to exist."
1819       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>."
1820     confirm_resend:
1821       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."
1822       failure: "User %{name} not found."
1823     confirm_email:
1824       heading: Confirm a change of email address
1825       press confirm button: "Press the confirm button below to confirm your new email address."
1826       button: Confirm
1827       success: "Confirmed your email address, thanks for signing up!"
1828       failure: "An email address has already been confirmed with this token."
1829     set_home:
1830       flash success: "Home location saved successfully"
1831     go_public:
1832       flash success: "All your edits are now public, and you are now allowed to edit."
1833     make_friend:
1834       success: "%{name} is now your friend."
1835       failed: "Sorry, failed to add %{name} as a friend."
1836       already_a_friend: "You are already friends with %{name}."
1837     remove_friend:
1838       success: "%{name} was removed from your friends."
1839       not_a_friend: "%{name} is not one of your friends."
1840     filter:
1841       not_an_administrator: "You need to be an administrator to perform that action."
1842     list:
1843       title: Users
1844       heading: Users
1845       showing:
1846         one: Showing page %{page} (%{first_item} of %{items})
1847         other: Showing page %{page} (%{first_item}-%{last_item} of %{items})
1848       summary: "%{name} created from %{ip_address} on %{date}"
1849       summary_no_ip: "%{name} created on %{date}"
1850       confirm: Confirm Selected Users
1851       hide: Hide Selected Users
1852       empty: No matching users found
1853     suspended:
1854       title: Account Suspended
1855       heading: Account Suspended
1856       webmaster: webmaster
1857       body: |
1858         <p>
1859           Sorry, your account has been automatically suspended due to
1860           suspicious activity.
1861         </p>
1862         <p>
1863           This decision will be reviewed by an administrator shortly, or
1864           you may contact the %{webmaster} if you wish to discuss this.
1865         </p>
1866   user_role:
1867     filter:
1868       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1869       not_a_role: "The string `%{role}' is not a valid role."
1870       already_has_role: "The user already has role %{role}."
1871       doesnt_have_role: "The user does not have role %{role}."
1872     grant:
1873       title: Confirm role granting
1874       heading: Confirm role granting
1875       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1876       confirm: "Confirm"
1877       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1878     revoke:
1879       title: Confirm role revoking
1880       heading: Confirm role revoking
1881       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
1882       confirm: "Confirm"
1883       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
1884   user_block:
1885     model:
1886       non_moderator_update: "Must be a moderator to create or update a block."
1887       non_moderator_revoke: "Must be a moderator to revoke a block."
1888     not_found:
1889       sorry: "Sorry, the user block with ID %{id} could not be found."
1890       back: "Back to index"
1891     new:
1892       title: "Creating block on %{name}"
1893       heading: "Creating block on %{name}"
1894       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."
1895       period: "How long, starting now, the user will be blocked from the API for."
1896       submit: "Create block"
1897       tried_contacting: "I have contacted the user and asked them to stop."
1898       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1899       needs_view: "User needs to log in before this block will be cleared"
1900       back: "View all blocks"
1901     edit:
1902       title: "Editing block on %{name}"
1903       heading: "Editing block on %{name}"
1904       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."
1905       period: "How long, starting now, the user will be blocked from the API for."
1906       submit: "Update block"
1907       show: "View this block"
1908       back: "View all blocks"
1909       needs_view: "Does the user need to log in before this block will be cleared?"
1910     filter:
1911       block_expired: "The block has already expired and cannot be edited."
1912       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1913     create:
1914       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1915       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1916       flash: "Created a block on user %{name}."
1917     update:
1918       only_creator_can_edit: "Only the moderator who created this block can edit it."
1919       success: "Block updated."
1920     index:
1921       title: "User blocks"
1922       heading: "List of user blocks"
1923       empty: "No blocks have been made yet."
1924     revoke:
1925       title: "Revoking block on %{block_on}"
1926       heading: "Revoking block on %{block_on} by %{block_by}"
1927       time_future: "This block will end in %{time}."
1928       past: "This block ended %{time} ago and cannot be revoked now."
1929       confirm: "Are you sure you wish to revoke this block?"
1930       revoke: "Revoke!"
1931       flash: "This block has been revoked."
1932     period:
1933       one: "1 hour"
1934       other: "%{count} hours"
1935     partial:
1936       show: "Show"
1937       edit: "Edit"
1938       revoke: "Revoke!"
1939       confirm: "Are you sure?"
1940       display_name: "Blocked User"
1941       creator_name: "Creator"
1942       reason: "Reason for block"
1943       status: "Status"
1944       revoker_name: "Revoked by"
1945       not_revoked: "(not revoked)"
1946       showing_page: "Showing page %{page}"
1947       next: "Next »"
1948       previous: "« Previous"
1949     helper:
1950       time_future: "Ends in %{time}."
1951       until_login: "Active until the user logs in."
1952       time_past: "Ended %{time} ago."
1953     blocks_on:
1954       title: "Blocks on %{name}"
1955       heading: "List of blocks on %{name}"
1956       empty: "%{name} has not been blocked yet."
1957     blocks_by:
1958       title: "Blocks by %{name}"
1959       heading: "List of blocks by %{name}"
1960       empty: "%{name} has not made any blocks yet."
1961     show:
1962       title: "%{block_on} blocked by %{block_by}"
1963       heading: "%{block_on} blocked by %{block_by}"
1964       time_future: "Ends in %{time}"
1965       time_past: "Ended %{time} ago"
1966       status: "Status"
1967       show: "Show"
1968       edit: "Edit"
1969       revoke: "Revoke!"
1970       confirm: "Are you sure?"
1971       reason: "Reason for block:"
1972       back: "View all blocks"
1973       revoker: "Revoker:"
1974       needs_view: "The user needs to log in before this block will be cleared."
1975   javascripts:
1976     map:
1977       base:
1978         standard: Standard
1979         cycle_map: Cycle Map
1980         transport_map: Transport Map
1981         mapquest: MapQuest Open
1982       overlays:
1983         maplint: Maplint
1984     site:
1985       edit_tooltip: Edit the map
1986       edit_disabled_tooltip: Zoom in to edit the map
1987       edit_zoom_alert: You must zoom in to edit the map
1988       history_tooltip: View edits for this area
1989       history_disabled_tooltip: Zoom in to view edits for this area
1990       history_zoom_alert: You must zoom in to view edits for this area
1991   redaction:
1992     edit:
1993       description: "Description"
1994       heading: "Edit redaction"
1995       submit: "Save redaction"
1996       title: "Edit redaction"
1997     index:
1998       empty: "No redactions to show."
1999       heading: "List of redactions"
2000       title: "List of redactions"
2001     new:
2002       description: "Description"
2003       heading: "Enter information for new redaction"
2004       submit: "Create redaction"
2005       title: "Creating new redaction"
2006     show:
2007       description: "Description:"
2008       heading: "Showing redaction \"%{title}\""
2009       title: "Showing redaction"
2010       user: "Creator:"
2011       edit: "Edit this redaction"
2012       destroy: "Remove this redaction"
2013       confirm: "Are you sure?"
2014     create:
2015       flash: "Redaction created."
2016     update:
2017       flash: "Changes saved."
2018     destroy:
2019       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2020       flash: "Redaction destroyed."
2021       error: "There was an error destroying this redaction."