summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/calendar.fr.po
blob: 0ec4e7f523b6dbe0974705c12e7df55026f825c1 (plain)
  1. # Traduction de ikiwiki
  2. # Copyright (C)2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
  3. # This file is distributed under the same license as the PACKAGE Ikiwiki.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: ikiwiki\n"
  8. "POT-Creation-Date: 2010-07-18 19:05-0300\n"
  9. "PO-Revision-Date: 2010-07-20 21:54+0200\n"
  10. "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
  11. "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
  12. "Language: fr\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bits\n"
  16. #. type: Plain text
  17. msgid ""
  18. "The `calendar` directive is supplied by the [[!iki plugins/calendar "
  19. "desc=calendar]] plugin."
  20. msgstr "La directive `calendar` est fournie par le module d'extension [[!iki plugins/calendar desc=calendar]]."
  21. #. type: Plain text
  22. msgid ""
  23. "This directive displays a calendar, similar to the typical calendars shown "
  24. "on some blogs."
  25. msgstr "Cette directive affiche un calendrier, comparable aux calendriers affichés par certains blogs."
  26. #. type: Title #
  27. #, no-wrap
  28. msgid "examples"
  29. msgstr "Exemples :"
  30. #. type: Plain text
  31. #, no-wrap
  32. msgid "\t\\[[!calendar ]]\n"
  33. msgstr "\t\\[[!calendar ]]\n"
  34. #. type: Plain text
  35. #, no-wrap
  36. msgid "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
  37. msgstr "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
  38. #. type: Plain text
  39. #, no-wrap
  40. msgid "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
  41. msgstr "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
  42. #. type: Title ##
  43. #, no-wrap
  44. msgid "setup"
  45. msgstr "configuration"
  46. #. type: Plain text
  47. msgid ""
  48. "The calendar is essentially a fancy front end to archives of previous pages, "
  49. "usually used for blogs. It can produce a calendar for a given month, or a "
  50. "list of months for a given year. The month format calendar simply links to "
  51. "any page posted on each day of the month. The year format calendar links to "
  52. "archive pages, with names like `archives/2007` (for all of 2007) and "
  53. "`archives/2007/01` (for January, 2007)."
  54. msgstr ""
  55. "L'agenda, habituellement trouvé dans les blogs, est essentiellement une "
  56. "interface agréable pour l'archive de pages précédentes. Il peut afficher un "
  57. "calendrier pour un mois donné ou une liste de mois pour une année donnée. Un "
  58. "calendrier mensuel lie à chaque jour du mois les pages publiées ce jour. Un "
  59. "calendrier annuel lie aux pages d'archive, avec des noms comme "
  60. "`archives/2007` (pour tout 2007) et `archives/2007/01` (pour janvier 2007)."
  61. #. type: Plain text
  62. msgid ""
  63. "While you can insert calendar directives anywhere on your wiki, including in "
  64. "the sidebar, you'll also need to create these archive pages. They typically "
  65. "use this directive to display a calendar, and also use [[inline]] to display "
  66. "or list pages created in the given time frame."
  67. msgstr ""
  68. "Les directives calendar peuvent être insérées n'importe où dans le wiki, "
  69. "même dans la barre latérale. Vous devez cependant créer les pages "
  70. "d'archives. Celles-ci utilisent cette directive pour afficher un calendrier "
  71. "et aussi la directive [[inline]] pour afficher ou lister les pages créées "
  72. "dans l'espace de temps donné."
  73. #. type: Plain text
  74. #| msgid ""
  75. #| "The `ikiwiki-calendar` command can be used to automatically generate the "
  76. #| "archive pages. It also refreshes the wiki, updating the calendars to "
  77. #| "highlight the current day. This command is typically run at midnight from "
  78. #| "cron. An example crontab:"
  79. msgid ""
  80. "The `ikiwiki-calendar` command can be used to automatically generate the "
  81. "archive pages. It also refreshes the wiki, updating the calendars to "
  82. "highlight the current day. This command is typically run at midnight from "
  83. "cron."
  84. msgstr ""
  85. "La commande `ikiwiki-calendar` peut créer automatiquement les pages "
  86. "d'archives. Elle actualise aussi le wiki, mettant à jour les calendriers "
  87. "(date du jour en surbrillance). Cette commande est exécutée généralement à "
  88. "minuit par le programme cron."
  89. #. type: Plain text
  90. msgid "An example crontab:"
  91. msgstr "Une crontab possible :"
  92. #. type: Plain text
  93. #, no-wrap
  94. msgid "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
  95. msgstr "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
  96. #. type: Title ##
  97. #, no-wrap
  98. msgid "usage"
  99. msgstr "utilisation"
  100. #. type: Bullet: '* '
  101. msgid ""
  102. "`type` - Used to specify the type of calendar wanted. Can be one of \"month"
  103. "\" or \"year\". The default is a month view calendar."
  104. msgstr ""
  105. "`type` - Ce paramètre indique le type du calendrier. C'est soit « month » "
  106. "soit « year », la valeur par défaut étant le calendrier mensuel."
  107. #. type: Bullet: '* '
  108. msgid ""
  109. "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
  110. "month calendar. Defaults to \"*\"."
  111. msgstr ""
  112. "`pages` - Indique une spécification [[ikiwiki/PageSpec]] pour les pages qui "
  113. "seront liées au calendrier. La valeur par défaut est « * »."
  114. #. type: Bullet: '* '
  115. #| msgid ""
  116. #| "`archivebase` - Configures the base of the archives hierarchy. The "
  117. #| "default is \"archives\". Note that this default can also be overridden "
  118. #| "for the whole wiki by setting `archivebase` in ikiwiki's setup file."
  119. msgid ""
  120. "`archivebase` - Configures the base of the archives hierarchy. The default "
  121. "is \"archives\". Note that this default can also be overridden for the whole "
  122. "wiki by setting `archivebase` in ikiwiki's setup file. Calendars link to "
  123. "pages under here, with names like \"2010/04\" and \"2010\". These pages can "
  124. "be automatically created using the `ikiwiki-calendar` program."
  125. msgstr "`archivebase` - Indique la racine des répertoires d'archives, « archives » par défaut. On peut changer cette valeur en renseignant `archivebase` dans le fichier de configuration d'ikiwiki. Les calendriers se lient à des pages placées là, nommées \"2010/04\" ou \"2010\" par exemple. Ces pages peuvent être créées automatiquement par le programme `ikiwiki-calendar`."
  126. #. type: Bullet: '* '
  127. #| msgid ""
  128. #| "`year` - The year for which the calendar is requested. Defaults to the "
  129. #| "current year."
  130. msgid ""
  131. "`year` - The year for which the calendar is requested. Defaults to the "
  132. "current year. Can also use -1 to refer to last year, and so on."
  133. msgstr "`year` - Indique l'année pour le calendrier annuel. La valeur par défaut est l'année en cours. On peut aussi utiliser -1 pour se référer à l'année dernière, ainsi de suite."
  134. #. type: Bullet: '* '
  135. #| msgid ""
  136. #| "`month` - The numeric month for which the calendar is requested, in the "
  137. #| "range 1..12. Used only for the month view calendar, and defaults to the "
  138. #| "current month."
  139. msgid ""
  140. "`month` - The numeric month for which the calendar is requested, in the "
  141. "range 1..12. Used only for the month view calendar, and defaults to the "
  142. "current month. Can also use -1 to refer to last month, and so on."
  143. msgstr "`month` - Ce paramètre indique le chiffre du mois (1..12) pour le calendrier. Il n'est utilisé que pour le calendrier mensuel, et la valeur par défaut est le chiffre du mois en cours. On peut aussi utiliser -1 pour se référer au mois dernier, ainsi de suite."
  144. #. type: Bullet: '* '
  145. msgid ""
  146. "`week_start_day` - A number, in the range 0..6, which represents the day of "
  147. "the week that the month calendar starts with. 0 is Sunday, 1 is Monday, and "
  148. "so on. Defaults to 0, which is Sunday."
  149. msgstr ""
  150. "`week_start_day` - Indique le chiffre (0..6) qui représente le jour par "
  151. "lequel commence la semaine dans le calendrier. Dimanche, c'est 0, lundi, 1, "
  152. "etc. La valeur par défaut est 0, dimanche."
  153. #. type: Bullet: '* '
  154. #| msgid ""
  155. #| "`months_per_row` - In the annual calendar, number of months to place in "
  156. #| "each row. Defaults to 3."
  157. msgid ""
  158. "`months_per_row` - In the year calendar, number of months to place in each "
  159. "row. Defaults to 3."
  160. msgstr ""
  161. "`months_per_row` - Ce paramètre indique, dans le calendrier annuel, le "
  162. "nombre de mois par ligne. La valeur par défaut est 3."
  163. #. type: Plain text
  164. #, no-wrap
  165. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  166. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  167. #~ msgid ""
  168. #~ "The month format calendar simply links to any page posted on each day of "
  169. #~ "the month. The year format calendar links to archive pages, with names "
  170. #~ "like `archives/2007` (for all of 2007) and `archives/2007/01` (for "
  171. #~ "January, 2007). For this to work, you'll need to create these archive "
  172. #~ "pages. They typically use [[inline]] to display or list pages created in "
  173. #~ "the given time frame."
  174. #~ msgstr ""
  175. #~ "Le calendrier pour un mois est simplement l'ensemble des liens vers les "
  176. #~ "pages écrites chaque jour du mois. Le calendrier pour une année est "
  177. #~ "l'ensemble des liens vers les pages d'archives, comme `archives/2007` "
  178. #~ "(tout 2007) ou `archives/2007/01` (tout janvier 2007). Pour que cela "
  179. #~ "fonctionne, il faut créer ces pages d'archive, qui comporteront une "
  180. #~ "directive [[inline]] pour afficher ou lister les pages créées dans "
  181. #~ "l'intervalle de temps donné."