summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/calendar.fr.po
blob: 703f311c00bcf6ca475b895a33b2fb58555e818e (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: 2011-05-05 20:04+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 ""
  21. "La directive `calendar` est fournie par le module d'extension [[!iki plugins/"
  22. "calendar desc=calendar]]."
  23. #. type: Plain text
  24. msgid ""
  25. "This directive displays a calendar, similar to the typical calendars shown "
  26. "on some blogs."
  27. msgstr ""
  28. "Cette directive affiche un calendrier, comparable aux calendriers affichés "
  29. "par certains blogs."
  30. #. type: Title #
  31. #, no-wrap
  32. msgid "examples"
  33. msgstr "Exemples :"
  34. #. type: Plain text
  35. #, no-wrap
  36. msgid "\t\\[[!calendar ]]\n"
  37. msgstr "\t\\[[!calendar ]]\n"
  38. #. type: Plain text
  39. #, no-wrap
  40. msgid "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
  41. msgstr "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
  42. #. type: Plain text
  43. #, no-wrap
  44. msgid "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
  45. msgstr "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
  46. #. type: Title ##
  47. #, no-wrap
  48. msgid "setup"
  49. msgstr "configuration"
  50. #. type: Plain text
  51. msgid ""
  52. "The calendar is essentially a fancy front end to archives of previous pages, "
  53. "usually used for blogs. It can produce a calendar for a given month, or a "
  54. "list of months for a given year. The month format calendar simply links to "
  55. "any page posted on each day of the month. The year format calendar links to "
  56. "archive pages, with names like `archives/2007` (for all of 2007) and "
  57. "`archives/2007/01` (for January, 2007)."
  58. msgstr ""
  59. "L'agenda, habituellement trouvé dans les blogs, est essentiellement une "
  60. "interface agréable pour l'archive de pages précédentes. Il peut afficher un "
  61. "calendrier pour un mois donné ou une liste de mois pour une année donnée. Un "
  62. "calendrier mensuel lie à chaque jour du mois les pages publiées ce jour. Un "
  63. "calendrier annuel lie aux pages d'archive, avec des noms comme "
  64. "`archives/2007` (pour tout 2007) et `archives/2007/01` (pour janvier 2007)."
  65. #. type: Plain text
  66. msgid ""
  67. "While you can insert calendar directives anywhere on your wiki, including in "
  68. "the sidebar, you'll also need to create these archive pages. They typically "
  69. "use this directive to display a calendar, and also use [[inline]] to display "
  70. "or list pages created in the given time frame."
  71. msgstr ""
  72. "Les directives calendar peuvent être insérées n'importe où dans le wiki, "
  73. "même dans la barre latérale. Vous devez cependant créer les pages "
  74. "d'archives. Celles-ci utilisent cette directive pour afficher un calendrier "
  75. "et aussi la directive [[inline]] pour afficher ou lister les pages créées "
  76. "dans l'espace de temps donné."
  77. #. type: Plain text
  78. msgid ""
  79. "The `ikiwiki-calendar` command can be used to automatically generate the "
  80. "archive pages. It also refreshes the wiki, updating the calendars to "
  81. "highlight the current day. This command is typically run at midnight from "
  82. "cron."
  83. msgstr ""
  84. "La commande `ikiwiki-calendar` peut créer automatiquement les pages "
  85. "d'archives. Elle actualise aussi le wiki, mettant à jour les calendriers "
  86. "(date du jour en surbrillance). Cette commande est exécutée généralement à "
  87. "minuit par le programme cron."
  88. #. type: Plain text
  89. msgid "An example crontab:"
  90. msgstr "Une crontab possible :"
  91. #. type: Plain text
  92. #, no-wrap
  93. msgid "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
  94. msgstr "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
  95. #. type: Title ##
  96. #, no-wrap
  97. msgid "usage"
  98. msgstr "utilisation"
  99. #. type: Bullet: '* '
  100. msgid ""
  101. "`type` - Used to specify the type of calendar wanted. Can be one of \"month"
  102. "\" or \"year\". The default is a month view calendar."
  103. msgstr ""
  104. "`type` - Ce paramètre indique le type du calendrier. C'est soit « month » "
  105. "soit « year », la valeur par défaut étant le calendrier mensuel."
  106. #. type: Bullet: '* '
  107. msgid ""
  108. "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
  109. "month calendar. Defaults to \"*\"."
  110. msgstr ""
  111. "`pages` - Indique une spécification [[ikiwiki/PageSpec]] pour les pages qui "
  112. "seront liées au calendrier. La valeur par défaut est « * »."
  113. #. type: Bullet: '* '
  114. msgid ""
  115. "`archivebase` - Configures the base of the archives hierarchy. The default "
  116. "is \"archives\". Note that this default can also be overridden for the whole "
  117. "wiki by setting `archivebase` in ikiwiki's setup file. Calendars link to "
  118. "pages under here, with names like \"2010/04\" and \"2010\". These pages can "
  119. "be automatically created using the `ikiwiki-calendar` program."
  120. msgstr ""
  121. "`archivebase` - Indique la racine des répertoires d'archives, « archives » "
  122. "par défaut. On peut changer cette valeur en renseignant `archivebase` dans "
  123. "le fichier de configuration d'ikiwiki. Les calendriers se lient à des pages "
  124. "placées là, nommées \"2010/04\" ou \"2010\" par exemple. Ces pages peuvent "
  125. "ê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. Can also use -1 to refer to last year, and so on."
  130. msgstr ""
  131. "`year` - Indique l'année pour le calendrier annuel. La valeur par défaut est "
  132. "l'année en cours. On peut aussi utiliser -1 pour se référer à l'année "
  133. "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. Can also use -1 to refer to last month, and so on."
  139. msgstr ""
  140. "`month` - Ce paramètre indique le chiffre du mois (1..12) pour le "
  141. "calendrier. Il n'est utilisé que pour le calendrier mensuel, et la valeur "
  142. "par défaut est le chiffre du mois en cours. On peut aussi utiliser -1 pour "
  143. "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 year calendar, number of months to place in each "
  156. "row. Defaults to 3."
  157. msgstr ""
  158. "`months_per_row` - Ce paramètre indique, dans le calendrier annuel, le "
  159. "nombre de mois par ligne. La valeur par défaut est 3."
  160. #. type: Plain text
  161. #, no-wrap
  162. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  163. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  164. #~ msgid ""
  165. #~ "The month format calendar simply links to any page posted on each day of "
  166. #~ "the month. The year format calendar links to archive pages, with names "
  167. #~ "like `archives/2007` (for all of 2007) and `archives/2007/01` (for "
  168. #~ "January, 2007). For this to work, you'll need to create these archive "
  169. #~ "pages. They typically use [[inline]] to display or list pages created in "
  170. #~ "the given time frame."
  171. #~ msgstr ""
  172. #~ "Le calendrier pour un mois est simplement l'ensemble des liens vers les "
  173. #~ "pages écrites chaque jour du mois. Le calendrier pour une année est "
  174. #~ "l'ensemble des liens vers les pages d'archives, comme `archives/2007` "
  175. #~ "(tout 2007) ou `archives/2007/01` (tout janvier 2007). Pour que cela "
  176. #~ "fonctionne, il faut créer ces pages d'archive, qui comporteront une "
  177. #~ "directive [[inline]] pour afficher ou lister les pages créées dans "
  178. #~ "l'intervalle de temps donné."