diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 15:35:41 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 15:35:41 +0200 |
commit | 0b7b6529b9f12bfae697aff92fce88b514a9354e (patch) | |
tree | a25f2880df776cf0fe023d3bb60ac7763b317778 /po/templates.pot | |
parent | 7d6fc0d0edd7c00983dbffab544a301d2d8121e4 (diff) | |
parent | ba197084b657f202d1e81424b8fdf71e191f6749 (diff) |
Merge branch 'master' into _multilang
Conflicts (manually resolved):
ikiwiki.setup
Diffstat (limited to 'po/templates.pot')
-rw-r--r-- | po/templates.pot | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/po/templates.pot b/po/templates.pot index ce1ad64..2676365 100644 --- a/po/templates.pot +++ b/po/templates.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ikiwiki templates 2.62.1\n" -"POT-Creation-Date: 2008-08-30 05:11+0300\n" +"POT-Creation-Date: 2008-10-23 13:26+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" @@ -445,6 +445,21 @@ msgid "" msgstr "" # type: Plain text +#: googleform.tmpl:6 +#, no-wrap +msgid "" +"<form method=\"get\" action=\"http://www.google.com/search\" " +"id=\"searchform\">\n" +" <div>\n" +" <input name=\"sitesearch\" value=\"<TMPL_VAR SITEFQDN>\" " +"type=\"hidden\">\n" +" <input name=\"q\" value=\"\" id=\"searchbox\" size=\"16\" " +"maxlength=\"255\" type=\"text\">\n" +" </div>\n" +"</form>\n" +msgstr "" + +# type: Plain text #: inlinepage.tmpl:2 #, no-wrap msgid "<div class=\"inlinepage\">\n" @@ -878,9 +893,15 @@ msgid "" msgstr "" # type: Plain text -#: renamesummary.tmpl:21 +#: renamesummary.tmpl:26 #, no-wrap msgid "" +"<TMPL_IF ERROR>\n" +"<p>\n" +"<b>Failed to rename <TMPL_VAR SRC> to <TMPL_VAR DEST>: </b>\n" +"<TMPL_VAR ERROR>\n" +"</p>\n" +"<TMPL_ELSE>\n" "<p>\n" "<b>Successfully renamed <TMPL_VAR SRC> to <TMPL_VAR DEST>.</b>\n" "</p>\n" @@ -898,11 +919,10 @@ msgid "" "<ul>\n" "<TMPL_LOOP NAME=BROKENLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>\n" "</ul>\n" -"<TMPL_ELSE>\n" -"No pages have broken links to <TMPL_VAR SRC>.\n" "</TMPL_IF>\n" "</TMPL_IF>\n" "</p>\n" +"</TMPL_IF>\n" msgstr "" # type: Plain text |