diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-24 15:21:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-24 15:21:51 -0400 |
commit | 69e35d3c515cd30c9baf82468008d0b0643e1e1f (patch) | |
tree | 5f13ced20178a88ee8d4ed7067204f7f298ac70c /po | |
parent | 7f5413b0c07a3523fb459a26df8c9c0fdd210f9e (diff) |
willu's teximg changes
* teximg: The prefix is configurable, and has changed to not include the
nonstandard mhchem by default. (willu)
* teximg: dvipng is used if available to render images. Its output is
antialiased and better than dvips. If not available, the old dvips+convert
chain will be used. (willu)
* Drop suggests on texlive-science, add suggests on dvipng.
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index 99a18be37..60ee59737 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: 2008-08-21 22:49-0400\n" +"POT-Creation-Date: 2008-08-24 15:06-0400\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" @@ -695,15 +695,15 @@ msgstr "" msgid "failed to process:" msgstr "" -#: ../IkiWiki/Plugin/teximg.pm:39 +#: ../IkiWiki/Plugin/teximg.pm:70 msgid "missing tex code" msgstr "" -#: ../IkiWiki/Plugin/teximg.pm:46 +#: ../IkiWiki/Plugin/teximg.pm:77 msgid "code includes disallowed latex commands" msgstr "" -#: ../IkiWiki/Plugin/teximg.pm:97 +#: ../IkiWiki/Plugin/teximg.pm:128 msgid "failed to generate image from code" msgstr "" @@ -800,6 +800,19 @@ msgstr "" msgid "cannot read %s: %s" msgstr "" +#: ../IkiWiki/Setup/Automator.pm:33 +msgid "you must enter a wikiname (that contains alphanumerics)" +msgstr "" + +#: ../IkiWiki/Setup/Automator.pm:67 +#, perl-format +msgid "unsupported revision control system %s" +msgstr "" + +#: ../IkiWiki/Setup/Automator.pm:83 +msgid "failed to set up the repository with ikiwiki-makerepo" +msgstr "" + #: ../IkiWiki/Wrapper.pm:16 #, perl-format msgid "%s doesn't seem to be executable" |