# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### Datepicker - Dialog for default HTML's ## These labels are used by screenreaders and other assistive technology ## to indicate the purpose of a date picker calendar and a month-year selection ## spinner dialogs for HTML's date-picker-label = .aria-label = Välj ett datum date-spinner-label = .aria-label = Välj en månad och ett år ## Text of the clear button date-picker-clear-button = Rensa ## These labels are used by screenreaders and other assistive technology ## to indicate the purpose of buttons that leaf through months of a calendar date-picker-previous = .aria-label = Föregående månad date-picker-next = .aria-label = Nästa månad ## These labels are used by screenreaders and other assistive technology ## to indicate the type of a value/unit that is being selected within a ## Month/Year date spinner dialogs on a datepicker calendar dialog date-spinner-month = .aria-label = Månad date-spinner-year = .aria-label = År ## These labels are used by screenreaders and other assistive technology ## to indicate the purpose of buttons that leaf through either months ## or years of a Month/Year date spinner on a datepicker calendar dialog date-spinner-month-previous = .aria-label = Föregående månad date-spinner-month-next = .aria-label = Nästa månad date-spinner-year-previous = .aria-label = Föregående år date-spinner-year-next = .aria-label = Nästa år