# Norwegian Bokmal translations for PACKAGE package. # Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Canonical OEM, 2010. # msgid "" msgstr "" "Project-Id-Version: indicator-datetime\n" "Report-Msgid-Bugs-To: ted@canonical.com\n" "POT-Creation-Date: 2020-08-22 00:10+0200\n" "PO-Revision-Date: 2020-09-01 21:36+0000\n" "Last-Translator: klausade \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.2.1-dev\n" #: ../data/org.ayatana.indicator.datetime.gschema.xml.in.in.h:1 #, fuzzy msgid "The calendar's default sound file." msgstr "Forvalgt lydfil for alarm." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in.in.h:2 msgid "" "If a calendar or reminder event doesn't specify its own sound file, this " "file will be used as the fallback sound." msgstr "Hvis en alarm ikke har egen lyd angitt, vil denne fila bli brukt." #. TRANSLATORS: a strftime(3) format for 12hr time w/seconds #: ../src/formatter.cpp:234 #, fuzzy msgid "%l:%M:%S %p" msgstr "%l:%M:%S %p" #. TRANSLATORS: a strftime(3) format for 12hr time #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 12-hour clock, events/appointments that happen today. #. en_US example: "%l:%M %p" --> "1:00 PM" #: ../src/formatter.cpp:237 ../src/utils.c:304 #, fuzzy msgid "%l:%M %p" msgstr "%l:%M %p" #. TRANSLATORS: a strftime(3) format for 24hr time w/seconds #: ../src/formatter.cpp:240 msgid "%H:%M:%S" msgstr "%H:%M:%S" #. TRANSLATORS: a strftime(3) format for 24hr time #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 24-hour clock, events/appointments that happen today. #. en_US example: "%H:%M" --> "13:00" #: ../src/formatter.cpp:243 ../src/utils.c:344 msgid "%H:%M" msgstr "%H:%M" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) #. This format string shows the abbreviated weekday, day, abbreviated month, and year. #. en_US example: "%a %b %e %Y" --> "Sat Oct 31 2020" #. en_GB example: "%a %e %b %Y" --> "Sat 31 Oct 2020" #. zh_CN example(?): "%Y年%m月%d日 周%a" --> "2020年10月31日 周六" #: ../src/formatter-desktop.cpp:138 msgid "%a %b %e %Y" msgstr "%a %e %b %Y" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) #. This format string shows the abbreviated weekday, day, and abbreviated month. #. en_US example: "%a %b %e" --> "Sat Oct 31" #. en_GB example: "%a %e %b" --> "Sat 31 Oct" #. zh_CN example(?): "%m月%d日 周%a" --> "03月27日 周六" #: ../src/formatter-desktop.cpp:147 msgid "%a %b %e" msgstr "%a %e %b" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) #. This format string shows the abbreviated weekday. #. zh_CN example(?): "周%a" --> "周六" #: ../src/formatter-desktop.cpp:154 #, c-format msgid "%a" msgstr "%a" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) #. This format string shows the day, abbreviated month, and year. #. en_US example: "%b %e %Y" --> "Oct 31 2020" #. en_GB example: "%e %b %Y" --> "31 Oct 2020" #. zh_CN example(?): "%Y年%m月%d日" --> "2020年10月31日" #: ../src/formatter-desktop.cpp:163 msgid "%b %e %Y" msgstr "%e.%b %Y" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) #. This format string shows the abbreviated month and day. #. en_US example: "%b %e" --> "Mar 27" #. en_GB example: "%e %b" --> "27 Mar" #. zh_CN example(?): "%m月%d日" --> "03月27日" #: ../src/formatter-desktop.cpp:172 msgid "%b %e" msgstr "%e. %b" #. This strftime(3) format string shows the year. #: ../src/formatter-desktop.cpp:176 msgid "%Y" msgstr "%Y" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. Format string for the day on the first menuitem in the datetime indicator. #. This format string gives the full weekday, date, month, and year. #. en_US example: "%A, %B %e %Y" --> Saturday, October 31 2020" #. en_GB example: "%A, %e %B %Y" --> Saturday, 31 October 2020" #: ../src/menu.cpp:255 msgid "%A, %e %B %Y" msgstr "%A, %e %B %Y" #. add the 'Add Event…' menuitem #: ../src/menu.cpp:352 msgid "Add Event…" msgstr "Legg til hendelse…" #: ../src/menu.cpp:362 msgid "Clock" msgstr "Klokke" #: ../src/menu.cpp:414 msgid "Time and Date Settings…" msgstr "Tids- og dato-innstillinger…" #: ../src/menu.cpp:469 msgid "Date and Time" msgstr "Dato og tid" #: ../src/menu.cpp:520 msgid "Time and Date" msgstr "Angi dato og klokkeslett" #: ../src/menu.cpp:525 #, c-format msgid "%s (has alarms)" msgstr "%s (har alarmer)" #. * strftime(3) format for abbreviated weekday, #. hours, minutes in a 12h locale; e.g. Wed, 2:00 PM #: ../src/snap.cpp:126 #, fuzzy msgid "%a, %l:%M %p" msgstr "%a, %l:%M %p" #. * A strftime(3) format for abbreviated weekday, #. hours, minutes in a 24h locale; e.g. Wed, 14:00 #: ../src/snap.cpp:130 #, fuzzy msgid "%a, %H:%M" msgstr "%a. %H:%M" #: ../src/snap.cpp:133 #, c-format msgid "Alarm %s" msgstr "Alarm %s" #: ../src/snap.cpp:140 msgid "OK" msgstr "OK" #: ../src/snap.cpp:141 msgid "Snooze" msgstr "Slumre" #: ../src/utils.c:274 msgid "Today" msgstr "I dag" #: ../src/utils.c:278 msgid "Tomorrow" msgstr "I morgen" #. This is a strftime(3) format string indicating the unabbreviated weekday. #: ../src/utils.c:283 #, fuzzy, c-format msgid "%A" msgstr "%A" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing full-day events that are over a week away. #. en_US example: "%a %b %d" --> "Sat Oct 31" #. en_GB example: "%a %d %b" --> "Sat 31 Oct" #. zh_CN example(?): "%m月%d日 周%a" --> "10月31日 周六" #: ../src/utils.c:292 #, fuzzy msgid "%a %d %b" msgstr "%a. %d %b." #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 12-hour clock, events/appointments that happen tomorrow. #. (Note: the space between the day and the time is an em space (unicode character 2003), which is #. slightly wider than a normal space.) #. en_US example: "Tomorrow %l:%M %p" --> "Tomorrow 1:00 PM" #: ../src/utils.c:313 #, fuzzy msgid "Tomorrow %l:%M %p" msgstr "I morgen %l:%M %p" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 12-hour clock, events/appointments that happen this week. #. (Note: the space between the day and the time is an em space (unicode character 2003), which is #. slightly wider than a normal space.) #. en_US example: "Tomorrow %l:%M %p" --> "Fri 1:00 PM" #: ../src/utils.c:322 #, fuzzy msgid "%a %l:%M %p" msgstr "%a. %l:%M %p" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 12-hour clock, events/appointments that happen over a week from now. #. (Note: the space between the day and the time is an em space (unicode character 2003), which is #. slightly wider than a normal space.) #. en_US example: "%a %b %d %l:%M %p" --> "Fri Oct 31 1:00 PM" #. en_GB example: "%a %d %b %l:%M %p" --> "Fri 31 Oct 1:00 PM" #: ../src/utils.c:332 #, fuzzy msgid "%a %d %b %l:%M %p" msgstr "%a. %b %d. %l:%M %p" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 24-hour clock, events/appointments that happen tomorrow. #. (Note: the space between the day and the time is an em space (unicode character 2003), which is #. slightly wider than a normal space.) #. en_US example: "Tomorrow %l:%M %p" --> "Tomorrow 13:00" #: ../src/utils.c:353 msgid "Tomorrow %H:%M" msgstr "I morgen %H:%M" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 24-hour clock, events/appointments that happen this week. #. (Note: the space between the day and the time is an em space (unicode character 2003), which is #. slightly wider than a normal space.) #. en_US example: "%a %H:%M" --> "Fri 13:00" #: ../src/utils.c:362 msgid "%a %H:%M" msgstr "%a. %H:%M" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 24-hour clock, events/appointments that happen over a week from now. #. (Note: the space between the day and the time is an em space (unicode character 2003), which is #. slightly wider than a normal space.) #. en_US example: "%a %b %d %H:%M" --> "Fri Oct 31 13:00" #. en_GB example: "%a %d %b %H:%M" --> "Fri 31 Oct 13:00" #: ../src/utils.c:372 msgid "%a %d %b %H:%M" msgstr "%a. %d. %b %H:%M" #~ msgid "Show the clock in the panel" #~ msgstr "Vis klokken i panelet" #, fuzzy #~ msgid "Controls whether the clock indicator appears in the panel or not." #~ msgstr "Hvorvidt klokken skal vises i panelet." #~ msgid "What the time format should be" #~ msgstr "Hva tidsformatet skal være" #, fuzzy #~ msgid "" #~ "Controls the time format that is displayed in the indicator. For almost " #~ "all users this should be the default for their locale. If you think the " #~ "setting is wrong for your locale please join or talk to the translation " #~ "team for your language. If you just want something different you can " #~ "adjust this to be either 12 or 24 time. Or, you can use a custom format " #~ "string and set the custom-time-format setting." #~ msgstr "" #~ "Kontrollerer tidsformatet som vises i indikatoren. For nesten alle " #~ "brukere vil dette være forvalget for deres lokale. Hvis synes " #~ "innstillingen er gal for ditt lokale, ta del i, eller snakk til " #~ "oversettelseslaget for ditt språk. Hvis du ønsker noe annet kan du " #~ "justere dette til å være enten 12 eller 24-timers klokke. Eller, du kan " #~ "bruke en egendefinert streng og sette custom-time-format -innstillingen." #~ msgid "The format string passed to strftime" #~ msgstr "Formatstrengen som blir sendt til strftime" #~ msgid "" #~ "The format of the time and/or date that is visible on the panel when " #~ "using the indicator. For most users this will be a set of predefined " #~ "values as determined by the configuration utility, but advanced users can " #~ "change it to anything strftime can accept. Look at the man page on " #~ "strftime for more information." #~ msgstr "" #~ "Tid og/eller dato-formatet synlig i panelet når indikatoren brukes. For " #~ "de fleste brukere er dette et knippe forhåndsdefinerte verdier bestemt av " #~ "oppsettsverktøyet, men avanserte brukere kan bruke det til å endre alt " #~ "strftime godtar. Sjekk man-siden for strftime for mer informasjon." #~ msgid "Show the number of seconds in the indicator" #~ msgstr "Vis antall sekunder i indikatoren" #~ msgid "" #~ "Makes the datetime indicator show the number of seconds in the indicator. " #~ "It's important to note that this will cause additional battery drain as " #~ "the time will update 60 times as often, so it is not recommended. Also, " #~ "this setting will be ignored if the time-format value is set to custom." #~ msgstr "" #~ "Får datotidsindikatoren til å vise antall sekunder i indikatoren. Det er " #~ "viktig å mrke seg at dette vil føre til mindre batteritid, siden tiden " #~ "vil oppdatere seg 60 ganger så ofte, så det anbefales ikke. Denne " #~ "innstillingen vil ignoreres hvis tidsformatsverdien er satt til " #~ "egendefinert." #~ msgid "Show the day of the week in the indicator" #~ msgstr "Vis ukedagen i indikatoren" #~ msgid "" #~ "Puts the day of the week on the panel along with the time and/or date " #~ "depending on settings. This setting will be ignored if the time-format " #~ "value is set to custom." #~ msgstr "" #~ "Putter ukedagen på panelet, sammen med tid og/eller dato, avhengig av " #~ "innstillinger. Denne innstillingen vil ses bort fra hvis " #~ "tidsformatsverdien er satt til egendefinert." #~ msgid "Show the month and date in the indicator" #~ msgstr "Vis måned og dato i indikatoren" #~ msgid "" #~ "Puts the month and the date in the panel along with the time and/or day " #~ "of the week depending on settings. This setting will be ignored if the " #~ "time-format value is set to custom." #~ msgstr "" #~ "Putter måneden og datoen i panelet, sammen med tid og/eller ukedagen, " #~ "avhengig av innstillingene. Denne innstillingene ses bor fra hvis " #~ "tidsformatverdien er satt til egendefinert." #~ msgid "Show the year in the indicator" #~ msgstr "Vis året i indikatoren" #~ msgid "" #~ "Puts the year in the panel along with the month and the date. This " #~ "setting will be ignored if either the time-format value is set to custom " #~ "or if show-date is set to false." #~ msgstr "" #~ "Putter året i panelet, sammen med måned og dato. Denne innstillingene ses " #~ "bort fra hvis tidsformatverdien er satt til egendefinert." #~ msgid "Show the monthly calendar in the indicator" #~ msgstr "Vis månedlig kalender i indikatoren" #~ msgid "Puts the monthly calendar in indicator-datetime's menu." #~ msgstr "Putter månedlig kalender i indikatorens datotidsmeny." #~ msgid "Show week numbers in calendar" #~ msgstr "Viser ukenummer i kalender" #~ msgid "" #~ "Shows the week numbers in the monthly calendar in indicator-datetime's " #~ "menu." #~ msgstr "" #~ "Viser ukenummer i i den månedlige kalenderen i indikatorens datotidsmeny." #~ msgid "Show events in the indicator" #~ msgstr "Vis hendelser i indikatoren" #, fuzzy #~ msgid "Shows events from Evolution in indicator-datetime's menu." #~ msgstr "Viser hendelser fra Evolution i indikatorens datotidsmeny." #~ msgid "Show the auto-detected location in the indicator" #~ msgstr "Vis automatisk oppdaget plassering i indikatoren" #~ msgid "" #~ "Shows your current location (determined from geoclue and /etc/timezone) " #~ "in indicator-datetime's menu." #~ msgstr "" #~ "Viser din nåværende plassering (bestemt av geoclue og /etc/timezone) i " #~ "indikatorens datotidsmeny." #~ msgid "Show locations in the indicator" #~ msgstr "Viser plasseringer i indikatoren" #~ msgid "Shows custom defined locations in indicator-datetime's menu." #~ msgstr "Viser egendefinerte plasseringer i indikatorens datotidsmeny." #, fuzzy #~ msgid "A List of locations" #~ msgstr "En liste over plasseringer" #~ msgid "" #~ "Adds the list of locations the user has configured to display in the " #~ "indicator-datetime menu." #~ msgstr "" #~ "Legger til en liste over plasseringen brukeren har satt opp til visning i " #~ "indikatorens datotidsmeny." #, fuzzy #~ msgid "The name of the current timezone" #~ msgstr "Navnet på gjeldende tidssone" #, fuzzy #~ msgid "" #~ "Some timezones can be known by many different cities or names. This " #~ "setting describes how the current zone prefers to be named. Format is " #~ "\"TIMEZONE NAME\" (e.g. \"America/New_York Boston\" to name the New_York " #~ "zone Boston)." #~ msgstr "" #~ "Noen tidssoner kan utredes av mange forskjellige byer eller navn. Denne " #~ "innstillingen beskriver foretrukket navn på nåværende sone. Formatet er " #~ "\"TIDSSONE NAVN\" (f.eks. \"Europa/Sør_Trøndelag Trondheim\" for å navngi " #~ "Sør_Trøndelag sonen Trondheim)." #~ msgid "What kind of haptic feedback, if any, to trigger with an alarm." #~ msgstr "" #~ "Hva slags fysisk tilbakemelding, hvis noen, skal utløses sammen med en " #~ "alarm." #, fuzzy #~ msgid "" #~ "What kind of haptic feedback, if any, to trigger with an alarm. Two modes " #~ "are currently supported: 'pulse', 'none'." #~ msgstr "" #~ "Hva slags fysisk tilbakemelding, hvis noen, skal utløses sammen med en " #~ "alarm. To modus støttes: \"pulserende\", \"ingen" #~ msgid "The alarm's default volume level." #~ msgstr "Alarmens forvalgte lydnivå." #~ msgid "The volume at which alarms will be played." #~ msgstr "Lydstyrken for alarmen." #~ msgid "The alarm's duration." #~ msgstr "Alarmens varighet." #, fuzzy #~ msgid "" #~ "How long the alarm's sound will be looped if its snap decision is not " #~ "dismissed by the user." #~ msgstr "" #~ "Hvor lenge alarmens lyd vil gå i reprise, hvis dens snap-handling ikke " #~ "avbrytes av brukeren." #~ msgid "The snooze duration." #~ msgstr "Slumringsvarighet." #~ msgid "How long to wait when the user hits the Snooze button." #~ msgstr "Ventetid før brukeren trykker på slumreknappen." #~ msgid "Error getting time" #~ msgstr "Feil under henting av klokkeslett" #~ msgid "%d%d:%d%d AM" #~ msgstr "%d%d:%d%d AM" #~ msgid "%d%d:%d%d PM" #~ msgstr "%d%d:%d%d PM" #~ msgid "Open Calendar" #~ msgstr "Åpne kalender"