diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 09:48:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 09:48:59 +0000 |
commit | b365d864c507c9f6e3374c1fb7c854ddb495aeae (patch) | |
tree | e8e4f848c6374d64394421a3c0b28da622896ba3 /po | |
parent | b39495f5015d0e5037db7682a2dc625abb26c5b8 (diff) | |
download | ikiwiki-b365d864c507c9f6e3374c1fb7c854ddb495aeae.tar ikiwiki-b365d864c507c9f6e3374c1fb7c854ddb495aeae.tar.gz |
My fix to support encoded underscores in page titles broke links to pages
with underscores in their filenames, since the link code also used
titlepage. Create a new linkpage function and have the link code use that
instead.
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index f53c6bd4e..4e70f520c 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 02:29-0500\n" +"POT-Creation-Date: 2007-03-07 04:47-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" @@ -24,33 +24,33 @@ msgstr "" msgid "Preferences saved." msgstr "" -#: ../IkiWiki/CGI.pm:340 +#: ../IkiWiki/CGI.pm:344 #, perl-format msgid "%s is not an editable page" msgstr "" -#: ../IkiWiki/CGI.pm:427 ../IkiWiki/Plugin/brokenlinks.pm:24 +#: ../IkiWiki/CGI.pm:431 ../IkiWiki/Plugin/brokenlinks.pm:24 #: ../IkiWiki/Plugin/inline.pm:172 ../IkiWiki/Plugin/opendiscussion.pm:17 #: ../IkiWiki/Plugin/orphans.pm:28 ../IkiWiki/Render.pm:97 #: ../IkiWiki/Render.pm:165 msgid "discussion" msgstr "" -#: ../IkiWiki/CGI.pm:473 +#: ../IkiWiki/CGI.pm:477 #, perl-format msgid "creating %s" msgstr "" -#: ../IkiWiki/CGI.pm:490 ../IkiWiki/CGI.pm:526 ../IkiWiki/CGI.pm:570 +#: ../IkiWiki/CGI.pm:494 ../IkiWiki/CGI.pm:530 ../IkiWiki/CGI.pm:574 #, perl-format msgid "editing %s" msgstr "" -#: ../IkiWiki/CGI.pm:667 +#: ../IkiWiki/CGI.pm:671 msgid "You are banned." msgstr "" -#: ../IkiWiki/CGI.pm:699 +#: ../IkiWiki/CGI.pm:702 msgid "login failed, perhaps you need to turn on cookies?" msgstr "" @@ -486,7 +486,7 @@ msgstr "" #. translators: preprocessor directive name, #. translators: the second a page name, the #. translators: third a number. -#: ../IkiWiki.pm:561 +#: ../IkiWiki.pm:569 #, perl-format msgid "%s preprocessing loop detected on %s at depth %i" msgstr "" |