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