# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: # countdowntimer.module,v 1.8.2.22.2.4.2.13 2008/04/10 22:56:19 jvandervort # countdowntimer.info,v 1.2.2.7.2.1 2007/09/18 18:49:50 jvandervort # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2008-04-14 22:59+0200\n" "PO-Revision-Date: 2008-04-14 23:01+0100\n" "Last-Translator: Magnus Gunnarsson \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: countdowntimer.module:20 msgid "A module which creates javascript countdown timers." msgstr "En modul som skapar en nedräkningstimer av typen JavaScript." #: countdowntimer.module:112 msgid "Javascript" msgstr "JavaScript" #: countdowntimer.module:117 msgid "Javascript load options" msgstr "Alternativ för laddning av JavaScript" #: countdowntimer.module:119 msgid "Nodes only" msgstr "Enbart noder" #: countdowntimer.module:119 msgid "Every page" msgstr "Alla sidor" #: countdowntimer.module:119;124 msgid "Page list" msgstr "Sidvisning" #: countdowntimer.module:120 msgid "Node view will only load when a single node is viewed. Every page, is well, EVERY PAGE. Page list will use the list below." msgstr "Visning av noder kommer enbart att laddas när en enstaka nod visas. Alla sidor är, observera ALLA SIDOR. Sidvisning använder sig av listan här nedanför." #: countdowntimer.module:126 msgid "Enter one page per line as Drupal paths. The '*' character is a wildcard. Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page." msgstr "Skriv en sida per rad i form av Drupal-sökvägar. Jokertecken är \"*\". Sökvägsexempel: %blog för blogg-sidan, %blog-wildcard för alla personliga bloggar. %front är startsidan." #: countdowntimer.module:132 msgid "Output Overrides" msgstr "Åsidosättningar av utmaning" #: countdowntimer.module:134 msgid "Output formats change the display of the timer. The global format is used unless you choose a preset in the timer tags. You can hard-code the output format in the timer tags as well. Available replacement values are: %day%, %month%, %year%, %dow%, %moy%, %years%, %ydays%, %days%, %hours%, %mins%, and %secs%." msgstr "Utmatningsformat ändrar visningen av timern. Det globala formatet används så länge du inte väljer ett förvalt i timerns taggar. Du kan även koda utmatningsformatet i timers taggar. Tillgängliga ersättningsbara värden är: %day%, %month%, %year%, %dow%, %moy%, %years%, %ydays%, %days%, %hours%, %mins%, and %secs%." #: countdowntimer.module:140 msgid "Global output format" msgstr "Globalt utmatningsformat" #: countdowntimer.module:142 msgid "The global output format is the baseline unless you use the presets below." msgstr "Det globala utmatningsformatet är stommen så länge du inte använder de förinställda nedan." #: countdowntimer.module:149 msgid "Output format preset 1" msgstr "Förinställt utmatningsformat 1" #: countdowntimer.module:155 msgid "Output format preset 2" msgstr "Förinställt utmatningsformat 2" #: countdowntimer.module:161 msgid "Output format preset 3" msgstr "Förinställt utmatningsformat 3" #: countdowntimer.module:168 msgid "Highlight settings" msgstr "Framhäv inställningar" #: countdowntimer.module:169 msgid "When a timer is nearing completion, you can change its' color or use css formatting." msgstr "När en timer närmar sig sitt slutförande kan du ändra dess färg eller använda stilmallsformatering." #: countdowntimer.module:176 msgid "Highlight tagging" msgstr "Framhäv taggning" #: countdowntimer.module:178 msgid "Use style=\"color:red;background-color:white;\" or class=\"\" etc..." msgstr "Använd till exempel style=\"color:red;background-color:white;\" eller class=\"\"" #: countdowntimer.module:183 msgid "Highlight threshold (minutes)" msgstr "Framhäv tröskelvärde (minuter)" #: countdowntimer.module:185 msgid "Number of minutes left before highlighting is applied." msgstr "Antal minuter kvar innan framhävningen tillämpas." #: countdowntimer.module:192 msgid "Timer complete statement" msgstr "Meddelande vid timerns avslutande" #: countdowntimer.module:194 msgid "Statement that prints when a timer has completed." msgstr "Meddelande som skrivs när en timer har avslutats." #: countdowntimer.module:199 msgid "Clock type" msgstr "Typ av klocka" #: countdowntimer.module:201 msgid "12 Hour" msgstr "12-timmars" #: countdowntimer.module:201 msgid "24 Hour" msgstr "24-timmars" #: countdowntimer.module:202 msgid "There aren't many clock settings right now, but I'll add them slowly over time." msgstr "Det finns inte så många klockinställningar just nu, men jag kommer att lägga till dem över tiden." #: countdowntimer.module:214 msgid "Countdown Timer admin settings may not contain single quotes(')." msgstr "Administratörsinställningar för nedräkningstimern får inte innehålla enkla citationstecken (')." #: countdowntimer.module:46 msgid "Countdown Timer" msgstr "Nedräkningstimer" #: countdowntimer.module:47 msgid "Configure the Countdown timer's display format" msgstr "Konfigurera nedräkningstimerns visningsformat" #: countdowntimer.module:54 msgid "none" msgstr "inget" #: countdowntimer.module:0 msgid "countdowntimer" msgstr "countdowntimer" #: countdowntimer.info:0 msgid "Countdown timer" msgstr "Nedräkningstimer" #: countdowntimer.info:0 msgid "Provides a timer that counts down/up to a certain date-time." msgstr "Erbjuder en timer som räknar upp/ned till givet datum eller tid."