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