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-10-18 02:52:18 +02:00
|
|
|
"POT-Creation-Date: 2009-10-17 20:47-0400\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 ""
|
|
|
|
|
2009-03-01 21:11:11 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:146
|
|
|
|
msgid ""
|
2009-08-11 21:19:19 +02:00
|
|
|
"probable misconfiguration: sslcookie is set, but you are attempting to login "
|
2009-03-01 21:11:11 +01:00
|
|
|
"via http, not https"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/CGI.pm:149
|
2008-01-07 22:34:13 +01:00
|
|
|
msgid "login failed, perhaps you need to turn on cookies?"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:168 ../IkiWiki/CGI.pm:313
|
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 ""
|
|
|
|
|
2009-03-01 21:11:11 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:189
|
2007-04-30 00:58:27 +02:00
|
|
|
msgid "Login"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-03-01 21:11:11 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:190
|
2007-04-30 00:58:27 +02:00
|
|
|
msgid "Preferences"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-03-01 21:11:11 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:191
|
2007-04-30 00:58:27 +02:00
|
|
|
msgid "Admin"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-03-01 21:11:11 +01:00
|
|
|
#: ../IkiWiki/CGI.pm:231
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Preferences saved."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:277
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "You are banned."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/CGI.pm:404 ../IkiWiki/CGI.pm:405 ../IkiWiki.pm:1282
|
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 ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:441
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "expiring %s (%s days old)"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:448
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "expiring %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:475
|
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 ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:479
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2007-04-23 21:32:21 +02:00
|
|
|
msgid "checking feed %s ..."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:484
|
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 ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:503
|
2007-04-23 21:32:21 +02:00
|
|
|
msgid "feed not found"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:514
|
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 ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:522
|
2008-01-09 08:42:58 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "(feed entities escaped)"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:530
|
2007-04-23 21:32:21 +02:00
|
|
|
msgid "feed crashed XML::Feed!"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:616
|
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 ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:38 ../ikiwiki.in:206
|
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
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "Failed to create S3 bucket: "
|
2008-05-13 02:57:28 +02:00
|
|
|
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-04-23 20:07:28 +02:00
|
|
|
#: ../IkiWiki/Plugin/blogspam.pm:108
|
2009-01-18 00:27:05 +01:00
|
|
|
msgid ""
|
|
|
|
"Sorry, but that looks like spam to <a href=\"http://blogspam.net/"
|
|
|
|
"\">blogspam</a>: "
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:38
|
2007-11-12 20:40:24 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s from %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:46
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "There are no broken links!"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:124 ../IkiWiki/Plugin/format.pm:38
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "unsupported page format %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:129
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "comment must have content"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:185
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "Anonymous"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:340 ../IkiWiki/Plugin/editpage.pm:97
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "bad page name"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:345
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "commenting on %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:363
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "page '%s' doesn't exist, so you can't comment"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:370
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "comments on page '%s' are closed"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:464
|
2009-02-16 00:25:18 +01:00
|
|
|
msgid "comment stored for moderation"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:466
|
2009-02-16 00:25:18 +01:00
|
|
|
msgid "Your comment will be posted after moderator review"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:479
|
2008-12-21 00:14:49 +01:00
|
|
|
msgid "Added a comment"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:483
|
2008-12-21 00:14:49 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "Added a comment: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:525 ../IkiWiki/Plugin/websetup.pm:236
|
2009-02-16 00:25:18 +01:00
|
|
|
msgid "you are not logged in as an admin"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:576
|
2009-02-16 00:25:18 +01:00
|
|
|
msgid "Comment moderation"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:615
|
2009-02-16 00:25:18 +01:00
|
|
|
msgid "comment moderation"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-04 19:24:45 +02:00
|
|
|
#: ../IkiWiki/Plugin/comments.pm:766
|
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-02-16 00:25:18 +01:00
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:113
|
2008-09-05 19:57:25 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s is not an editable page"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-08-15 20:10:39 +02:00
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:292
|
2008-09-05 19:57:25 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "creating %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-08-15 20:10:39 +02:00
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:310 ../IkiWiki/Plugin/editpage.pm:329
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:339 ../IkiWiki/Plugin/editpage.pm:383
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:422
|
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 ""
|
|
|
|
|
2009-08-11 21:19:19 +02:00
|
|
|
#: ../IkiWiki/Plugin/getsource.pm:62 ../IkiWiki/Plugin/goto.pm:55
|
|
|
|
msgid "missing page"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/getsource.pm:64 ../IkiWiki/Plugin/goto.pm:57
|
|
|
|
#, perl-format
|
|
|
|
msgid "The page %s does not exist."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/getsource.pm:73
|
|
|
|
msgid "not a page"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/getsource.pm:75
|
|
|
|
#, perl-format
|
|
|
|
msgid "%s is an attachment, not a page."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/git.pm:651 ../IkiWiki/Plugin/git.pm:669
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Receive.pm:130
|
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 are not allowed to change %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/git.pm:691
|
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 ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/git.pm:695
|
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 ""
|
|
|
|
|
2009-08-30 21:29:08 +02:00
|
|
|
#: ../IkiWiki/Plugin/google.pm:27 ../IkiWiki/Plugin/po.pm:131
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/search.pm:36
|
2008-10-17 19:17:31 +02:00
|
|
|
#, perl-format
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid "Must specify %s when using the %s plugin"
|
2008-10-17 19:17:31 +02:00
|
|
|
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 ""
|
|
|
|
|
2009-07-07 22:35:02 +02:00
|
|
|
#: ../IkiWiki/Plugin/highlight.pm:47
|
2009-05-25 09:33:08 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "tohighlight contains unknown file type '%s'"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-07 22:35:02 +02:00
|
|
|
#: ../IkiWiki/Plugin/highlight.pm:58
|
2009-05-25 09:33:08 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "Source code: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-07 22:35:02 +02:00
|
|
|
#: ../IkiWiki/Plugin/highlight.pm:123
|
2009-05-25 09:33:08 +02:00
|
|
|
msgid ""
|
|
|
|
"warning: highlight perl module not available; falling back to pass through"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-08-30 21:29:08 +02:00
|
|
|
#: ../IkiWiki/Plugin/htmltidy.pm:50
|
|
|
|
msgid "htmltidy failed to parse this html"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-10 02:07:32 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:64
|
2008-07-13 21:05:34 +02:00
|
|
|
msgid "Image::Magick is not installed"
|
2008-07-13 05:23:25 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-10 02:07:32 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:68 ../IkiWiki/Plugin/img.pm:112
|
2007-03-07 13:04:45 +01:00
|
|
|
#, perl-format
|
2009-10-10 02:07:32 +02:00
|
|
|
msgid "failed to read %s: %s"
|
2007-03-07 13:04:45 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-10 02:07:32 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:74
|
2007-03-07 13:04:45 +01:00
|
|
|
#, perl-format
|
2009-10-10 02:07:32 +02:00
|
|
|
msgid "wrong size format \"%s\" (should be WxH)"
|
2007-03-07 13:04:45 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-10 02:07:32 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:120
|
2007-03-07 13:04:45 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to resize: %s"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-10 02:07:32 +02:00
|
|
|
#: ../IkiWiki/Plugin/img.pm:140
|
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 ""
|
|
|
|
|
2009-08-15 20:10:39 +02:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:191
|
2009-08-11 21:19:19 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "the %s and %s parameters cannot be used together"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:312
|
2007-04-12 06:13:55 +02:00
|
|
|
msgid "Add a new post titled:"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:332
|
2007-03-02 05:00:42 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "nonexistant template %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/inline.pm:598
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "RPC::XML::Client not found, not pinging"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/linkmap.pm:101
|
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 ""
|
|
|
|
|
2009-02-16 00:25:18 +01:00
|
|
|
#: ../IkiWiki/Plugin/meta.pm:158
|
* 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 ""
|
|
|
|
|
2009-08-15 20:10:39 +02:00
|
|
|
#: ../IkiWiki/Plugin/meta.pm:196
|
2007-12-08 21:36:34 +01:00
|
|
|
msgid "redir page not found"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/meta.pm:210
|
2007-12-09 01:39:32 +01:00
|
|
|
msgid "redir cycle is not allowed"
|
2007-12-08 23:40:50 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-10 02:07:32 +02:00
|
|
|
#: ../IkiWiki/Plugin/mirrorlist.pm:43
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Mirrors"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-10 02:07:32 +02:00
|
|
|
#: ../IkiWiki/Plugin/mirrorlist.pm:43
|
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 ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/orphans.pm:55
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "All pages have other pages linking to them."
|
2007-01-28 02:19:17 +01:00
|
|
|
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 ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:248
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Account creation successful. Now you can Login."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:251
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Error creating account."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:258
|
2008-05-31 00:17:50 +02:00
|
|
|
msgid "No email address, so cannot email password reset instructions."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:292
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Failed to send mail"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:294
|
2008-05-30 23:35:34 +02:00
|
|
|
msgid "You have been mailed password reset instructions."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:329
|
2008-05-30 23:35:34 +02:00
|
|
|
msgid "incorrect password reset url"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-06-13 20:40:36 +02:00
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:332
|
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 ""
|
|
|
|
|
2009-08-15 20:10:39 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:15
|
|
|
|
msgid "warning: Old po4a detected! Recommend upgrade to 0.35."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-08-30 21:29:08 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:138
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s is not a valid language code"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-08-30 21:29:08 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:150
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid ""
|
|
|
|
"%s is not a valid value for po_link_to, falling back to po_link_to=default"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-08-30 21:29:08 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:155
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid ""
|
|
|
|
"po_link_to=negotiated requires usedirs to be enabled, falling back to "
|
|
|
|
"po_link_to=default"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-08-30 21:29:08 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:385
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "rebuilding all pages to fix meta titles"
|
2009-07-19 16:53:50 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:389 ../IkiWiki/Render.pm:638
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "building %s"
|
2009-07-19 16:53:50 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:428
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid "updated PO files"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:452
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid ""
|
2009-08-11 21:19:19 +02:00
|
|
|
"Can not remove a translation. If the master page is removed, however, its "
|
|
|
|
"translations will be removed as well."
|
2009-07-19 16:53:50 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:472
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid ""
|
2009-08-11 21:19:19 +02:00
|
|
|
"Can not rename a translation. If the master page is renamed, however, its "
|
|
|
|
"translations will be renamed as well."
|
2009-07-19 16:53:50 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:871
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "POT file (%s) does not exist"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:885
|
2009-08-11 21:19:19 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to copy underlay PO file to %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:894
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to update %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:900
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to copy the POT file to %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:936
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid "N/A"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:949
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to translate %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:1033
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid "removed obsolete PO files"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:1096 ../IkiWiki/Plugin/po.pm:1110
|
|
|
|
#: ../IkiWiki/Plugin/po.pm:1150
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to write %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:1108
|
2009-07-19 16:53:50 +02:00
|
|
|
msgid "failed to translate"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:1113
|
2009-07-19 16:53:50 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to read %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/po.pm:1162
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "invalid gettext data, go back to previous page to continue edit"
|
|
|
|
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 ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/postsparkline.pm:46
|
2007-03-11 03:29:15 +01:00
|
|
|
msgid "missing formula"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/postsparkline.pm:53
|
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 ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/progress.pm:55
|
2008-09-25 00:14:09 +02:00
|
|
|
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 ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:134
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "confirm removal of %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:171
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "Please select the attachments to remove."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/remove.pm:211
|
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 ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:122
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "rename %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:161
|
2008-09-25 00:14:09 +02:00
|
|
|
msgid "Also rename SubPages and attachments"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:247
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "Only one attachment can be renamed at a time."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:250
|
2008-07-23 01:58:34 +02:00
|
|
|
msgid "Please select the attachment to rename."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:347
|
2008-07-23 01:58:34 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "rename %s to %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-07-19 16:53:50 +02:00
|
|
|
#: ../IkiWiki/Plugin/rename.pm:571
|
2008-07-24 01:12:05 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "update for rename of %s to %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Plugin/rsync.pm:37
|
|
|
|
#, perl-format
|
|
|
|
msgid "failed to execute rsync_command: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/rsync.pm:40
|
|
|
|
#, perl-format
|
|
|
|
msgid "rsync_command exited %d"
|
|
|
|
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 ""
|
|
|
|
|
2009-02-16 00:25:18 +01:00
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:31
|
|
|
|
#, perl-format
|
|
|
|
msgid "shortcut plugin will not work without %s"
|
2007-12-19 01:50:40 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-02-16 00:25:18 +01:00
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:44
|
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.
|
2009-02-16 00:25:18 +01:00
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:54
|
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
|
2009-07-20 07:20:13 +02:00
|
|
|
msgid "invalid featurepoint diameter"
|
2007-03-07 07:27:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2008-08-06 03:02:18 +02:00
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:88
|
2009-07-20 07:20:13 +02:00
|
|
|
msgid "invalid 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
|
2009-07-20 07:20:13 +02:00
|
|
|
msgid "invalid 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
|
2009-07-20 07:20:13 +02:00
|
|
|
msgid "invalid 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 ""
|
|
|
|
|
2009-02-24 22:30:39 +01:00
|
|
|
#: ../IkiWiki/Plugin/template.pm:29
|
2007-03-07 13:04:45 +01:00
|
|
|
msgid "missing id parameter"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-02-24 22:30:39 +01:00
|
|
|
#: ../IkiWiki/Plugin/template.pm:36
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "template %s not found"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-02-24 22:30:39 +01:00
|
|
|
#: ../IkiWiki/Plugin/template.pm:55
|
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 ""
|
|
|
|
|
2009-08-30 21:29:08 +02:00
|
|
|
#: ../IkiWiki/Plugin/teximg.pm:122
|
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: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 ""
|
|
|
|
|
2009-04-23 20:07:28 +02:00
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:436
|
2008-08-06 03:02:18 +02:00
|
|
|
#, perl-format
|
2009-04-23 20:07:28 +02:00
|
|
|
msgid "Error: %s exited nonzero (%s). Discarding setup changes."
|
2008-08-02 22:40:46 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Receive.pm:34
|
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 "cannot determine id of untrusted committer %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Receive.pm:86
|
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 "bad file name %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:150
|
|
|
|
#, perl-format
|
|
|
|
msgid "scanning %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki/Render.pm:271
|
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 ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:300 ../IkiWiki/Render.pm:327
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "skipping bad filename %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:305
|
2008-09-25 00:14:09 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "%s has multiple possible source pages"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:395
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "removing old page %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:471
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2009-10-18 02:52:18 +02:00
|
|
|
msgid "building %s, which links to %s"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:480
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2009-10-18 02:52:18 +02:00
|
|
|
msgid "removing %s, no longer built by %s"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:603
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "building %s, which depends on %s"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:616
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "building %s, to update its backlinks"
|
2007-01-28 02:19:17 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki/Render.pm:679
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "ikiwiki: cannot build %s"
|
2007-01-28 02:19:17 +01:00
|
|
|
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 ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Setup/Automator.pm:33
|
2008-08-24 21:21:51 +02:00
|
|
|
msgid "you must enter a wikiname (that contains alphanumerics)"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Setup/Automator.pm:76
|
2008-08-24 21:21:51 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "unsupported revision control system %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Setup/Automator.pm:102
|
2008-08-24 21:21:51 +02:00
|
|
|
msgid "failed to set up the repository with ikiwiki-makerepo"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Setup/Automator.pm:120
|
2009-06-13 20:40:36 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "** Disabling plugin %s, since it is failing with this message:"
|
|
|
|
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 parameter is a C filename.
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Wrapper.pm:148
|
2007-01-28 02:19:17 +01:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to compile %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. translators: The parameter is a filename.
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../IkiWiki/Wrapper.pm:168
|
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 ""
|
|
|
|
|
2009-02-16 00:25:18 +01:00
|
|
|
#: ../ikiwiki.in:140
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "generating wrappers.."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../ikiwiki.in:195
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "rebuilding wiki.."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../ikiwiki.in:198
|
2008-08-01 21:45:57 +02:00
|
|
|
msgid "refreshing wiki.."
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki.pm:238
|
2009-08-15 20:10:39 +02:00
|
|
|
msgid "Discussion"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki.pm:507
|
2007-01-28 02:19:17 +01:00
|
|
|
msgid "Must specify url to wiki with --url when using --cgi"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki.pm:553
|
2008-08-01 23:37:24 +02:00
|
|
|
msgid "cannot use multiple rcs plugins"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki.pm:582
|
2008-09-12 00:56:22 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "failed to load external plugin needed for %s plugin: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki.pm:1264
|
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
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki.pm:1863
|
2008-07-13 05:23:25 +02:00
|
|
|
msgid "yes"
|
|
|
|
msgstr ""
|
2008-08-22 04:49:50 +02:00
|
|
|
|
2009-10-18 02:52:18 +02:00
|
|
|
#: ../IkiWiki.pm:2006
|
|
|
|
msgid "Sort::Naturally needed for title_natural sort"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki.pm:2017
|
|
|
|
#, perl-format
|
|
|
|
msgid "unknown sort type %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../IkiWiki.pm:2036
|
2009-05-06 19:13:54 +02:00
|
|
|
#, perl-format
|
|
|
|
msgid "cannot match pages: %s"
|
|
|
|
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 ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../auto.setup:19
|
2008-08-22 04:49:50 +02:00
|
|
|
msgid "What revision control system to use?"
|
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../auto.setup:21
|
2009-08-11 21:19:19 +02:00
|
|
|
msgid "Which user (wiki account or openid) will be admin?"
|
2008-08-22 04:49:50 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2009-09-25 01:04:42 +02:00
|
|
|
#: ../auto.setup:24
|
2008-08-22 04:49:50 +02:00
|
|
|
msgid "What is the domain name of the web server?"
|
|
|
|
msgstr ""
|