# $Id$ # # Swedish translation of Drupal (quote) # Copyright 2008 Magnus Gunnarsson # Generated from files: # quote.admin.inc,v 1.1.2.1 2008/03/28 22:59:59 karthik # quote.module,v 1.29.2.10.2.1 2008/03/28 22:59:59 karthik # quote.info,v 1.2.2.2.2.1 2008/03/28 22:59:59 karthik # quote.install,v 1.1.2.1 2007/08/11 09:34:53 karthik # msgid "" msgstr "" "Project-Id-Version: Quote 6.x\n" "POT-Creation-Date: 2008-04-05 13:33+0200\n" "PO-Revision-Date: 2008-04-05 15:28+0100\n" "Last-Translator: Magnus Gunnarsson \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" #: quote.admin.inc:15 msgid "" "

The quote filter allows users to quote other posts in their\n" "comments. Besides the following settings, the quote filter will need to be\n" "enabled for each input format (as required). Please\n" "make sure that the quote filter is arranged after any HTML filters and\n" "before the line break filter. For more information, please visit the\n" "project page.

" msgstr "" "

Citeringsfiltret låter användare citera andra inlägg i deras kommentarer. Utöver följande inställningar behöver citeringsfiltret vara aktiverat för varje typ av inlägg (som krävs). Var god tillse att citeringsfiltret arrangeras efter ett eventuellt HTML-filter och\n" "före radbrytsfiltreringen. Läs mer på projektsidan för mer information.

" #: quote.admin.inc:36 msgid "Node associations" msgstr "Associerade noder" #: quote.admin.inc:37 msgid "Select the node types to associate with the quote filter." msgstr "Välj vilken typ av noder som skall associeras med citeringsfiltret." #: quote.admin.inc:43 msgid "Display the quote link for nodes" msgstr "Visa citeringslänken för noder" #: quote.admin.inc:44 msgid "Leave this option disabled if you use a PHP or similar filter in your nodes. The quote link is always displayed for comments." msgstr "Lämna detta alternativ avaktiverat om du använder PHP eller liknande filtrering i dina noder. Länken citera visas alltid för noder." #: quote.admin.inc:49 msgid "Make the comment subject field a required field" msgstr "Gör kommentarers rubrikfält till ett obligatoriskt fält." #: quote.admin.inc:50 msgid "Making the comment subject field a required field will ensure that unsightly [quote] tags are not displayed." msgstr "Genom att fordra att rubrikfältet till en kommentar har en rubrik kommer oförsedda [quote]- taggar inte att visas." #: quote.module:44;17 #: quote.info:0 msgid "Quote" msgstr "Citera" #: quote.module:45 msgid "Quote this post in your reply." msgstr "Citera detta inlägg i ditt svar." #: quote.module:56;0 msgid "quote" msgstr "citera" #: quote.module:118 msgid "Quote filter" msgstr "Citeringsfilter" #: quote.module:120 msgid "Converts [quote] tags into <div> tags. Must apply after HTML filters." msgstr "Konverterar [quote]-taggar till <div>. Måste appliceras efter HTML-filter." #: quote.module:133 msgid "" "

Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:\n" "

[quote]This is a simple quote.[/quote]
is displayed as:

\n" "
Quote:
This is a simple quote.
\n" "

Additionally, there is an optional attribute which allows quotes to specify the original author.\n" "

[quote=Mr. Drupal]This is a quote with an attribution line.[/quote]\n"
"      
is displayed as:

\n" "
Mr. Drupal wrote:
This is a quote with an attribution line.
\n" "

Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.\n" "

\n"
"      [quote]I think she says it best...\n"
"      [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]\n"
"      but you can't argue with\n"
"      [quote=Ms. Reply]The more quotes, the merrier.\n"
"      Just don't get too carried away.[/quote]\n"
"      And I have nothing more to say.[/quote]
is displayed as:

\n" "
Quote:
I think she says it best...\n" "
Ms. Quotation wrote:
This is a quote nested within another quote.
\n" " but you can't argue with\n" "
Ms. Reply wrote:
The more quotes, the merrier. Just don't get too carried away.
\n" " And I have nothing more to say.
\n" " " msgstr "

Citerat inlägg kan placeras mellan taggarna [quote] för att kunna visas som ett avsett citat. Varje [quote]-tagg måste ha en motsvarande [/quote]-tagg. Till exempel:

[quote]Det här är ett vanligt citat.[/quote]
visas som:

Citat:
Det här är ett vanligt citat.

Det finns ytterligare ett valfritt attribut som låter citat specificera källförfattaren.

[quote=Herr Svensson]Det här är ett citat med ett tillskrivande led.[/quote]
visas som:

Herr Svensson skrev:
Det här är ett citat med ett tillskrivande led

Slutligen, flera [quote]-taggar kan nästlas inom varandra. Glöm bara inte att varje [quote]-tagg måste ha en motsvarande [/quote]-tagg.

[quote]Jag tycker att hon utrycker det bäst...[quote=Fröken Citat]Det här är ett citat inästlat inom ett annat citat.[/quote]men du kan inte argumentera med det[quote=Fröken Svar]Ju fler citat, desto bättre.Men låt dig inte vilseledas.[/quote]Och jag har inget mer att säga.[/quote]
visas som:

Citat:
Jag tycker att hon utrycker det bäst...
Fröken Citat skrev:
Det här är ett citat inästlat inom ett annat citat.
men du kan inte argumentera med det
Fröken Svar skrev:
Ju fler citat, desto bättre. Men låt dig inte vilseledas.
Och jag har inget mer att säga
" #: quote.module:157 msgid "You may quote other posts using [quote] tags." msgstr "Du kan citera andra inlägg genom att använda taggarna [quote]." #: quote.module:201 msgid "Quote:" msgstr "Citat:" #: quote.module:203 msgid "%name wrote:" msgstr "%name skrev:" #: quote.module:18 msgid "Configure the behaviour of the quote module." msgstr "Konfigurera beteendet för citeringsmodulen." #: quote.install:10 msgid "The quote module has been installed successfully." msgstr "Modulen Quote har installerats utan problem." #: quote.info:0 msgid "Allows users to quote posts or comments." msgstr "Låter användare citera inlägg eller kommentarer."