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