# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2013-05-19 00:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Plain text #, no-wrap msgid "[[!meta robots=\"noindex, follow\"]]\n" msgstr "" #. type: Plain text msgid "" "Directives are similar to a [[ikiwiki/WikiLink]] in form, except they begin " "with `!` and may contain parameters. The general form is:" msgstr "" #. type: Plain text #, no-wrap msgid "\t\\[[!directive param=\"value\" param=\"value\"]]\n" msgstr "" #. type: Plain text msgid "" "This gets expanded before the rest of the page is processed, and can be used " "to transform the page in various ways." msgstr "" #. type: Plain text msgid "" "The quotes around values can be omitted if the value is a simple word. " "Also, some directives may use parameters without values, for example:" msgstr "" #. type: Plain text #, no-wrap msgid "\t\\[[!tag foo]]\n" msgstr "" #. type: Plain text msgid "" "A directive does not need to all be on one line, it can be wrapped to " "multiple lines if you like:" msgstr "" #. type: Plain text #, no-wrap msgid "" "\t\\[[!directive foo=\"baldersnatch\"\n" "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n" msgstr "" #. type: Plain text msgid "" "Also, multiple lines of *quoted* text can be used for a value. To allow " "quote marks inside the quoted text, delimit the block of text with " "triple-double-quotes or triple-single-quotes:" msgstr "" #. type: Plain text #, no-wrap msgid "\t\\[[!directive text=\"\"\"\n" msgstr "" #. type: Bullet: ' 1. ' msgid "\"foo\"" msgstr "" #. type: Bullet: ' 2. ' msgid "\"bar\"" msgstr "" #. type: Plain text #, no-wrap msgid "" "\t3. \"baz\"\n" "\t\"\"\" othertext='''\n" "\t1. 'quux'\n" "\t2. \"foo\"\n" "\t''']]\n" msgstr "" #. type: Plain text msgid "" "If you want to put text with triple quotes into a parameter value, you can " "use perl-style here-doc syntax, even nesting it like this:" msgstr "" #. type: Plain text #, no-wrap msgid "" "\t\\[[!directive text=<