diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 11:40:22 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 11:40:22 +0000 |
commit | 5d57a8436f2c41687cf047abf0cbd31af61de83c (patch) | |
tree | 7c0a2291337c8157f362f1c8084e756549bb9e31 /po/ikiwiki.pot | |
parent | 750553dfd46b729d0579707135a25e0470c6a388 (diff) | |
download | ikiwiki-5d57a8436f2c41687cf047abf0cbd31af61de83c.tar ikiwiki-5d57a8436f2c41687cf047abf0cbd31af61de83c.tar.gz |
* Add a table plugin, derived from the one written by Victor Moral.
Diffstat (limited to 'po/ikiwiki.pot')
-rw-r--r-- | po/ikiwiki.pot | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index 4e70f520c..20b82da67 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-03-07 04:47-0500\n" +"POT-Creation-Date: 2007-03-07 06:39-0500\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" @@ -338,6 +338,15 @@ msgstr "" msgid "sparkline failed to run php" msgstr "" +#: ../IkiWiki/Plugin/table.pm:77 +msgid "Direct data download" +msgstr "" + +#: ../IkiWiki/Plugin/table.pm:124 +#, perl-format +msgid "parse fail at line %d: %s" +msgstr "" + #: ../IkiWiki/Plugin/template.pm:19 msgid "template missing id parameter" msgstr "" @@ -486,7 +495,7 @@ msgstr "" #. translators: preprocessor directive name, #. translators: the second a page name, the #. translators: third a number. -#: ../IkiWiki.pm:569 +#: ../IkiWiki.pm:567 #, perl-format msgid "%s preprocessing loop detected on %s at depth %i" msgstr "" |