releasing version 2.72
parent
7da319efc6
commit
ec14786c90
|
@ -1,4 +1,4 @@
|
|||
!/usr/bin/perl
|
||||
#!/usr/bin/perl
|
||||
# Page inlining and blogging.
|
||||
package IkiWiki::Plugin::inline;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ikiwiki (2.72) UNRELEASED; urgency=low
|
||||
ikiwiki (2.72) unstable; urgency=low
|
||||
|
||||
* Avoid comments in recentchanges being broken links (smcv)
|
||||
* Add deprecation warning for GlobLists, which will stop working in 3.0.
|
||||
|
@ -8,7 +8,7 @@ ikiwiki (2.72) UNRELEASED; urgency=low
|
|||
* inline: Run format hook first, to ensure other format hooks can affect
|
||||
inlined content. Closes: #509710
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2008 19:02:16 -0500
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 28 Dec 2008 15:01:02 -0500
|
||||
|
||||
ikiwiki (2.71) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-12-20 18:07-0500\n"
|
||||
"POT-Creation-Date: 2008-12-28 15:01-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"
|
||||
|
@ -187,12 +187,12 @@ msgstr ""
|
|||
msgid "There are no broken links!"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:119 ../IkiWiki/Plugin/format.pm:23
|
||||
#: ../IkiWiki/Plugin/comments.pm:120 ../IkiWiki/Plugin/format.pm:23
|
||||
#, perl-format
|
||||
msgid "unsupported page format %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:124
|
||||
#: ../IkiWiki/Plugin/comments.pm:125
|
||||
msgid "comment must have content"
|
||||
msgstr ""
|
||||
|
||||
|
@ -200,44 +200,44 @@ msgstr ""
|
|||
msgid "Anonymous"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:243 ../IkiWiki/Plugin/recentchanges.pm:101
|
||||
#: ../IkiWiki/Plugin/comments.pm:252 ../IkiWiki/Plugin/recentchanges.pm:110
|
||||
msgid "missing page"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:245 ../IkiWiki/Plugin/recentchanges.pm:103
|
||||
#: ../IkiWiki/Plugin/comments.pm:254 ../IkiWiki/Plugin/recentchanges.pm:112
|
||||
#, perl-format
|
||||
msgid "The page %s does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:334 ../IkiWiki/Plugin/editpage.pm:124
|
||||
#: ../IkiWiki/Plugin/comments.pm:343 ../IkiWiki/Plugin/editpage.pm:124
|
||||
msgid "bad page name"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:341
|
||||
#: ../IkiWiki/Plugin/comments.pm:350
|
||||
#, perl-format
|
||||
msgid "commenting on %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:359
|
||||
#: ../IkiWiki/Plugin/comments.pm:368
|
||||
#, perl-format
|
||||
msgid "page '%s' doesn't exist, so you can't comment"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:366
|
||||
#: ../IkiWiki/Plugin/comments.pm:375
|
||||
#, perl-format
|
||||
msgid "comments on page '%s' are closed"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:468
|
||||
#: ../IkiWiki/Plugin/comments.pm:483
|
||||
msgid "Added a comment"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:472
|
||||
#: ../IkiWiki/Plugin/comments.pm:487
|
||||
#, perl-format
|
||||
msgid "Added a comment: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/comments.pm:565
|
||||
#: ../IkiWiki/Plugin/comments.pm:598
|
||||
msgid "Comments"
|
||||
msgstr ""
|
||||
|
||||
|
@ -328,7 +328,7 @@ msgstr ""
|
|||
msgid "Failed to parse url, cannot determine domain name"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/googlecalendar.pm:32
|
||||
#: ../IkiWiki/Plugin/googlecalendar.pm:34
|
||||
msgid "failed to find url in html"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1005,7 +1005,7 @@ msgstr ""
|
|||
msgid "preprocessing loop detected on %s at depth %i"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki.pm:1688
|
||||
#: ../IkiWiki.pm:1695
|
||||
msgid "yes"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue