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