# $Id: content.sv.po,v 1.1.2.2 2009/05/27 13:37:56 seals Exp $
#
# Swedish translation of Drupal (content)
# Generated from files:
#  content.module,v 1.301.2.99 2009/03/05 22:58:57 karens
#  content.install,v 1.85.2.30 2008/11/07 16:24:58 yched
#  content.info,v 1.6 2007/07/04 23:46:29 yched
#  content.rules.inc,v 1.1.2.4 2008/10/24 11:11:48 fago
#  content.views.inc,v 1.1.2.22 2009/01/14 13:19:47 karens
#  content_copy.info,v 1.6 2008/04/23 18:01:48 dww
#  content_permissions.info,v 1.2 2008/04/23 18:01:52 dww
#  fieldgroup.info,v 1.6.2.1 2008/09/22 18:25:21 karens
#  nodereference.info,v 1.8 2008/04/23 18:02:07 dww
#  number.info,v 1.7 2008/04/23 18:02:16 dww
#  optionwidgets.info,v 1.7 2008/04/23 18:02:24 dww
#  text.info,v 1.9 2008/04/23 18:02:31 dww
#  userreference.info,v 1.8 2008/04/23 18:02:38 dww
#
msgid ""
msgstr ""
"Project-Id-Version: CCK - Content 6.x\n"
"POT-Creation-Date: 2009-03-09 22:08+0100\n"
"PO-Revision-Date: 2009-05-27 15:37+0100\n"
"Last-Translator: Magnus Gunnarsson <seals@passagen.se>\n"
"Language-Team: drupalsverige.se\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-Poedit-Language: Swedish\n"
"X-Poedit-Country: SWEDEN\n"
"X-Poedit-SourceCharset: utf-8\n"

#: content.module:21
msgid "The content module, a required component of the Content Construction Kit (CCK), allows administrators to associate custom fields with content types. In Drupal, content types are used to define the characteristics of a post, including the title and description of the fields displayed on its add and edit pages. Using the content module (and the other helper modules included in CCK), custom fields beyond the default \"Title\" and \"Body\" may be added. CCK features are accessible through tabs on the <a href=\"@content-types\">content types administration page</a>. (See the <a href=\"@node-help\">node module help page</a> for more information about content types.)"
msgstr "Modulen Content, en obligatorisk komponent till Content Construction Kit (CCK), gör det möjligt för administratörer att associera anpassade fält med innehållstyper. I Drupal används innehållstyper för att definiera ett inläggs karaktäristik, såsom titel och beskrivning för fälten som visas på dess sidor för att lägga till redigera. Genom att använda modulen Content (och de andra hjälpmodulerna inkluderade i CCK), kan egna fält utöver standardfälten \"Titel\" och \"Brödtext\" läggas till. Funktionerna för CCK är tillgängliga genom flikarna på sidan<a href=\"@content-types\">admininistrera innehållstyper</a>. (Se sidan <a href=\"@node-help\">hjälp för modulen Nod</a> för mer information om innehållstyper.)"

#: content.module:22
msgid "When adding a custom field to a content type, you determine its type (whether it will contain text, numbers, or references to other objects) and how it will be displayed (either as a text field or area, a select box, checkbox, radio button, or autocompleting field). A field may have multiple values (i.e., a \"person\" may have multiple e-mail addresses) or a single value (i.e., an \"employee\" has a single employee identification number). As you add and edit fields, CCK automatically adjusts the structure of the database as necessary. CCK also provides a number of other features, including intelligent caching for your custom data, an import and export facility for content type definitions, and integration with other contributed modules."
msgstr "När du lägger till ett anpassat fält till en innehållstyp, bestämmer du dess typ (om det ska innehålla text, nummer eller referera till andra objekt) och hur det ska visas (antingen som ett textfält, flerradigt textfält, listval, kryssruta, radioknapp eller autokomatiskt kompletterande fält). Ett fält kan ha flera värden (till exempel kan en \"person\" ha flera e-postadresser) eller ett värda (till exempel kan en \"anställd\" ha ett anställnings-ID). När du lägger till och redigerar fält kommer CCK automatiskt att justera databasens struktur. CCK möjliggör även ett antal andra funktioner, såsom intelligent caching för dina anpassade data, import och export av definitioner av innehållstyper samt integration med andra tilläggsmoduler."

#: content.module:23
msgid "Custom field types are provided by a set of optional modules included with CCK (each module provides a different type). The <a href=\"@modules\">modules page</a> allows you to enable or disable CCK components. A default installation of CCK includes:"
msgstr "Anpassade fälttyper är tillgängliga genom ett antal valfria moduler som är inkluderade med CCK (varje modul tillhandahåller en egen typ). Sidan <a href=\"@modules\">moduler</a> låter dig aktivera eller eller inaktivera komponenter för CCK. En standardinstallation av CCK inkluderar:"

#: content.module:25
msgid "<em>number</em>, which adds numeric field types, in integer, decimal or floating point form. You may define a set of allowed inputs, or specify an allowable range of values. A variety of common formats for displaying numeric data are available."
msgstr "<em>tal</em>, som lägger till numeriska fälttyper som heltal, decimaltal eller flyttal. Du kan definiera en uppsättning av tillåtna värden eller specificera en tillåten spännvidd av värden. Ett antal vanliga format för att visa numerisk data finns tillgängliga."

#: content.module:26
msgid "<em>text</em>, which adds text field types. A text field may contain plain text only, or optionally, may use Drupal's input format filters to securely manage rich text input. Text input fields may be either a single line (text field), multiple lines (text area), or for greater input control, a select box, checkbox, or radio buttons. If desired, CCK can validate the input to a set of allowed values."
msgstr "<em>text</em>, som lägger till typer av sorten textfält. Ett textfält kan innehålla enbart ren text, eller använda Drupals inmatningsformat för att säkert hantera formaterad text. Textfält kan vara antingen en rad (textfält), flera rader (textområde), eller för större kontroll av det som matas in, ett listval, kryssruta eller radioknapp. Om så önskas kan CCK validera den inmatade datan enligt en uppsättning tillåtna värden."

#: content.module:27
msgid "<em>nodereference</em>, which creates custom references between Drupal nodes. By adding a <em>nodereference</em> field and two different content types, for instance, you can easily create complex parent/child relationships between data (multiple \"employee\" nodes may contain a <em>nodereference</em> field linking to an \"employer\" node)."
msgstr "<em>hänvisning av nod</em>, som skapar hänvisningar mellan noder i Drupal. Genom att lägga till en fält av typen <em>nodreferens</em> och två olika innehållstyper, till exempel, kan du enkelt skapa komplexa ovan- eller underliggande relationer mellan data (flera noder med \"anställda\" kan innehålla ett fält av typen <em>nodreferens</em> som länkar till en nod för \"arbetsgivare\")."

#: content.module:28
msgid "<em>userreference</em>, which creates custom references to your sites' user accounts. By adding a <em>userreference</em> field, you can create complex relationships between your site's users and posts. To track user involvement in a post beyond Drupal's standard <em>Authored by</em> field, for instance, add a <em>userreference</em> field named \"Edited by\" to a content type to store a link to an editor's user account page."
msgstr "<em>hänvisning av användare</em>, som skapar anpassade hänvisningar till användarkonton på din webbplats. Genom att lägga till ett fält av typen <em>användarreferens</em> kan du skapa komplexa relationer mellan din webbplats användare och inlägg. Till exempel: för att spåra användares inblandning i ett inlägg utöver Drupals standardfält <em>Författad av</em>, lägg till ett fält av typen <em>användarreferens</em> med namnet \"Redigerad av\" till en innehållstyp för att lagra en länk till en redigerares användarsida."

#: content.module:29
msgid "<em>fieldgroup</em>, which creates collapsible fieldsets to hold a group of related fields. A fieldset may either be open or closed by default. The order of your fieldsets, and the order of fields within a fieldset, is managed via a drag-and-drop interface provided by content module."
msgstr "<em>fältgrupp</em>, som skapar hopfällbara fältgrupp för att innehålla en grupp av relaterade fält. En fältgrupp kan antingen vara öppen eller hopfälld som standard. Sorteringen av fältgrupper, och sorteringen av fält inom en fältgrupp, hanteras genom ett drag-och-släpp-gränssnitt via modulen Content."

#: content.module:31
msgid "For more information, see the online handbook entry for <a href=\"@handbook-cck\">CCK</a> or the <a href=\"@project-cck\">CCK project page</a>."
msgstr "För mer information, <a href=\"@handbook-cck\">läs onlinehandboken för CCK</a> eller besök <a href=\"@project-cck\">CCK:s projektsida</a>."

#: content.module:486
msgid "This field is required."
msgstr "Detta fält är obligatoriskt."

#: content.module:490
msgid "!title: !required"
msgstr "!title: !required"

#: content.module:1843
msgid "Basic"
msgstr "Grundläggande"

#: content.module:1856;1859
msgid "RSS"
msgstr "RSS"

#: content.module:1869
msgid "Search"
msgstr "Sök"

#: content.module:1872
msgid "Search Index"
msgstr "Sökindex"

#: content.module:1876
msgid "Search Result"
msgstr "Sökresultat"

#: content.module:2324;2331
msgid "Node module form."
msgstr "Formulär för modulen Nod."

#: content.module:2338
msgid "Language"
msgstr "Språk"

#: content.module:2339
msgid "Locale module form."
msgstr "Formulär för modulen Språkanpassning.."

#: content.module:2345
msgid "Menu settings"
msgstr "Menyinställningar"

#: content.module:2346
msgid "Menu module form."
msgstr "Formulär för modulen Meny."

#: content.module:2352
msgid "Taxonomy"
msgstr "Taxonomi"

#: content.module:2353
msgid "Taxonomy module form."
msgstr "Formulär för modulen Taxonomi."

#: content.module:2359
msgid "Book"
msgstr "Bok"

#: content.module:2360
msgid "Book module form."
msgstr "Formulär för modulen Bok."

#: content.module:2366
msgid "Poll title"
msgstr "Titel för omröstning"

#: content.module:2367
msgid "Poll module title."
msgstr "Titel för modulen Omröstning."

#: content.module:2371
msgid "Poll choices"
msgstr "Val för omröstning"

#: content.module:2372
msgid "Poll module choices."
msgstr "Val för modulen Omröstning."

#: content.module:2376
msgid "Poll settings"
msgstr "Inställningar för omröstning"

#: content.module:2377
msgid "Poll module settings."
msgstr "Inställningar för modulen Omröstning."

#: content.module:2383
msgid "File attachments"
msgstr "Bifogade filer"

#: content.module:2384
msgid "Upload module form."
msgstr "Formulär för modulen Uppladdning."

#: content.module:589
msgid "Updating field type %type with module %module."
msgstr "Uppdaterar fälttypen %type med modulen %module."

#: content.module:596
msgid "Updating widget type %type with module %module."
msgstr "Uppdaterar gränssnittskomponenten %type med modulen %module."

#: content.module:63
msgid "Use PHP input for field settings (dangerous - grant with care)"
msgstr "Använd PHP-inmatning för fältinställningarna (farligt - använd med försiktighet)"

#: content.module:82
msgid "Fields"
msgstr "Fält"

#: content.module:104
msgid "Manage fields"
msgstr "Hantera fält"

#: content.module:113
msgid "Display fields"
msgstr "Visa fält"

#: content.module:144
msgid "Remove field"
msgstr "Ta bort fält"

#: content.install:236
msgid "Updates for CCK-related modules are not run until the modules are enabled on the <a href=\"@admin-modules-path\">administer modules page</a>. When you enable them, you'll need to return to <a href=\"@update-php\">update.php</a> and run the remaining updates."
msgstr "Uppdateringar för relaterade moduler till CCK körs inte förrän modulerna är aktiverade på sidan <a href=\"@admin-modules-path\">administrera moduler</a>. När du aktiverar dem kommer du att behöva återvända till <a href=\"@update-php\">update.php</a> och köra de kvarvarande uppdateringarna."

#: content.install:239
msgid "!module.module has updates but cannot be updated because content.module is not enabled.<br />If and when content.module is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run."
msgstr "!module.module har uppdateringar men kan inte uppdateras eftersom content.module inte är aktiverad.<br />Om och när content.module är aktiverad kommer du att behöva köra uppdateringsskriptet igen. Du kommer att fortsätta se detta meddelande tills modulen är aktiverad och uppdateringarna är genomförda."

#: content.install:244
msgid "!module.module has updates and is available in the modules folder but is not enabled.<br />If and when it is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run."
msgstr "!module.module har uppdateringar och är tillgänglig i katalogen för moduler men är inte aktiverad.<br /> Om och när den är aktiverad kommer du att behöva köra uppdateringsskriptet igen. Du kommer att fortsätta se detta meddelande tills modulen är aktiverad och uppdateringarna är genomförda."

#: content.install:251
msgid "Some updates are still pending. Please return to <a href=\"@update-php\">update.php</a> and run the remaining updates."
msgstr "Några uppdateringar är fortfarande kvar. Vänligen återvänd till <a href=\"@update-php\">update.php</a> och kör de kvarvarande uppdateringarna."

#: content.install:252
msgid "Some updates are still pending.<br/>Please re-run the update script."
msgstr "Några uppdateringar är fortfarande kvar.<br/>Var vänlig kör uppdateringsskriptet igen."

#: (duplicate) content.install:10
msgid "CCK - No Views integration"
msgstr "CCK - Ingen integration med Views"

#: (duplicate) content.install:11
msgid "CCK integration with Views module requires Views 6.x-2.0-rc2 or greater."
msgstr "Integration av CCK med modulen Views kräver Views 6.x-2.0-rc2 eller senare."

#: content.info:0
#: includes/content.rules.inc:19;200
#: includes/views/content.views.inc:178;254
msgid "Content"
msgstr "Innehåll"

#: content.info:0
msgid "Allows administrators to define new content types."
msgstr "Tillåter administratörer att definiera nya innehållstyper."

#: content.info:0
#: modules/content_copy/content_copy.info:0
#: modules/content_permissions/content_permissions.info:0
#: modules/fieldgroup/fieldgroup.info:0
#: modules/nodereference/nodereference.info:0
#: modules/number/number.info:0
#: modules/optionwidgets/optionwidgets.info:0
#: modules/text/text.info:0
#: modules/userreference/userreference.info:0
msgid "CCK"
msgstr "CCK"

