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