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