blob: 873e47f06ff24129839811c8f0901f406c4e8b69 (
plain)
- # SOME DESCRIPTIVE TITLE
- # Copyright (C) YEAR Free Software Foundation, Inc.
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2011-05-05 20:04+0300\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. type: Plain text
- msgid ""
- "Some [[directives|ikiwiki/directive]] that use "
- "[[PageSpecs|ikiwiki/pagespec]] allow specifying the order that matching "
- "pages are shown in. The following sort orders can be specified."
- msgstr ""
- #. type: Bullet: '* '
- msgid "`age` - List pages from the most recently created to the oldest."
- msgstr ""
- #. type: Bullet: '* '
- msgid "`mtime` - List pages with the most recently modified first."
- msgstr ""
- #. type: Plain text
- #, no-wrap
- msgid ""
- "* `title` - Order by title (page name).\n"
- "[[!if test=\"enabled(sortnaturally)\" then=\"\"\"\n"
- msgstr ""
- #. type: Bullet: '* '
- msgid ""
- "`title_natural` - Orders by title, but numbers in the title are treated as "
- "such, (\"1 2 9 10 20\" instead of \"1 10 2 20 9\")"
- msgstr ""
- #. type: Plain text
- #, no-wrap
- msgid "[[!if test=\"enabled(meta)\" then=\"\"\"\n"
- msgstr ""
- #. type: Bullet: '* '
- msgid ""
- "`meta(title)` - Order according to the `\\[[!meta title=\"foo\" "
- "sortas=\"bar\"]]` or `\\[[!meta title=\"foo\"]]` [[ikiwiki/directive]], or "
- "the page name if no full title was set. `meta(author)`, `meta(date)`, "
- "`meta(updated)`, etc. also work."
- msgstr ""
- #. type: Plain text
- msgid ""
- "In addition, you can combine several sort orders and/or reverse the order of "
- "sorting, with a string like `age -title` (which would sort by age, then by "
- "title in reverse order if two pages have the same age)."
- msgstr ""
- #. type: Plain text
- #, no-wrap
- msgid "[[!meta robots=\"noindex, follow\"]]\n"
- msgstr ""
|