summaryrefslogtreecommitdiff
path: root/po/templates.pot
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-23 15:10:44 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-23 15:10:44 +0200
commit261cc31af5d1d9a568d3f713ce0273bd84aa889c (patch)
tree117729e047585f76330edc8f8fc54f905572d1d8 /po/templates.pot
parent68bae5558772c36260bbc1db363a95436d6ab991 (diff)
parentba197084b657f202d1e81424b8fdf71e191f6749 (diff)
Merge branch 'master' into allinone-nb
Conflicts (manually resolved): ikiwiki_nb_admin.setup
Diffstat (limited to 'po/templates.pot')
-rw-r--r--po/templates.pot28
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