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