summaryrefslogtreecommitdiff
path: root/po/templates.pot
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-23 13:33:30 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-23 14:10:37 +0200
commit89197d40528ee32d6f5457591cc4942dadfd0cf3 (patch)
treec483e3b9bd730971a0546e77537af6cd24103381 /po/templates.pot
parent74a1a276366acb235e5312feeecf89a696898a32 (diff)
Update templates POT and danish PO.
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