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