# $Id: quote.pot,v 1.1.2.1 2008/05/13 06:30:34 karthik Exp $ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # 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 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2008-04-05 13:33+0200\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \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" #: quote.admin.inc:15 msgid "

The quote filter allows users to quote other posts in their\ncomments. Besides the following settings, the quote filter will need to be\nenabled for each input format (as required). Please\nmake sure that the quote filter is arranged after any HTML filters and\nbefore the line break filter. For more information, please visit the\nproject page.

" msgstr "" #: quote.admin.inc:36 msgid "Node associations" msgstr "" #: quote.admin.inc:37 msgid "Select the node types to associate with the quote filter." msgstr "" #: quote.admin.inc:43 msgid "Display the quote link for nodes" msgstr "" #: 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 "" #: quote.admin.inc:49 msgid "Make the comment subject field a required field" msgstr "" #: quote.admin.inc:50 msgid "Making the comment subject field a required field will ensure that unsightly [quote] tags are not displayed." msgstr "" #: quote.module:44;17 quote.info:0 msgid "Quote" msgstr "" #: quote.module:45 msgid "Quote this post in your reply." msgstr "" #: quote.module:56;0 msgid "quote" msgstr "" #: quote.module:118 msgid "Quote filter" msgstr "" #: quote.module:120 msgid "Converts [quote] tags into <div> tags. Must apply after HTML filters." msgstr "" #: quote.module:133 msgid "\n

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 "" #: quote.module:157 msgid "You may quote other posts using [quote] tags." msgstr "" #: quote.module:201 msgid "Quote:" msgstr "" #: quote.module:203 msgid "%name wrote:" msgstr "" #: quote.module:18 msgid "Configure the behaviour of the quote module." msgstr "" #: quote.install:10 msgid "The quote module has been installed successfully." msgstr "" #: quote.info:0 msgid "Allows users to quote posts or comments." msgstr ""