summaryrefslogtreecommitdiff
path: root/po/underlays/basewiki/ikiwiki/pagespec.fr.po
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-18 18:35:10 -0400
committerJoey Hess <joey@kitenet.net>2010-07-18 18:35:10 -0400
commit626ad0411446ffc9c39e9cdee04111a8fad7f54a (patch)
tree6ba1fb40b0a36efbb1b2bd308ba594737c66edfa /po/underlays/basewiki/ikiwiki/pagespec.fr.po
parente041555e4fdb10723a1c311f6c9b31f995a973d8 (diff)
merge updated translations from l10n
This includes an (almost) up-to-date French basewiki translation.
Diffstat (limited to 'po/underlays/basewiki/ikiwiki/pagespec.fr.po')
-rw-r--r--po/underlays/basewiki/ikiwiki/pagespec.fr.po271
1 files changed, 160 insertions, 111 deletions
diff --git a/po/underlays/basewiki/ikiwiki/pagespec.fr.po b/po/underlays/basewiki/ikiwiki/pagespec.fr.po
index aeec3b95e..b95b818b1 100644
--- a/po/underlays/basewiki/ikiwiki/pagespec.fr.po
+++ b/po/underlays/basewiki/ikiwiki/pagespec.fr.po
@@ -5,10 +5,11 @@
msgid ""
msgstr ""
"Project-Id-Version: ikiwiki 3.141\n"
-"POT-Creation-Date: 2009-08-15 18:30-0300\n"
-"PO-Revision-Date: 2009-09-02 17:42+0200\n"
+"POT-Creation-Date: 2010-07-18 22:29+0000\n"
+"PO-Revision-Date: 2010-07-16 10:47+0200\n"
"Last-Translator: Steve Petruzzello <dlist@bluewin.ch>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -50,7 +51,14 @@ msgid ""
"part of a page name, and \"`?`\" for any single letter of a page name. So "
"this matches all pages about music, and any [[SubPage]]s of the SandBox, but "
"does not match the SandBox itself:"
-msgstr "La plupart du temps, vous voulez trouver les pages qui contiennent une expression particulière dans leur nom. Cela s'obtient en utilisant un motif (« glob pattern »). Le métacaractère « `*` » correspond à n'importe quelle partie du nom de la page et le métacaractère « `?` » à n'importe quelle lettre. Ainsi, l'expression suivante correspond à toutes les pages traitant de musique et à n'importe quelle sous-page [[SubPage]] de la *SandBox*, mais pas à la *SandBox* elle-même :"
+msgstr ""
+"La plupart du temps, vous voulez trouver les pages qui contiennent une "
+"expression particulière dans leur nom. Cela s'obtient en utilisant un motif "
+"(« glob pattern »). Le métacaractère « `*` » correspond à n'importe quelle "
+"partie du nom de la page et le métacaractère « `?` » à n'importe quelle "
+"lettre. Ainsi, l'expression suivante correspond à toutes les pages traitant "
+"de musique et à n'importe quelle sous-page [[SubPage]] de la *SandBox*, mais "
+"pas à la *SandBox* elle-même :"
#. type: Plain text
#, no-wrap
@@ -61,7 +69,10 @@ msgstr "\t*musique* or SandBox/*\n"
msgid ""
"You can also prefix an item with \"`!`\" to skip pages that match it. So to "
"match all pages except for Discussion pages and the SandBox:"
-msgstr "Vous pouvez également préfixer un élément avec « `!` » pour ignorer les pages correspondantes. Ainsi pour trouver toutes les pages sauf les pages Discussion et la page *SandBox* :"
+msgstr ""
+"Vous pouvez également préfixer un élément avec « `!` » pour ignorer les "
+"pages correspondantes. Ainsi pour trouver toutes les pages sauf les pages "
+"Discussion et la page *SandBox* :"
#. type: Bullet: ' * '
msgid "and !SandBox and !*/Discussion"
@@ -75,107 +86,41 @@ msgstr ""
"Des contraintes plus élaborées peuvent être ajoutées avec les fonctions "
"suivantes :"
-#. type: Bullet: '* '
-msgid ""
-"\"`link(page)`\" - matches only pages that link to a given page (or glob)"
-msgstr "« `link(page)` » - correspond aux pages ayant un lien vers cette page (ou motif)"
-
-#. type: Bullet: '* '
-msgid ""
-"\"`tagged(tag)`\" - matches pages that are tagged or link to the given tag "
-"(or tags matched by a glob)"
-msgstr ""
-"« `tagged(tag)` » - correspond aux pages qui sont marquées ou qui sont liées "
-"à l'étiquette donnée (ou des étiquettes correspondant à un motif)."
-
-#. type: Bullet: '* '
-msgid "\"`backlink(page)`\" - matches only pages that a given page links to"
-msgstr ""
-"« `backlink(page)` » - correspond seulement aux pages qui sont pointées "
-"(lien) par la page donnée."
-
-#. type: Bullet: '* '
-msgid ""
-"\"`creation_month(month)`\" - matches only pages created on the given month"
-msgstr "« `creation_month(mois)` » - correspond aux pages créées durant ce mois"
-
-#. type: Bullet: '* '
-msgid "\"`creation_day(mday)`\" - or day of the month"
-msgstr "« `creation_day(jour)` » - ou au jour de ce mois"
-
-#. type: Bullet: '* '
-msgid "\"`creation_year(year)`\" - or year"
-msgstr "« `creation_year(année)` » - ou année"
-
-#. type: Bullet: '* '
-msgid ""
-"\"`created_after(page)`\" - matches only pages created after the given page "
-"was created"
-msgstr ""
-"« `created_after(page)` » - correspond aux pages créées après la page donnée"
-
-#. type: Bullet: '* '
-msgid ""
-"\"`created_before(page)`\" - matches only pages created before the given "
-"page was created"
-msgstr "« `created_before(page) » - correspond aux pages créées avant la page donnée"
-
-#. type: Bullet: '* '
-msgid ""
-"\"`glob(someglob)`\" - matches pages that match the given glob. Just writing "
-"the glob by itself is actually a shorthand for this function."
-msgstr ""
-"« `glob(motif)` » - correspond aux pages correspondantes au motif donné. "
-"N'écrire que le motif lui-même est un raccourci pour cette fonction."
-
-#. type: Bullet: '* '
-msgid ""
-"\"`internal(glob)`\" - like `glob()`, but matches even internal-use pages "
-"that globs do not usually match."
-msgstr ""
-"« `internal(motif)` » - pareil à `glob()`, mais correspond en plus aux pages "
-"à usage interne que la fonction glob ne trouve pas en général."
-
-#. type: Bullet: '* '
-msgid ""
-"\"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\", \"`license"
-"(glob)`\", \"`copyright(glob)`\" - match pages that have the given metadata, "
-"matching the specified glob."
-msgstr ""
-"« `title(motif)`, `author(motif)`, `authorurl(motif)`, `license(motif)`, "
-"`copyright(motif)` » - renvoient les pages qui possèdent les métadonnées "
-"correspondant au motif donné."
-
-#. type: Bullet: '* '
-msgid ""
-"\"`user(username)`\" - tests whether a modification is being made by a user "
-"with the specified username. If openid is enabled, an openid can also be put "
-"here."
-msgstr ""
-"« `user(identifiant)` » - teste si une modification est faite par "
-"l'identifiant donné. Si openid est activé, on peut aussi l'utiliser."
-
-#. type: Bullet: '* '
-msgid ""
-"\"`admin()`\" - tests whether a modification is being made by one of the "
-"wiki admins."
-msgstr ""
-"« `admin()` » - teste si une modification par un administrateur est en cours."
-
-#. type: Bullet: '* '
-msgid ""
-"\"`ip(address)`\" - tests whether a modification is being made from the "
-"specified IP address."
-msgstr ""
-"« `ip(adresse)` » - teste si une modification par l'IP donnée est en cours."
-
-#. type: Bullet: '* '
+#. type: Plain text
+#, no-wrap
msgid ""
-"\"`postcomment(glob)`\" - matches only when comments are being posted to a "
-"page matching the specified glob"
+"* \"`glob(someglob)`\" - matches pages and other files that match the given glob.\n"
+" Just writing the glob by itself is actually a shorthand for this function.\n"
+"* \"`page(glob)`\" - like `glob()`, but only matches pages, not other files\n"
+"* \"`link(page)`\" - matches only pages that link to a given page (or glob)\n"
+"* \"`tagged(tag)`\" - matches pages that are tagged or link to the given tag (or\n"
+" tags matched by a glob)\n"
+"* \"`backlink(page)`\" - matches only pages that a given page links to\n"
+"* \"`creation_month(month)`\" - matches only files created on the given month\n"
+"* \"`creation_day(mday)`\" - or day of the month\n"
+"* \"`creation_year(year)`\" - or year\n"
+"* \"`created_after(page)`\" - matches only files created after the given page\n"
+" was created\n"
+"* \"`created_before(page)`\" - matches only files created before the given page\n"
+" was created\n"
+"* \"`internal(glob)`\" - like `glob()`, but matches even internal-use \n"
+" pages that globs do not usually match.\n"
+"* \"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\",\n"
+" \"`license(glob)`\", \"`copyright(glob)`\", \"`guid(glob)`\" \n"
+" - match pages that have the given metadata, matching the specified glob.\n"
+"* \"`user(username)`\" - tests whether a modification is being made by a\n"
+" user with the specified username. If openid is enabled, an openid can also\n"
+" be put here. Glob patterns can be used in the username. For example, \n"
+" to match all openid users, use `user(*://*)`\n"
+"* \"`admin()`\" - tests whether a modification is being made by one of the\n"
+" wiki admins.\n"
+"* \"`ip(address)`\" - tests whether a modification is being made from the\n"
+" specified IP address.\n"
+"* \"`comment(glob)`\" - matches comments to a page matching the glob.\n"
+"* \"`comment_pending(glob)`\" - matches unmoderated, pending comments.\n"
+"* \"`postcomment(glob)`\" - matches only when comments are being \n"
+" posted to a page matching the specified glob\n"
msgstr ""
-"« `postcomment(motif) » - ne correspond que si des commentaires sont postés "
-"vers une page correspondant au motif donné."
#. type: Plain text
msgid ""
@@ -199,10 +144,11 @@ msgid ""
"SandBox\", since no page can match both expressions."
msgstr ""
"Veuillez noter l'utilisation du « and » dans l'exemple ci-dessus. Seules les "
-"pages dont les trois conditions sont vraies seront trouvées. Utilisez « and » "
-"pour ce genre d'expression combinée. « or » est utilisé quand une seule des "
-"trois conditions est suffisante. Veuillez noter que « index and SandBox » n'a "
-"pas de sens puisqu'aucune page ne peut correspondre aux deux expressions."
+"pages dont les trois conditions sont vraies seront trouvées. Utilisez "
+"« and » pour ce genre d'expression combinée. « or » est utilisé quand une "
+"seule des trois conditions est suffisante. Veuillez noter que « index and "
+"SandBox » n'a pas de sens puisqu'aucune page ne peut correspondre aux deux "
+"expressions."
#. type: Plain text
msgid ""
@@ -229,8 +175,111 @@ msgid ""
msgstr ""
"Veuillez noter que le nom d'une page dans une spécification de page "
"correspond au nom absolu du fichier dans le wiki. Ainsi une expression "
-"« foo » utilisée sur une page « a/b » ne correspondra pas à une page nommée « a/"
-"foo » ni à une page « a/b/foo ». Pour une correspondance relative au "
+"« foo » utilisée sur une page « a/b » ne correspondra pas à une page nommée "
+"« a/foo » ni à une page « a/b/foo ». Pour une correspondance relative au "
"répertoire de la page contenant la spécification, vous pouvez utiliser "
-"« ./ ». Par exemple, « ./foo » sur la page « a/b » correspondra à la page « a/"
-"foo »."
+"« ./ ». Par exemple, « ./foo » sur la page « a/b » correspondra à la page "
+"« a/foo »."
+
+#~ msgid ""
+#~ "\"`link(page)`\" - matches only pages that link to a given page (or glob)"
+#~ msgstr ""
+#~ "« `link(page)` » - correspond aux pages ayant un lien vers cette page (ou "
+#~ "motif)"
+
+#~ msgid ""
+#~ "\"`tagged(tag)`\" - matches pages that are tagged or link to the given "
+#~ "tag (or tags matched by a glob)"
+#~ msgstr ""
+#~ "« `tagged(tag)` » - correspond aux pages qui sont marquées ou qui sont "
+#~ "liées à l'étiquette donnée (ou des étiquettes correspondant à un motif)."
+
+#~ msgid "\"`backlink(page)`\" - matches only pages that a given page links to"
+#~ msgstr ""
+#~ "« `backlink(page)` » - correspond seulement aux pages qui sont pointées "
+#~ "(lien) par la page donnée."
+
+#~ msgid ""
+#~ "\"`creation_month(month)`\" - matches only pages created on the given "
+#~ "month"
+#~ msgstr ""
+#~ "« `creation_month(mois)` » - correspond aux pages créées durant ce mois"
+
+#~ msgid "\"`creation_day(mday)`\" - or day of the month"
+#~ msgstr "« `creation_day(jour)` » - ou au jour de ce mois"
+
+#~ msgid "\"`creation_year(year)`\" - or year"
+#~ msgstr "« `creation_year(année)` » - ou année"
+
+#~ msgid ""
+#~ "\"`created_after(page)`\" - matches only pages created after the given "
+#~ "page was created"
+#~ msgstr ""
+#~ "« `created_after(page)` » - correspond aux pages créées après la page "
+#~ "donnée"
+
+#~ msgid ""
+#~ "\"`created_before(page)`\" - matches only pages created before the given "
+#~ "page was created"
+#~ msgstr ""
+#~ "« `created_before(page) » - correspond aux pages créées avant la page "
+#~ "donnée"
+
+#~ msgid ""
+#~ "\"`glob(someglob)`\" - matches pages that match the given glob. Just "
+#~ "writing the glob by itself is actually a shorthand for this function."
+#~ msgstr ""
+#~ "« `glob(motif)` » - correspond aux pages correspondantes au motif donné. "
+#~ "N'écrire que le motif lui-même est un raccourci pour cette fonction."
+
+#~ msgid ""
+#~ "\"`internal(glob)`\" - like `glob()`, but matches even internal-use pages "
+#~ "that globs do not usually match."
+#~ msgstr ""
+#~ "« `internal(motif)` » - pareil à `glob()`, mais correspond en plus aux "
+#~ "pages à usage interne que la fonction glob ne trouve pas en général."
+
+#~ msgid ""
+#~ "\"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\", \"`license"
+#~ "(glob)`\", \"`copyright(glob)`\" - match pages that have the given "
+#~ "metadata, matching the specified glob."
+#~ msgstr ""
+#~ "« `title(motif)`, `author(motif)`, `authorurl(motif)`, `license(motif)`, "
+#~ "`copyright(motif)` » - renvoient les pages qui possèdent les métadonnées "
+#~ "correspondant au motif donné."
+
+#~| msgid ""
+#~| "\"`user(username)`\" - tests whether a modification is being made by a "
+#~| "user with the specified username. If openid is enabled, an openid can "
+#~| "also be put here."
+#~ msgid ""
+#~ "\"`user(username)`\" - tests whether a modification is being made by a "
+#~ "user with the specified username. If openid is enabled, an openid can "
+#~ "also be put here. Glob patterns can be used in the username. For example, "
+#~ "to match all openid users, use `user(*://*)`"
+#~ msgstr ""
+#~ "« `user(identifiant)` » - teste si une modification est faite par "
+#~ "l'identifiant donné. Si openid est activé, on peut aussi l'utiliser. "
+#~ "L'identifiant peut contenir des expressions régulières. Par exemple, pour "
+#~ "obtenir tous les utilisateurs openid, utilisez l'expression `user(*://*)`."
+
+#~ msgid ""
+#~ "\"`admin()`\" - tests whether a modification is being made by one of the "
+#~ "wiki admins."
+#~ msgstr ""
+#~ "« `admin()` » - teste si une modification par un administrateur est en "
+#~ "cours."
+
+#~ msgid ""
+#~ "\"`ip(address)`\" - tests whether a modification is being made from the "
+#~ "specified IP address."
+#~ msgstr ""
+#~ "« `ip(adresse)` » - teste si une modification par l'IP donnée est en "
+#~ "cours."
+
+#~ msgid ""
+#~ "\"`postcomment(glob)`\" - matches only when comments are being posted to "
+#~ "a page matching the specified glob"
+#~ msgstr ""
+#~ "« `postcomment(motif) » - ne correspond que si des commentaires sont "
+#~ "postés vers une page correspondant au motif donné."