2007-01-14 21:45:10 +01:00
|
|
|
|
# ikiwiki, French program tranlation.
|
|
|
|
|
# Copyright (C) 2007 Free Soft Software Foundation, Inc
|
|
|
|
|
# This file is distributed under the same license as the ikiwiki package.
|
|
|
|
|
#
|
2008-03-15 17:35:42 +01:00
|
|
|
|
# Jean-Luc Coulon (f5ibh) <jean-luc.coulon@«anadoo.fr>, 2007.
|
|
|
|
|
# Christian Perrier <bubulle@debian.org>, 2008.
|
2008-05-31 00:17:50 +02:00
|
|
|
|
# Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>, 2007.
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2008-03-15 17:35:42 +01:00
|
|
|
|
"Project-Id-Version: \n"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
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
|
|
|
|
"POT-Creation-Date: 2008-10-26 15:03-0400\n"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
"PO-Revision-Date: 2008-10-11 10:34+0200\n"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
"Last-Translator: Julien Patriarca <patriarcaj@gmail.com>\n"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
|
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
"X-Generator: KBabel 1.11.4\n"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:113
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "You need to log in first."
|
|
|
|
|
msgstr "Vous devez d'abord vous identifier."
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:145
|
2008-01-07 22:34:13 +01:00
|
|
|
|
msgid "login failed, perhaps you need to turn on cookies?"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Échec de l'identification, vous devriez peut-être autoriser les cookies."
|
2008-05-31 00:17:50 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:163 ../IkiWiki/Plugin/editpage.pm:350
|
2008-05-31 00:17:50 +02:00
|
|
|
|
msgid "Your login session has expired."
|
|
|
|
|
msgstr "Session d'authentification expirée."
|
2008-01-07 22:34:13 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:184
|
2007-04-30 00:58:27 +02:00
|
|
|
|
msgid "Login"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "S’identifier"
|
2007-04-30 00:58:27 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:185
|
2007-04-30 00:58:27 +02:00
|
|
|
|
msgid "Preferences"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "Préférences"
|
2007-04-30 00:58:27 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:186
|
2007-04-30 00:58:27 +02:00
|
|
|
|
msgid "Admin"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "Administrateur"
|
2007-04-30 00:58:27 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:253
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Preferences saved."
|
|
|
|
|
msgstr "Les préférences ont été enregistrées."
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/CGI.pm:271
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "You are banned."
|
|
|
|
|
msgstr "Vous avez été banni."
|
|
|
|
|
|
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/CGI.pm:385 ../IkiWiki/CGI.pm:386 ../IkiWiki.pm:1182
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Error"
|
|
|
|
|
msgstr "Erreur"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:80
|
|
|
|
|
msgid "Aggregation triggered via web."
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Agrégation déclenchée via Internet"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:89
|
|
|
|
|
msgid "Nothing to do right now, all feeds are up-to-date!"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Rien à faire pour le moment, tous les flux sont à jour!"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:216
|
2007-04-06 19:14:23 +02:00
|
|
|
|
#, perl-format
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "missing %s parameter"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Paramètre %s manquant"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:250
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "new feed"
|
|
|
|
|
msgstr "Nouveau flux"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:264
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "posts"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Articles"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:266
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "new"
|
|
|
|
|
msgstr "Nouveau"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:429
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "expiring %s (%s days old)"
|
|
|
|
|
msgstr "Fin de validité de %s (date de %s jours)"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:436
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "expiring %s"
|
|
|
|
|
msgstr "Fin de validité de %s"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:463
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
2008-10-20 01:13:40 +02:00
|
|
|
|
msgid "last checked %s"
|
|
|
|
|
msgstr ""
|
2007-04-23 21:32:21 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:467
|
2007-04-23 21:32:21 +02:00
|
|
|
|
#, perl-format
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "checking feed %s ..."
|
|
|
|
|
msgstr "Vérification du flux %s..."
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:472
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "could not find feed at %s"
|
|
|
|
|
msgstr "Impossible de trouver de flux à %s"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:487
|
2007-04-23 21:32:21 +02:00
|
|
|
|
msgid "feed not found"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "Flux introuvable "
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:498
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
2007-04-27 02:30:49 +02:00
|
|
|
|
msgid "(invalid UTF-8 stripped from feed)"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "(chaîne UTF-8 non valable supprimée du flux)"
|
2007-04-23 21:32:21 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:504
|
2008-01-09 08:42:58 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "(feed entities escaped)"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "(échappement des entités de flux)"
|
2008-01-09 08:42:58 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:510
|
2007-04-23 21:32:21 +02:00
|
|
|
|
msgid "feed crashed XML::Feed!"
|
|
|
|
|
msgstr "Plantage du flux XML::Feed !"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/aggregate.pm:590
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "creating new page %s"
|
|
|
|
|
msgstr "Création de la nouvelle page %s"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:31
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "deleting bucket.."
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "suppression du compartiment (« bucket »)..."
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
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/Plugin/amazon_s3.pm:38 ../ikiwiki.in:205
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "done"
|
|
|
|
|
msgstr "Terminé"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:97
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "Must specify %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Vous devez spécifier %s"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:136
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Failed to create bucket in S3: "
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Échec lors de la création du compartiment sur S3 :"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:221
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Failed to save file to S3: "
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Échec lors de la création du fichier sur S3 :"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/amazon_s3.pm:243
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Failed to delete file from S3: "
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Échec lors de la suppression du fichier sur S3 :"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:49
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "there is already a page named %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "il existe déjà une page nommée %s"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:82
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "prohibited by allowed_attachments"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "action interdite par allowed_attachments"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:190
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "bad attachment filename"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Mauvais nom de la pièce jointe"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/attachment.pm:232
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "attachment upload"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "envoi de la pièce jointe"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/autoindex.pm:105
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "automatic index generation"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "génération de l'index automatique"
|
2008-09-05 19:57:25 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:33 ../IkiWiki/Plugin/editpage.pm:261
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:327 ../IkiWiki/Plugin/opendiscussion.pm:26
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/orphans.pm:37 ../IkiWiki/Render.pm:79
|
|
|
|
|
#: ../IkiWiki/Render.pm:149
|
|
|
|
|
msgid "discussion"
|
|
|
|
|
msgstr "Discussion"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:49
|
2007-11-12 20:40:24 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "%s from %s"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "%s sur %s"
|
2007-11-12 20:40:24 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/brokenlinks.pm:56
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "There are no broken links!"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "Il n'existe pas de lien cassé !"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/conditional.pm:27 ../IkiWiki/Plugin/cutpaste.pm:30
|
|
|
|
|
#: ../IkiWiki/Plugin/cutpaste.pm:45 ../IkiWiki/Plugin/cutpaste.pm:61
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/testpagespec.pm:26
|
2007-06-28 19:47:25 +02:00
|
|
|
|
#, perl-format
|
2007-05-09 02:48:09 +02:00
|
|
|
|
msgid "%s parameter is required"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "le paramètre %s est obligatoire"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/cutpaste.pm:66
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "no text was copied in this page"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "aucun texte n'a été copié dans cette page"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/cutpaste.pm:69
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "no text was copied in this page with id %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Aucun texte n'a été copié dans cette page avec l'identifiant %s"
|
2008-09-05 19:57:25 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:40
|
|
|
|
|
#, fuzzy, perl-format
|
|
|
|
|
msgid "removing old preview %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Suppression de l'ancienne prévisualisation %s"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
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/Plugin/editpage.pm:125
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "bad page name"
|
|
|
|
|
msgstr "Mauvais nom de la pièce jointe"
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:141
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "%s is not an editable page"
|
|
|
|
|
msgstr "%s n'est pas une page éditable"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:317
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "creating %s"
|
|
|
|
|
msgstr "Création de %s"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:335 ../IkiWiki/Plugin/editpage.pm:363
|
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:373 ../IkiWiki/Plugin/editpage.pm:408
|
|
|
|
|
#: ../IkiWiki/Plugin/editpage.pm:453
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "editing %s"
|
|
|
|
|
msgstr "Édition de %s"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:51
|
2007-12-12 22:50:29 +01:00
|
|
|
|
msgid "template not specified"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "modèle (« template ») non indiqué"
|
2007-12-12 22:50:29 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:54
|
2007-12-12 22:50:29 +01:00
|
|
|
|
msgid "match not specified"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "correspondance non indiquée"
|
2007-12-12 22:50:29 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:62
|
2007-12-12 22:50:29 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "edittemplate %s registered for %s"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "edittemplate %s enregistré pour %s"
|
2007-12-12 22:50:29 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/edittemplate.pm:133
|
2007-12-12 22:50:29 +01:00
|
|
|
|
msgid "failed to process"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "Échec du traitement"
|
2007-12-12 22:50:29 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/fortune.pm:27
|
2007-01-19 01:38:53 +01:00
|
|
|
|
msgid "fortune failed"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Échec du lancement de « fortune »"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
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/Plugin/git.pm:617 ../IkiWiki/Plugin/git.pm:635
|
|
|
|
|
#: ../IkiWiki/Receive.pm:129
|
|
|
|
|
#, fuzzy, perl-format
|
|
|
|
|
msgid "you are not allowed to change %s"
|
|
|
|
|
msgstr "vous n'êtes pas authentifié comme administrateur"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/git.pm:657
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "you cannot act on a file with mode %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/git.pm:661
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "you are not allowed to change file modes"
|
|
|
|
|
msgstr "vous n'êtes pas authentifié comme administrateur"
|
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/google.pm:27
|
|
|
|
|
#, fuzzy, perl-format
|
|
|
|
|
msgid "Must specify %s when using the google search plugin"
|
|
|
|
|
msgstr "Vous devez indiquer %s lors de l'utilisation du greffon « search »."
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/google.pm:31
|
|
|
|
|
msgid "Failed to parse url, cannot determine domain name"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/googlecalendar.pm:32
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "failed to find url in html"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Échec dans la recherche d'une URL dans le Code HTML"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/graphviz.pm:67
|
2007-04-09 11:09:02 +02:00
|
|
|
|
msgid "failed to run graphviz"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Échec du lancement de graphviz"
|
2007-04-09 11:09:02 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/graphviz.pm:94
|
2007-04-09 11:09:02 +02:00
|
|
|
|
msgid "prog not a valid graphviz program"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Ce programme n'est pas un programme graphviz valable"
|
2007-04-09 11:09:02 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/img.pm:62
|
|
|
|
|
msgid "Image::Magick is not installed"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Image::Magick n'est pas installé"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/img.pm:69
|
2007-03-18 00:32:36 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "bad size \"%s\""
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "taille incorrecte « %s »"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/img.pm:80 ../IkiWiki/Plugin/img.pm:84
|
|
|
|
|
#: ../IkiWiki/Plugin/img.pm:101
|
2007-04-06 19:14:23 +02:00
|
|
|
|
#, perl-format
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "failed to read %s: %s"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Échec de la lecture de %s : %s"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/img.pm:87
|
2007-04-06 19:14:23 +02:00
|
|
|
|
#, perl-format
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "failed to resize: %s"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Échec du redimensionnement : %s"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/img.pm:118
|
2007-08-11 23:25:28 +02:00
|
|
|
|
#, perl-format
|
2007-06-30 02:50:46 +02:00
|
|
|
|
msgid "failed to determine size of image %s"
|
2007-10-21 03:17:14 +02:00
|
|
|
|
msgstr "Échec de la détermination de la taille de l'image : %s"
|
2007-06-30 02:50:46 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:93
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Must specify url to wiki with --url when using --rss or --atom"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Vous devez indiquer l'URL du wiki par --url lors de l'utilisation de --rss "
|
|
|
|
|
"ou --atom"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:139
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "page editing not allowed"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Modification de page interdite"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:156
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "missing pages parameter"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "paramètre « pages » manquant"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:204
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "unknown sort type %s"
|
|
|
|
|
msgstr "Type de tri %s inconnu"
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:285
|
2007-04-12 06:13:55 +02:00
|
|
|
|
msgid "Add a new post titled:"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Ajouter un nouvel article dont le titre est :"
|
2007-04-12 06:13:55 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:301
|
2007-03-18 00:32:36 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "nonexistant template %s"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Le modèle (« template ») %s n'existe pas"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:335 ../IkiWiki/Render.pm:83
|
2007-01-31 08:18:06 +01:00
|
|
|
|
msgid "Discussion"
|
|
|
|
|
msgstr "Discussion"
|
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/inline.pm:572
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "RPC::XML::Client not found, not pinging"
|
|
|
|
|
msgstr "RPC::XML::Client introuvable, pas de réponse au ping"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/linkmap.pm:106
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "failed to run dot"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Échec du lancement de dot"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/lockedit.pm:49 ../IkiWiki/Plugin/lockedit.pm:66
|
2008-10-02 20:03:04 +02:00
|
|
|
|
#, perl-format
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "%s is locked and cannot be edited"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "%s est verrouillé et ne peut être modifié"
|
2007-02-02 03:33:03 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/mdwn.pm:44
|
|
|
|
|
msgid "multimarkdown is enabled, but Text::MultiMarkdown is not installed"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "mulitmarkdown est activé mais Text::Multimarkdown n'est pas installé"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/mdwn.pm:67
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "failed to load Markdown.pm perl module (%s) or /usr/bin/markdown (%s)"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Échec du chargement du module Perl Markdown.pm (%s) ou de /usr/bin/markdown "
|
|
|
|
|
"(%s)"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/meta.pm:150
|
* 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 "Feuille de style introuvable "
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/meta.pm:184
|
2007-12-08 21:36:34 +01:00
|
|
|
|
msgid "redir page not found"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Page de redirection introuvable"
|
2007-12-08 21:36:34 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/meta.pm:197
|
2007-12-09 01:39:32 +01:00
|
|
|
|
msgid "redir cycle is not allowed"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "Redirection cyclique non autorisée"
|
2007-12-08 23:40:50 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/mirrorlist.pm:42
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Mirrors"
|
|
|
|
|
msgstr "Miroirs"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/mirrorlist.pm:42
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Mirror"
|
|
|
|
|
msgstr "Miroir"
|
|
|
|
|
|
2007-02-25 02:20:53 +01:00
|
|
|
|
#: ../IkiWiki/Plugin/more.pm:8
|
|
|
|
|
msgid "more"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "lire la suite"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/norcs.pm:65
|
|
|
|
|
msgid "getctime not implemented"
|
|
|
|
|
msgstr "getctime n'est pas implémenté"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/openid.pm:61
|
2007-04-30 00:58:27 +02:00
|
|
|
|
msgid "Log in with"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "S'identifier en tant que"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/openid.pm:64
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Get an OpenID"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Obtenir un compte OpenID"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/orphans.pm:51
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "All pages are linked to by other pages."
|
|
|
|
|
msgstr "Toutes les pages sont liées à d'autres pages."
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/pagetemplate.pm:30
|
2007-08-13 05:07:31 +02:00
|
|
|
|
msgid "bad or missing template"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Modèle incorrect ou manquant"
|
2007-08-13 05:07:31 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:247
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Account creation successful. Now you can Login."
|
|
|
|
|
msgstr "Le compte a été créé. Vous pouvez maintenant vous identifier."
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:250
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Error creating account."
|
|
|
|
|
msgstr "Erreur lors de la création du compte."
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:257
|
|
|
|
|
msgid "No email address, so cannot email password reset instructions."
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
2008-10-19 18:59:35 +02:00
|
|
|
|
"Pas d'adresse spécifiée. Impossible d'envoyer les instructions pour "
|
|
|
|
|
"réinitialiser le mot de passe."
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:291
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Failed to send mail"
|
|
|
|
|
msgstr "Échec de l'envoi du courriel"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:293
|
|
|
|
|
msgid "You have been mailed password reset instructions."
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
2008-10-19 18:59:35 +02:00
|
|
|
|
"Vous avez reçu un message contenant les instructions pour réinitialiser le "
|
|
|
|
|
"mot de passe"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:328
|
|
|
|
|
msgid "incorrect password reset url"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Adresse pour la réinitialisation du mot de passe incorrecte"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/passwordauth.pm:331
|
|
|
|
|
msgid "password reset denied"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "réinitialisation du mot de passe refusée"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/pingee.pm:30
|
|
|
|
|
msgid "Ping received."
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Ping reçu"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:53
|
|
|
|
|
msgid "requires 'from' and 'to' parameters"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "les paramètres 'de' et 'à' sont nécessaires"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:58
|
2008-10-02 20:03:04 +02:00
|
|
|
|
#, perl-format
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Will ping %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "va envoyer un ping à %s"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:61
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "Ignoring ping directive for wiki %s (this wiki is %s)"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "les instructions du wiki %s sont ignorées (ce wiki est %s)"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/pinger.pm:77
|
|
|
|
|
msgid "LWP not found, not pinging"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "LWP est introuvable. Pas de réponse au ping"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/poll.pm:69
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "vote"
|
|
|
|
|
msgstr "Voter"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/poll.pm:77
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Total votes:"
|
|
|
|
|
msgstr "Total des suffrages :"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/polygen.pm:41
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "polygen not installed"
|
|
|
|
|
msgstr "polygen n'est pas installé"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/polygen.pm:60
|
|
|
|
|
msgid "command failed"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Échec lors du lancement de la commande"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/postsparkline.pm:41
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "missing formula"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "formule manquante"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/postsparkline.pm:48
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "unknown formula"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "formule inconnue"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2007-02-25 02:20:53 +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"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "tard dans la nuit de %A-"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:17
|
|
|
|
|
msgid "in the wee hours of %A- night"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "dans les premières heures de la nuit de %A-"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:20
|
|
|
|
|
msgid "terribly early %A morning"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A, très tôt le matin"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:22
|
|
|
|
|
msgid "early %A morning"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A, tôt le matin"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:25
|
2007-05-09 02:48:09 +02:00
|
|
|
|
msgid "mid-morning %A"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "au milieu de la matinée de %A"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:26
|
|
|
|
|
msgid "late %A morning"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "tard dans la matinée de %A"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:27
|
|
|
|
|
msgid "at lunch time on %A"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A, à l'heure du déjeuner"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:29
|
|
|
|
|
msgid "%A afternoon"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A après-midi"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:32
|
|
|
|
|
msgid "late %A afternoon"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "tard l'après-midi de %A"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:33
|
|
|
|
|
msgid "%A evening"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A soir"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:35
|
|
|
|
|
msgid "late %A evening"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "tard %A soir"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:37
|
|
|
|
|
msgid "%A night"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A, durant la nuit"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:101
|
2007-02-25 02:20:53 +01:00
|
|
|
|
msgid "at teatime on %A"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A, à l'heure du thé"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:105
|
2007-02-25 02:20:53 +01:00
|
|
|
|
msgid "at midnight"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "à minuit"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/prettydate.pm:108
|
2007-02-25 02:20:53 +01:00
|
|
|
|
msgid "at noon on %A"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "%A, à midi"
|
2007-02-25 02:20:53 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/progress.pm:34
|
|
|
|
|
#, fuzzy, perl-format
|
|
|
|
|
msgid "illegal percent value %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "pourcentage %s illégal"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/progress.pm:59
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgid "need either `percent` or `totalpages` and `donepages` parameters"
|
|
|
|
|
msgstr ""
|
2008-10-19 18:59:35 +02:00
|
|
|
|
"L'un des paramètres « percent », « totalpages » ou « donepages » est nécessaire."
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/recentchanges.pm:100
|
2008-02-03 21:02:34 +01:00
|
|
|
|
msgid "missing page"
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "Page manquante"
|
2008-02-03 21:02:34 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/recentchanges.pm:102
|
2008-02-03 21:02:34 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "The page %s does not exist."
|
2008-03-15 17:35:42 +01:00
|
|
|
|
msgstr "La page %s n'existe pas."
|
2008-02-03 21:02:34 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/recentchangesdiff.pm:36
|
2008-05-31 00:17:50 +02:00
|
|
|
|
msgid "(Diff truncated)"
|
|
|
|
|
msgstr "(fichier de différences tronqué)"
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/remove.pm:31 ../IkiWiki/Plugin/rename.pm:36
|
2008-10-02 20:03:04 +02:00
|
|
|
|
#, perl-format
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "%s does not exist"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "%s n'existe pas"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/remove.pm:38
|
2008-10-02 20:03:04 +02:00
|
|
|
|
#, perl-format
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "%s is not in the srcdir, so it cannot be deleted"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "%s n'est pas dans srcdir et ne peut donc pas être supprimé"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/remove.pm:41 ../IkiWiki/Plugin/rename.pm:45
|
2008-10-02 20:03:04 +02:00
|
|
|
|
#, perl-format
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "%s is not a file"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "%s n'est pas un fichier"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/remove.pm:115
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "confirm removal of %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Suppression de %s confirmée"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/remove.pm:152
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Please select the attachments to remove."
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Veuillez choisir la pièce jointe à supprimer"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/remove.pm:192
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "removed"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "supprimé"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:42
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "%s is not in the srcdir, so it cannot be renamed"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "%s n'est pas dans srcdir. Impossible de le renommer"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:62
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "no change to the file name was specified"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Aucun changement dans le nom du fichier n'a été spécifié"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:68
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "illegal name"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "appellation non autorisé"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:73
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "%s already exists"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "%s existe déjà"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:79
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "%s already exists on disk"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "%s existe déjà sur le disque"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:101
|
2008-10-02 20:03:04 +02:00
|
|
|
|
#, perl-format
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "rename %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "%s renommé"
|
2008-09-25 00:14:09 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:138
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgid "Also rename SubPages and attachments"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "« SubPages » et attachements renommés."
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:224
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Only one attachment can be renamed at a time."
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Seule une pièce jointe peut être renommée à la fois"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:227
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "Please select the attachment to rename."
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Veuillez sélectionner la pièce jointe à renommer"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:338
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "rename %s to %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "renomme %s en %s"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/rename.pm:490
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "update for rename of %s to %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "du nouveau nom de %s en %s"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/search.pm:36
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "Must specify %s when using the search plugin"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Vous devez indiquer %s lors de l'utilisation du greffon « search »."
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/search.pm:182
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "need Digest::SHA1 to index %s"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "Digest::SHA1 est nécessaire pour indexer %s"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/search.pm:217
|
|
|
|
|
msgid "search"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "recherche"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:27
|
2007-12-19 01:50:40 +01:00
|
|
|
|
msgid "shortcut plugin will not work without a shortcuts.mdwn"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Le greffon « shortcut » ne fonctionnera pas sans shortcuts.mdwn"
|
2007-12-19 01:50:40 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:36
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "missing name or url parameter"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Il manque le paramètre nom ou URL."
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
|
|
|
|
#. 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-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/shortcut.pm:45
|
2007-03-12 20:52:52 +01:00
|
|
|
|
#, perl-format
|
2007-02-25 02:20:53 +01:00
|
|
|
|
msgid "shortcut %s points to <i>%s</i>"
|
2007-03-12 20:52:52 +01:00
|
|
|
|
msgstr "Le raccourci %s pointe vers <i>%s</i>"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/smiley.pm:43
|
2007-04-06 22:36:29 +02:00
|
|
|
|
msgid "failed to parse any smileys"
|
2007-06-28 19:47:25 +02:00
|
|
|
|
msgstr "Aucun smiley n'a pu être analysé"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:72
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "parse error"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Erreur d'analyse"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:78
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "bad featurepoint diameter"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Diamètre du point incorrect"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:88
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "bad featurepoint location"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Emplacement du point incorrect"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:99
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "missing values"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Il manque des valeurs"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:104
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "bad height value"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Hauteur incorrecte"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:111
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "missing width parameter"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Le paramètre largeur manque"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:115
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "bad width value"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Largeur incorrecte"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/sparkline.pm:153
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "failed to run php"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Échec du lancement de php"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/table.pm:31
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "cannot find file"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Fichier introuvable"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/table.pm:73
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "unknown data format"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Format de données inconnu"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/table.pm:81
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "empty data"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Données vides"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/table.pm:100
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "Direct data download"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Téléchargement direct des données"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/table.pm:134
|
2007-04-06 19:14:23 +02:00
|
|
|
|
#, perl-format
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "parse fail at line %d: %s"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Erreur d'analyse à la ligne %d : %s"
|
2007-03-18 00:32:36 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/template.pm:28
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "missing id parameter"
|
2007-04-06 19:14:23 +02:00
|
|
|
|
msgstr "Paramètre d'identification manquant"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/template.pm:35
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "template %s not found"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Modèle (« template ») %s introuvable "
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/template.pm:54
|
2007-03-18 00:32:36 +01:00
|
|
|
|
msgid "failed to process:"
|
2007-08-11 23:25:28 +02:00
|
|
|
|
msgstr "Échec du traitement :"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/teximg.pm:70
|
2007-08-22 23:06:13 +02:00
|
|
|
|
msgid "missing tex code"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Il manque le code TeX"
|
2007-08-22 23:06:13 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/teximg.pm:77
|
2007-08-22 23:06:13 +02:00
|
|
|
|
msgid "code includes disallowed latex commands"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Le code comporte des commandes LaTeX non permises"
|
2007-08-22 23:06:13 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/teximg.pm:128
|
2007-08-22 23:06:13 +02:00
|
|
|
|
msgid "failed to generate image from code"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Échec de la création de l'image à partir du code"
|
2007-08-22 23:06:13 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:89
|
|
|
|
|
msgid "plugin"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "greffon"
|
2007-11-06 21:19:50 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:108
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "enable %s?"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "activer %s?"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:236
|
|
|
|
|
msgid "you are not logged in as an admin"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "vous n'êtes pas authentifié comme administrateur"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:240
|
|
|
|
|
msgid "setup file for this wiki is not known"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "le fichier de configuration de ce wiki n'est pas connu"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:256
|
|
|
|
|
msgid "main"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Partie principale"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:257
|
|
|
|
|
msgid "plugins"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "greffons"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:395
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"The configuration changes shown below require a wiki rebuild to take effect."
|
|
|
|
|
msgstr ""
|
2008-10-19 18:59:35 +02:00
|
|
|
|
"les changements de configuration ci-dessous nécessitent une recompilation du "
|
2008-10-06 01:24:38 +02:00
|
|
|
|
"wiki pour prendre effet"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:399
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"For the configuration changes shown below to fully take effect, you may need "
|
|
|
|
|
"to rebuild the wiki."
|
|
|
|
|
msgstr ""
|
2008-10-19 18:59:35 +02:00
|
|
|
|
"Pour que les changements de configuration ci-dessous prennent effet vous "
|
2008-10-06 01:24:38 +02:00
|
|
|
|
"devez recompiler le wiki"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Plugin/websetup.pm:433
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "<p class=\"error\">Error: %s exited nonzero (%s)"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "<p class=\"erreur\">Erreur: %s a quitté nonzero (%s)"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
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
|
|
|
|
|
#, fuzzy, perl-format
|
|
|
|
|
msgid "bad file name %s"
|
|
|
|
|
msgstr "Omission du fichier au nom incorrect %s"
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:253
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"symlink found in srcdir path (%s) -- set allow_symlinks_before_srcdir to "
|
|
|
|
|
"allow this"
|
|
|
|
|
msgstr ""
|
2008-10-19 18:59:35 +02:00
|
|
|
|
"lien symbolique trouvé dans l'adresse de srcdir (%s) -- pour l'autoriser, "
|
|
|
|
|
"activez le paramètre « allow_symlinks_before_srcdir »."
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Render.pm:277 ../IkiWiki/Render.pm:302
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "skipping bad filename %s"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Omission du fichier au nom incorrect %s"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:284
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy, perl-format
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgid "%s has multiple possible source pages"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "%s peut être associé à plusieurs pages source."
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Render.pm:360
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "removing old page %s"
|
|
|
|
|
msgstr "Suppression de l'ancienne page %s"
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:400
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "scanning %s"
|
|
|
|
|
msgstr "Parcours de %s"
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:405
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "rendering %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Reconstruction de %s"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:426
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "rendering %s, which links to %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Reconstruction de %s, qui est lié à %s"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:447
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "rendering %s, which depends on %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Reconstruction de %s, qui dépend de %s"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:486
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "rendering %s, to update its backlinks"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Reconstruction de %s, afin de mettre à jour ses rétroliens"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:498
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy, perl-format
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "removing %s, no longer rendered by %s"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Suppression de %s, qui n'est plus affiché par %s"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../IkiWiki/Render.pm:522
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "ikiwiki: cannot render %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "ikiwiki : impossible de reconstruire %s"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
|
|
|
|
#. translators: The first parameter is a filename, and the second
|
|
|
|
|
#. translators: is a (probably not translated) error message.
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Setup.pm:19
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "cannot read %s: %s"
|
|
|
|
|
msgstr "Lecture impossible de %s : %s"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Setup/Automator.pm:33
|
|
|
|
|
msgid "you must enter a wikiname (that contains alphanumerics)"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Vous devez spécifier un nom de wiki (contenant des caractères "
|
|
|
|
|
"alphanumériques)"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Setup/Automator.pm:67
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "unsupported revision control system %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Système de contrôle de version non reconnu"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#: ../IkiWiki/Setup/Automator.pm:83
|
|
|
|
|
msgid "failed to set up the repository with ikiwiki-makerepo"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Échec lors de la création du dépôt avec ikiwiki-makerepo"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Wrapper.pm:16
|
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "%s doesn't seem to be executable"
|
|
|
|
|
msgstr "%s ne semble pas être exécutable"
|
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Wrapper.pm:20
|
|
|
|
|
msgid "cannot create a wrapper that uses a setup file"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Impossible de créer un fichier CGI utilisant un fichier de configuration"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
|
|
|
|
#: ../IkiWiki/Wrapper.pm:24
|
|
|
|
|
msgid "wrapper filename not specified"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Le nom du fichier CGI n'a pas été indiqué"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
|
|
|
|
#. translators: The first parameter is a filename, and the second is
|
|
|
|
|
#. translators: a (probably not translated) error message.
|
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/Wrapper.pm:79
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "failed to write %s: %s"
|
|
|
|
|
msgstr "Échec de l'écriture de %s : %s"
|
|
|
|
|
|
|
|
|
|
#. translators: The parameter is a C filename.
|
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/Wrapper.pm:135
|
2007-01-14 21:45:10 +01:00
|
|
|
|
#, perl-format
|
|
|
|
|
msgid "failed to compile %s"
|
|
|
|
|
msgstr "Échec de la compilation de %s"
|
|
|
|
|
|
|
|
|
|
#. translators: The parameter is a filename.
|
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/Wrapper.pm:155
|
2007-01-28 00:57:08 +01:00
|
|
|
|
#, perl-format
|
2007-01-19 01:38:53 +01:00
|
|
|
|
msgid "successfully generated %s"
|
2007-01-28 00:57:08 +01:00
|
|
|
|
msgstr "%s a été créé avec succès"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
|
|
|
|
#: ../ikiwiki.in:13
|
|
|
|
|
msgid "usage: ikiwiki [options] source dest"
|
|
|
|
|
msgstr "Syntaxe : ikiwiki [options] source destination"
|
|
|
|
|
|
2008-10-06 01:24:38 +02:00
|
|
|
|
#: ../ikiwiki.in:14
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgid " ikiwiki --setup configfile"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr " ikiwiki --setup fichier de configuration"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
|
|
|
|
#: ../ikiwiki.in:90
|
2007-08-13 05:07:31 +02:00
|
|
|
|
msgid "usage: --set var=value"
|
2007-10-10 18:26:07 +02:00
|
|
|
|
msgstr "Syntaxe : -- set var=valeur"
|
2007-08-13 05:07:31 +02:00
|
|
|
|
|
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.in:138
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "generating wrappers.."
|
|
|
|
|
msgstr "Création des fichiers CGI..."
|
|
|
|
|
|
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.in:194
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "rebuilding wiki.."
|
|
|
|
|
msgstr "Reconstruction du wiki..."
|
|
|
|
|
|
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.in:197
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "refreshing wiki.."
|
|
|
|
|
msgstr "Rafraîchissement du wiki..."
|
|
|
|
|
|
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.pm:466
|
2007-01-14 21:45:10 +01:00
|
|
|
|
msgid "Must specify url to wiki with --url when using --cgi"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Vous devez indiquer une URL vers le wiki par --url lors de l'utilisation de "
|
|
|
|
|
"--cgi"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
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.pm:512
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "cannot use multiple rcs plugins"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "impossible d'utiliser plusieurs systèmes de contrôle des versions"
|
2007-01-14 21:45:10 +01:00
|
|
|
|
|
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.pm:541
|
2008-10-19 18:59:35 +02:00
|
|
|
|
#, fuzzy, perl-format
|
2008-10-06 01:24:38 +02:00
|
|
|
|
msgid "failed to load external plugin needed for %s plugin: %s"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Impossible de charger le greffon externe nécessaire au greffon %s : %s"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
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.pm:1165
|
2008-09-12 00:56:22 +02:00
|
|
|
|
#, perl-format
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "preprocessing loop detected on %s at depth %i"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "une boucle de pré traitement a été détectée sur %s à hauteur de %i"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
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.pm:1678
|
2008-09-05 18:37:29 +02:00
|
|
|
|
msgid "yes"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "oui"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../auto.setup:16
|
|
|
|
|
msgid "What will the wiki be named?"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Nom du wiki :"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../auto.setup:16
|
|
|
|
|
msgid "wiki"
|
2008-10-02 20:03:04 +02:00
|
|
|
|
msgstr "wiki"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../auto.setup:18
|
|
|
|
|
msgid "What revision control system to use?"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Système de contrôle de version utilisé :"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../auto.setup:20
|
|
|
|
|
msgid "What wiki user (or openid) will be wiki admin?"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Identifiant de l'administrateur (utilisateur ou openid) :"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
|
|
|
|
#: ../auto.setup:23
|
|
|
|
|
msgid "What is the domain name of the web server?"
|
2008-10-19 18:59:35 +02:00
|
|
|
|
msgstr "Nom de domaine du serveur HTTP :"
|
2008-09-05 18:37:29 +02:00
|
|
|
|
|
2008-10-20 01:13:40 +02:00
|
|
|
|
#~ msgid "processed ok at %s"
|
|
|
|
|
#~ msgstr "A été correctement traité à %s"
|
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#~ msgid "Your password has been emailed to you."
|
|
|
|
|
#~ msgstr "Votre mot de passe vous a été envoyé par courriel."
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#~ msgid "polygen failed"
|
|
|
|
|
#~ msgstr "Échec du lancement de polygen"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#~ msgid "cleaning hyperestraier search index"
|
|
|
|
|
#~ msgstr "Nettoyage de l'index de recherche de hyperestraier"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#~ msgid "updating hyperestraier search index"
|
|
|
|
|
#~ msgstr "Mise à jour de l'index de recherche de hyperestraier"
|
2008-10-06 01:24:38 +02:00
|
|
|
|
|
2008-09-05 18:37:29 +02:00
|
|
|
|
#~ msgid "(not toggleable in preview mode)"
|
|
|
|
|
#~ msgstr "(non permutable en mode prévisualisation)"
|