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