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