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