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