diff options
Diffstat (limited to 'po/templates.pot')
-rw-r--r-- | po/templates.pot | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/po/templates.pot b/po/templates.pot index 99e9d1e..ce1ad64 100644 --- a/po/templates.pot +++ b/po/templates.pot @@ -1,4 +1,4 @@ -# LOCALE translation of template pages for ikiwiki. +# LOCALE translation of templates pages for ikiwiki. # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the ikiwiki package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ikiwiki templates 2.56\n" -"POT-Creation-Date: 2008-08-04 02:05+0300\n" +"Project-Id-Version: ikiwiki templates 2.62.1\n" +"POT-Creation-Date: 2008-08-30 05:11+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" @@ -878,7 +878,7 @@ msgid "" msgstr "" # type: Plain text -#: renamesummary.tmpl:19 +#: renamesummary.tmpl:21 #, no-wrap msgid "" "<p>\n" @@ -892,6 +892,7 @@ msgid "" "<TMPL_LOOP NAME=FIXEDLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>\n" "</ul>\n" "</TMPL_IF>\n" +"<TMPL_IF BROKENLINKS_CHECKED>\n" "<TMPL_IF BROKENLINKS>\n" "The following pages still link to <TMPL_VAR SRC>:\n" "<ul>\n" @@ -900,6 +901,7 @@ msgid "" "<TMPL_ELSE>\n" "No pages have broken links to <TMPL_VAR SRC>.\n" "</TMPL_IF>\n" +"</TMPL_IF>\n" "</p>\n" msgstr "" @@ -931,7 +933,7 @@ msgid "" "\t<enclosure url=\"<TMPL_VAR ENCLOSURE>\" type=\"<TMPL_VAR TYPE>\" " "length=\"<TMPL_VAR LENGTH>\" />\n" "\t<TMPL_ELSE>\n" -"\t<description><![CDATA[<TMPL_VAR CONTENT>]]></description>\n" +"\t<description><TMPL_VAR CONTENT ESCAPE=HTML></description>\n" "\t</TMPL_IF>\n" "</item>\n" msgstr "" @@ -959,7 +961,7 @@ msgstr "" msgid "" "<form method=\"get\" action=\"<TMPL_VAR SEARCHACTION>\" id=\"searchform\">\n" "<div>\n" -"<input type=\"text\" name=\"P\" value=\"\" size=\"16\" />\n" +"<input type=\"text\" id=\"searchbox\" name=\"P\" value=\"\" size=\"16\" />\n" "</div>\n" "</form>\n" msgstr "" |