2007-01-28 02:19:17 +01:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2009-01-18 00:27:05 +01:00
|
|
|
"POT-Creation-Date: 2009-01-17 18:19-0500\n"
|
2007-01-28 02:19:17 +01:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2008-09-05 19:57:25 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:113
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "You need to log in first."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-05 19:57:25 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:145
|
2008-01-07 22:34:13 +01:00
|
|
|
msgid "login failed, perhaps you need to turn on cookies?"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:163 ../IkiWiki/CGI.pm:280
|
Fix CSRF attacks against the preferences and edit forms. Closes: #475445
The fix involved embedding the session id in the forms, and not allowing the
forms to be submitted if the embedded id does not match the session id.
In the case of the preferences form, if the session id is not embedded,
then the CGI parameters are cleared. This avoids a secondary attack where the
link to the preferences form prefills password or other fields, and
the user hits "submit" without noticing these prefilled values.
In the case of the editpage form, the anonok plugin can allow anyone to edit,
and so I chose not to guard against CSRF attacks against users who are not
logged in. Otherwise, it also embeds the session id and checks it.
For page editing, I assume that the user will notice if content or commit
message is changed because of CGI parameters, and won't blndly hit save page.
So I didn't block those CGI paramters. (It's even possible to use those CGI
parameters, for good, not for evil, I guess..)
The only other CSRF attack I can think of in ikiwiki involves the poll plugin.
It's certianly possible to set up a link that causes the user to unknowingly
vote in a poll. However, the poll plugin is not intended to be used for things
that people would want to attack, since anyone can after all edit the poll page
and fill in any values they like. So this "attack" is ignorable.
2008-04-10 22:35:30 +02:00
|
|
|
msgid "Your login session has expired."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-05 19:57:25 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:184
|
2007-04-30 00:58:27 +02:00
|
|
|
msgid "Login"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-05 19:57:25 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:185
|
2007-04-30 00:58:27 +02:00
|
|
|
msgid "Preferences"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-05 19:57:25 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:186
|
2007-04-30 00:58:27 +02:00
|
|
|
msgid "Admin"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:226
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Preferences saved."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:241
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "You are banned."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:371 ../IkiWiki/CGI.pm:372 ../IkiWiki.pm:1204
|
2008-07-13 05:23:25 +02:00
|
|
|
msgid "Error"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:84
|
2008-05-07 01:06:53 +02:00
|
|
|
msgid "Aggregation triggered via web."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:93
|
2008-05-07 01:06:53 +02:00
|
|
|
msgid "Nothing to do right now, all feeds are up-to-date!"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:220
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "missing %s parameter"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:255
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "new feed"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:269
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "posts"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:271
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "new"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:435
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "expiring %s (%s days old)"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:442
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "expiring %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:469
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2008-10-20 01:13:40 +02:00
|
|
|
msgid "last checked %s"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:473
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2007-04-23 21:32:21 +02:00
|
|
|
msgid "checking feed %s ..."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:478
|
2007-04-23 21:32:21 +02:00
|
|
|
#, perl-format
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "could not find feed at %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:497
|
2007-04-23 21:32:21 +02:00
|
|
|
msgid "feed not found"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:508
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2007-04-27 02:30:49 +02:00
|
|
|
msgid "(invalid UTF-8 stripped from feed)"
|
2007-04-23 21:32:21 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:516
|
2008-01-09 08:42:58 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "(feed entities escaped)"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:524
|
2007-04-23 21:32:21 +02:00
|
|
|
msgid "feed crashed XML::Feed!"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:605
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "creating new page %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-01 21:45:57 +02:00
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:31
|
2008-05-13 02:57:28 +02:00
|
|
|
msgid "deleting bucket.."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:38 ../ikiwiki.in:208
|
2008-05-13 02:57:28 +02:00
|
|
|
msgid "done"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:97
|
2008-05-13 02:57:28 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "Must specify %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:136
|
2008-05-13 02:57:28 +02:00
|
|
|
msgid "Failed to create bucket in S3: "
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:221
|
2008-05-13 02:57:28 +02:00
|
|
|
msgid "Failed to save file to S3: "
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:243
|
2008-05-13 02:57:28 +02:00
|
|
|
msgid "Failed to delete file from S3: "
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-18 02:28:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:49
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "there is already a page named %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:65
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "prohibited by allowed_attachments"
|
2008-07-03 00:08:47 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:140
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "bad attachment filename"
|
2008-07-03 00:08:47 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:182
|
2008-07-03 00:08:47 +02:00
|
|
|
msgid "attachment upload"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-08 23:47:38 +02:00
|
|
|
#: ../IkiWiki/Plugin/autoindex.pm:105
|
2008-08-01 01:29:29 +02:00
|
|
|
msgid "automatic index generation"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/blogspam.pm:102
|
|
|
|
msgid ""
|
|
|
|
"Sorry, but that looks like spam to <a href=\"http://blogspam.net/"
|
|
|
|
"\">blogspam</a>: "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/blogspam.pm:105
|
|
|
|
msgid "blogspam server failure: "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:33 ../IkiWiki/Plugin/editpage.pm:296
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:354 ../IkiWiki/Plugin/opendiscussion.pm:26
|
2008-09-05 19:57:25 +02:00
|
|
|
#: ../IkiWiki/Plugin/orphans.pm:37 ../IkiWiki/Render.pm:79
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:149
|
2008-09-05 19:57:25 +02:00
|
|
|
msgid "discussion"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:49
|
2007-11-12 20:40:24 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s from %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:56
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "There are no broken links!"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:120 ../IkiWiki/Plugin/format.pm:23
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "unsupported page format %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:125
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "comment must have content"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/comments.pm:181
|
|
|
|
msgid "Anonymous"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:252 ../IkiWiki/Plugin/recentchanges.pm:110
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "missing page"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:254 ../IkiWiki/Plugin/recentchanges.pm:112
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "The page %s does not exist."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:343 ../IkiWiki/Plugin/editpage.pm:160
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "bad page name"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:348
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "commenting on %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:366
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "page '%s' doesn't exist, so you can't comment"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:373
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "comments on page '%s' are closed"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:493
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "Added a comment"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:497
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "Added a comment: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:611
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "Comments"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-09 20:44:58 +02:00
|
|
|
#: ../IkiWiki/Plugin/conditional.pm:27 ../IkiWiki/Plugin/cutpaste.pm:30
|
|
|
|
#: ../IkiWiki/Plugin/cutpaste.pm:45 ../IkiWiki/Plugin/cutpaste.pm:61
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/testpagespec.pm:26
|
2007-05-09 02:48:09 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s parameter is required"
|
2007-03-07 13:04:45 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-09-09 20:44:58 +02:00
|
|
|
#: ../IkiWiki/Plugin/cutpaste.pm:66
|
2008-08-01 01:29:29 +02:00
|
|
|
msgid "no text was copied in this page"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-09 20:44:58 +02:00
|
|
|
#: ../IkiWiki/Plugin/cutpaste.pm:69
|
2008-08-01 01:29:29 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "no text was copied in this page with id %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-29 23:26:39 +02:00
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:40
|
2008-09-27 23:04:25 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "removing old preview %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:176
|
2008-09-05 19:57:25 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s is not an editable page"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:352
|
2008-09-05 19:57:25 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "creating %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:370 ../IkiWiki/Plugin/editpage.pm:389
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:399 ../IkiWiki/Plugin/editpage.pm:443
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:482
|
2008-09-05 19:57:25 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "editing %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-27 23:04:25 +02:00
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:51
|
2007-12-12 22:50:29 +01:00
|
|
|
msgid "template not specified"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-27 23:04:25 +02:00
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:54
|
2007-12-12 22:50:29 +01:00
|
|
|
msgid "match not specified"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-27 23:04:25 +02:00
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:62
|
2007-12-12 22:50:29 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "edittemplate %s registered for %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-27 23:04:25 +02:00
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:133
|
2007-12-12 22:50:29 +01:00
|
|
|
msgid "failed to process"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-11-03 22:42:06 +01:00
|
|
|
#: ../IkiWiki/Plugin/format.pm:20
|
2008-10-31 21:42:20 +01:00
|
|
|
msgid "must specify format and text"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/fortune.pm:27
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "fortune failed"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-29 23:06:00 +01:00
|
|
|
#: ../IkiWiki/Plugin/git.pm:618 ../IkiWiki/Plugin/git.pm:636
|
do no-op post_commit test in wrapper
This speeds up web commits by 1/4th of a second or so, since perl does
not have to start up for the post commit hook.
perl's locking is completly FuBar, since it's impossible to tell what perl
flock() really does, and thus difficult to write code in other languages
that interoperates with perl's locking. (Let alone interoperating with
existing fcntl locking from perl...)
In this particular case, I think I was able to find a way to avoid the
insanity, mostly. The C code does a true flock(2), and if perl is using an
incompatable lock method that does not use the same locking primative at
the kernel level, then the C code's test will fail, and it will go ahead
and run the perl code. Then the perl code's test will test the right thing.
On Debian, at least lately, perl's flock() does a true flock(2), so the
optimisation does work.
2008-10-26 20:13:04 +01:00
|
|
|
#: ../IkiWiki/Receive.pm:129
|
|
|
|
#, perl-format
|
|
|
|
msgid "you are not allowed to change %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-29 23:06:00 +01:00
|
|
|
#: ../IkiWiki/Plugin/git.pm:658
|
do no-op post_commit test in wrapper
This speeds up web commits by 1/4th of a second or so, since perl does
not have to start up for the post commit hook.
perl's locking is completly FuBar, since it's impossible to tell what perl
flock() really does, and thus difficult to write code in other languages
that interoperates with perl's locking. (Let alone interoperating with
existing fcntl locking from perl...)
In this particular case, I think I was able to find a way to avoid the
insanity, mostly. The C code does a true flock(2), and if perl is using an
incompatable lock method that does not use the same locking primative at
the kernel level, then the C code's test will fail, and it will go ahead
and run the perl code. Then the perl code's test will test the right thing.
On Debian, at least lately, perl's flock() does a true flock(2), so the
optimisation does work.
2008-10-26 20:13:04 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "you cannot act on a file with mode %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-29 23:06:00 +01:00
|
|
|
#: ../IkiWiki/Plugin/git.pm:662
|
do no-op post_commit test in wrapper
This speeds up web commits by 1/4th of a second or so, since perl does
not have to start up for the post commit hook.
perl's locking is completly FuBar, since it's impossible to tell what perl
flock() really does, and thus difficult to write code in other languages
that interoperates with perl's locking. (Let alone interoperating with
existing fcntl locking from perl...)
In this particular case, I think I was able to find a way to avoid the
insanity, mostly. The C code does a true flock(2), and if perl is using an
incompatable lock method that does not use the same locking primative at
the kernel level, then the C code's test will fail, and it will go ahead
and run the perl code. Then the perl code's test will test the right thing.
On Debian, at least lately, perl's flock() does a true flock(2), so the
optimisation does work.
2008-10-26 20:13:04 +01:00
|
|
|
msgid "you are not allowed to change file modes"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-17 19:17:31 +02:00
|
|
|
#: ../IkiWiki/Plugin/google.pm:27
|
|
|
|
#, perl-format
|
|
|
|
msgid "Must specify %s when using the google search plugin"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/google.pm:31
|
|
|
|
msgid "Failed to parse url, cannot determine domain name"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/graphviz.pm:67
|
2007-04-09 11:09:02 +02:00
|
|
|
msgid "failed to run graphviz"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/graphviz.pm:94
|
2007-04-09 11:09:02 +02:00
|
|
|
msgid "prog not a valid graphviz program"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:62
|
2008-07-13 21:05:34 +02:00
|
|
|
msgid "Image::Magick is not installed"
|
2008-07-13 05:23:25 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:69
|
2007-03-07 13:04:45 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "bad size \"%s\""
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-12 00:56:22 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:80 ../IkiWiki/Plugin/img.pm:84
|
|
|
|
#: ../IkiWiki/Plugin/img.pm:101
|
2007-03-07 13:04:45 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to read %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-12 00:56:22 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:87
|
2007-03-07 13:04:45 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to resize: %s"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-09-12 00:56:22 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:118
|
2007-05-24 21:56:08 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to determine size of image %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:92
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Must specify url to wiki with --url when using --rss or --atom"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:138
|
2008-09-05 19:57:25 +02:00
|
|
|
msgid "page editing not allowed"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:155
|
2008-05-25 20:28:33 +02:00
|
|
|
msgid "missing pages parameter"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-05 19:57:25 +02:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:204
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "unknown sort type %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:307
|
2007-04-12 06:13:55 +02:00
|
|
|
msgid "Add a new post titled:"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:327
|
2007-03-02 05:00:42 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "nonexistant template %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:362 ../IkiWiki/Render.pm:83
|
2007-01-31 08:18:06 +01:00
|
|
|
msgid "Discussion"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:587
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "RPC::XML::Client not found, not pinging"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/linkmap.pm:106
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "failed to run dot"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki/Plugin/lockedit.pm:47
|
2007-02-02 03:33:03 +01:00
|
|
|
#, perl-format
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "%s is locked and cannot be edited"
|
2007-02-02 03:33:03 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/mdwn.pm:44
|
2008-05-25 20:28:33 +02:00
|
|
|
msgid "multimarkdown is enabled, but Text::MultiMarkdown is not installed"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/mdwn.pm:67
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to load Markdown.pm perl module (%s) or /usr/bin/markdown (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/meta.pm:151
|
* meta: Drop support for "meta link", since supporting this for internal
links required meta to be run during scan, which complicated its data
storage, since it had to clear data stored during the scan pass to avoid
duplicating it during the normal preprocessing pass.
* If you used "meta link", you should switch to either "meta openid" (for
openid delegations), or tags (for internal, invisible links). I assume
that nobody really used "meta link" for external, non-openid links, since
the htmlscrubber ate those. (Tell me differently and I'll consider bringing
back that support.)
* meta: Improved data storage.
* meta: Drop the hackish filter hook that was used to clear
stored data before preprocessing, this hack was ugly, and broken (cf:
liw's disappearing openids).
* aggregate: Convert filter hook to a needsbuild hook.
2007-12-16 21:56:09 +01:00
|
|
|
msgid "stylesheet not found"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/meta.pm:185
|
2007-12-08 21:36:34 +01:00
|
|
|
msgid "redir page not found"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-21 00:14:49 +01:00
|
|
|
#: ../IkiWiki/Plugin/meta.pm:198
|
2007-12-09 01:39:32 +01:00
|
|
|
msgid "redir cycle is not allowed"
|
2007-12-08 23:40:50 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-27 21:40:42 +02:00
|
|
|
#: ../IkiWiki/Plugin/mirrorlist.pm:42
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Mirrors"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-27 21:40:42 +02:00
|
|
|
#: ../IkiWiki/Plugin/mirrorlist.pm:42
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Mirror"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-02-20 04:05:47 +01:00
|
|
|
#: ../IkiWiki/Plugin/more.pm:8
|
|
|
|
msgid "more"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/norcs.pm:65
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "getctime not implemented"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/openid.pm:61
|
2007-04-30 00:58:27 +02:00
|
|
|
msgid "Log in with"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/openid.pm:64
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Get an OpenID"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/orphans.pm:51
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "All pages are linked to by other pages."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/pagetemplate.pm:30
|
2007-07-27 04:03:14 +02:00
|
|
|
msgid "bad or missing template"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:247
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Account creation successful. Now you can Login."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:250
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Error creating account."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:257
|
2008-05-31 00:17:50 +02:00
|
|
|
msgid "No email address, so cannot email password reset instructions."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:291
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Failed to send mail"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:293
|
2008-05-30 23:35:34 +02:00
|
|
|
msgid "You have been mailed password reset instructions."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:328
|
2008-05-30 23:35:34 +02:00
|
|
|
msgid "incorrect password reset url"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:331
|
2008-05-30 23:35:34 +02:00
|
|
|
msgid "password reset denied"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/pingee.pm:30
|
2008-05-07 01:06:53 +02:00
|
|
|
msgid "Ping received."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:53
|
2008-05-13 02:57:28 +02:00
|
|
|
msgid "requires 'from' and 'to' parameters"
|
2008-05-07 01:06:53 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:58
|
2008-05-07 01:06:53 +02:00
|
|
|
#, perl-format
|
2008-05-13 02:57:28 +02:00
|
|
|
msgid "Will ping %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:61
|
2008-05-13 02:57:28 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "Ignoring ping directive for wiki %s (this wiki is %s)"
|
2008-05-07 01:06:53 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:77
|
2008-05-07 01:06:53 +02:00
|
|
|
msgid "LWP not found, not pinging"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/poll.pm:69
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "vote"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/poll.pm:77
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Total votes:"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/polygen.pm:41
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "polygen not installed"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/polygen.pm:60
|
2008-07-13 21:05:34 +02:00
|
|
|
msgid "command failed"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/postsparkline.pm:41
|
2007-03-11 03:29:15 +01:00
|
|
|
msgid "missing formula"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/postsparkline.pm:48
|
2007-03-11 03:29:15 +01:00
|
|
|
msgid "unknown formula"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-02-15 21:06:14 +01:00
|
|
|
#. translators: These descriptions of times of day are used
|
|
|
|
#. translators: in messages like "last edited <description>".
|
|
|
|
#. translators: %A is the name of the day of the week, while
|
|
|
|
#. translators: %A- is the name of the previous day.
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:15
|
|
|
|
msgid "late %A- night"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:17
|
|
|
|
msgid "in the wee hours of %A- night"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:20
|
|
|
|
msgid "terribly early %A morning"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:22
|
|
|
|
msgid "early %A morning"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:25
|
2007-05-09 02:48:09 +02:00
|
|
|
msgid "mid-morning %A"
|
2007-02-15 21:06:14 +01:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:26
|
2007-02-20 04:05:47 +01:00
|
|
|
msgid "late %A morning"
|
2007-02-15 21:06:14 +01:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:27
|
|
|
|
msgid "at lunch time on %A"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:29
|
|
|
|
msgid "%A afternoon"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:32
|
|
|
|
msgid "late %A afternoon"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:33
|
|
|
|
msgid "%A evening"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:35
|
|
|
|
msgid "late %A evening"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:37
|
|
|
|
msgid "%A night"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:101
|
2007-02-15 21:06:14 +01:00
|
|
|
msgid "at teatime on %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:105
|
2007-02-15 21:06:14 +01:00
|
|
|
msgid "at midnight"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:108
|
2007-02-15 21:06:14 +01:00
|
|
|
msgid "at noon on %A"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/progress.pm:34
|
|
|
|
#, perl-format
|
|
|
|
msgid "illegal percent value %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/progress.pm:59
|
|
|
|
msgid "need either `percent` or `totalpages` and `donepages` parameters"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki/Plugin/recentchangesdiff.pm:37
|
2008-03-30 03:02:47 +02:00
|
|
|
msgid "(Diff truncated)"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:31 ../IkiWiki/Plugin/rename.pm:36
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s does not exist"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:38
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s is not in the srcdir, so it cannot be deleted"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:41 ../IkiWiki/Plugin/rename.pm:45
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s is not a file"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-08 23:47:38 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:115
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "confirm removal of %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-08 23:47:38 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:152
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "Please select the attachments to remove."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-08 23:47:38 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:192
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "removed"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:42
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s is not in the srcdir, so it cannot be renamed"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:62
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "no change to the file name was specified"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:68
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "illegal name"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:73
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s already exists"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:79
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s already exists on disk"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:101
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "rename %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-25 00:14:09 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:138
|
|
|
|
msgid "Also rename SubPages and attachments"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:224
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "Only one attachment can be renamed at a time."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:227
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "Please select the attachment to rename."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:338
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "rename %s to %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:493
|
2008-07-24 01:12:05 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "update for rename of %s to %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/search.pm:36
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "Must specify %s when using the search plugin"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/search.pm:182
|
2008-06-08 05:45:40 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "need Digest::SHA1 to index %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/search.pm:217
|
2008-06-04 06:38:40 +02:00
|
|
|
msgid "search"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-10-29 23:06:00 +01:00
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:28
|
2007-12-19 01:50:40 +01:00
|
|
|
msgid "shortcut plugin will not work without a shortcuts.mdwn"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-29 23:06:00 +01:00
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:38
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "missing name or url parameter"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. translators: This is used to display what shortcuts are defined.
|
|
|
|
#. translators: First parameter is the name of the shortcut, the second
|
|
|
|
#. translators: is an URL.
|
2008-10-31 21:42:20 +01:00
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:48
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2007-02-15 21:06:14 +01:00
|
|
|
msgid "shortcut %s points to <i>%s</i>"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/smiley.pm:43
|
2007-04-06 22:36:29 +02:00
|
|
|
msgid "failed to parse any smileys"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:72
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "parse error"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:78
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "bad featurepoint diameter"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:88
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "bad featurepoint location"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:99
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "missing values"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:104
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "bad height value"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:111
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "missing width parameter"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:115
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "bad width value"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:153
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "failed to run php"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/table.pm:31
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "cannot find file"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/table.pm:87
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "unknown data format"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/table.pm:95
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "empty data"
|
2007-03-07 06:33:45 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/table.pm:114
|
2007-03-07 12:40:22 +01:00
|
|
|
msgid "Direct data download"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Plugin/table.pm:148
|
2007-03-07 12:40:22 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "parse fail at line %d: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/template.pm:28
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "missing id parameter"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/template.pm:35
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "template %s not found"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/template.pm:54
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "failed to process:"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-24 21:21:51 +02:00
|
|
|
#: ../IkiWiki/Plugin/teximg.pm:70
|
2007-08-22 23:06:13 +02:00
|
|
|
msgid "missing tex code"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-24 21:21:51 +02:00
|
|
|
#: ../IkiWiki/Plugin/teximg.pm:77
|
2007-08-22 23:06:13 +02:00
|
|
|
msgid "code includes disallowed latex commands"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-24 21:21:51 +02:00
|
|
|
#: ../IkiWiki/Plugin/teximg.pm:128
|
2007-08-22 23:06:13 +02:00
|
|
|
msgid "failed to generate image from code"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:89
|
2008-08-03 20:57:24 +02:00
|
|
|
msgid "plugin"
|
2008-08-02 22:40:46 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:108
|
|
|
|
#, perl-format
|
|
|
|
msgid "enable %s?"
|
2008-08-02 22:40:46 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:236
|
|
|
|
msgid "you are not logged in as an admin"
|
2008-08-03 20:57:24 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:240
|
|
|
|
msgid "setup file for this wiki is not known"
|
2008-08-03 20:57:24 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:256
|
|
|
|
msgid "main"
|
2008-08-03 20:57:24 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:257
|
|
|
|
msgid "plugins"
|
2008-08-03 20:57:24 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:395
|
2008-08-03 20:57:24 +02:00
|
|
|
msgid ""
|
|
|
|
"The configuration changes shown below require a wiki rebuild to take effect."
|
2008-08-02 22:40:46 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:399
|
|
|
|
msgid ""
|
|
|
|
"For the configuration changes shown below to fully take effect, you may need "
|
|
|
|
"to rebuild the wiki."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:433
|
|
|
|
#, perl-format
|
|
|
|
msgid "<p class=\"error\">Error: %s exited nonzero (%s)"
|
2008-08-02 22:40:46 +02:00
|
|
|
msgstr ""
|
|
|
|
|
do no-op post_commit test in wrapper
This speeds up web commits by 1/4th of a second or so, since perl does
not have to start up for the post commit hook.
perl's locking is completly FuBar, since it's impossible to tell what perl
flock() really does, and thus difficult to write code in other languages
that interoperates with perl's locking. (Let alone interoperating with
existing fcntl locking from perl...)
In this particular case, I think I was able to find a way to avoid the
insanity, mostly. The C code does a true flock(2), and if perl is using an
incompatable lock method that does not use the same locking primative at
the kernel level, then the C code's test will fail, and it will go ahead
and run the perl code. Then the perl code's test will test the right thing.
On Debian, at least lately, perl's flock() does a true flock(2), so the
optimisation does work.
2008-10-26 20:13:04 +01:00
|
|
|
#: ../IkiWiki/Receive.pm:35
|
|
|
|
#, perl-format
|
|
|
|
msgid "cannot determine id of untrusted committer %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Receive.pm:85
|
|
|
|
#, perl-format
|
|
|
|
msgid "bad file name %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:253
|
2008-09-29 23:26:39 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid ""
|
|
|
|
"symlink found in srcdir path (%s) -- set allow_symlinks_before_srcdir to "
|
|
|
|
"allow this"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:277 ../IkiWiki/Render.pm:302
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "skipping bad filename %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:284
|
2008-09-25 00:14:09 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s has multiple possible source pages"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:360
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "removing old page %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:400
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "scanning %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:405
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "rendering %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:426
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "rendering %s, which links to %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:447
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "rendering %s, which depends on %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:486
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "rendering %s, to update its backlinks"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:498
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "removing %s, no longer rendered by %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
#: ../IkiWiki/Render.pm:522
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "ikiwiki: cannot render %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. translators: The first parameter is a filename, and the second
|
|
|
|
#. translators: is a (probably not translated) error message.
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Setup.pm:19
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "cannot read %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-08-24 21:21:51 +02:00
|
|
|
#: ../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 ""
|
|
|
|
|
2009-01-18 00:27:05 +01:00
|
|
|
#: ../IkiWiki/Setup/Automator.pm:93
|
2008-08-24 21:21:51 +02:00
|
|
|
msgid "failed to set up the repository with ikiwiki-makerepo"
|
|
|
|
msgstr ""
|
|
|
|
|
2007-01-28 02:19:17 +01:00
|
|
|
#: ../IkiWiki/Wrapper.pm:16
|
|
|
|
#, perl-format
|
|
|
|
msgid "%s doesn't seem to be executable"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Wrapper.pm:20
|
|
|
|
msgid "cannot create a wrapper that uses a setup file"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Wrapper.pm:24
|
|
|
|
msgid "wrapper filename not specified"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. translators: The first parameter is a filename, and the second is
|
|
|
|
#. translators: a (probably not translated) error message.
|
2008-11-12 02:48:02 +01:00
|
|
|
#: ../IkiWiki/Wrapper.pm:97
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to write %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. translators: The parameter is a C filename.
|
2008-11-12 02:48:02 +01:00
|
|
|
#: ../IkiWiki/Wrapper.pm:154
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to compile %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. translators: The parameter is a filename.
|
2008-11-12 02:48:02 +01:00
|
|
|
#: ../IkiWiki/Wrapper.pm:174
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "successfully generated %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../ikiwiki.in:13
|
|
|
|
msgid "usage: ikiwiki [options] source dest"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-09-27 20:14:36 +02:00
|
|
|
#: ../ikiwiki.in:14
|
|
|
|
msgid " ikiwiki --setup configfile"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../ikiwiki.in:91
|
2007-08-05 22:48:13 +02:00
|
|
|
msgid "usage: --set var=value"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../ikiwiki.in:139
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "generating wrappers.."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../ikiwiki.in:197
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "rebuilding wiki.."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../ikiwiki.in:200
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "refreshing wiki.."
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki.pm:480
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Must specify url to wiki with --url when using --cgi"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki.pm:526
|
2008-08-01 23:37:24 +02:00
|
|
|
msgid "cannot use multiple rcs plugins"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki.pm:555
|
2008-09-12 00:56:22 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to load external plugin needed for %s plugin: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2008-12-11 21:01:26 +01:00
|
|
|
#: ../IkiWiki.pm:1187
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2008-08-01 01:29:29 +02:00
|
|
|
msgid "preprocessing loop detected on %s at depth %i"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
2008-07-13 05:23:25 +02:00
|
|
|
|
2008-12-27 03:45:12 +01:00
|
|
|
#: ../IkiWiki.pm:1661
|
2008-07-13 05:23:25 +02:00
|
|
|
msgid "yes"
|
|
|
|
msgstr ""
|
2008-08-22 04:49:50 +02:00
|
|
|
|
|
|
|
#: ../auto.setup:16
|
|
|
|
msgid "What will the wiki be named?"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../auto.setup:16
|
|
|
|
msgid "wiki"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../auto.setup:18
|
|
|
|
msgid "What revision control system to use?"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../auto.setup:20
|
2009-01-18 00:27:05 +01:00
|
|
|
msgid "What wiki user (or openid) will be admin?"
|
2008-08-22 04:49:50 +02:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../auto.setup:23
|
|
|
|
msgid "What is the domain name of the web server?"
|
|
|
|
msgstr ""
|