summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/table.da.po
blob: fc268f4e555e45626ae1607f22e310636a95ca02 (plain)
  1. # Danish translation of directives/ikiwiki/directive/table page for ikiwiki.
  2. # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
  3. # This file is distributed under the same license as the ikiwiki package.
  4. # Jonas Smedegaard <dr@jones.dk>, 2008.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ikiwiki 3.15\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2009-07-19 23:45+0200\n"
  11. "PO-Revision-Date: 2009-07-19 23:45+0200\n"
  12. "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
  13. "Language-Team: None\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. "X-Poedit-Language: Danish\n"
  19. "X-Poedit-Country: DENMARK\n"
  20. "X-Poedit-SourceCharset: utf-8\n"
  21. #. type: Plain text
  22. msgid ""
  23. "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
  24. "plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "This directive can build HTML tables from data in CSV (comma-separated "
  29. "values) or DSV (delimiter-separated values) format."
  30. msgstr ""
  31. #. type: Plain text
  32. #, no-wrap
  33. msgid "## examples\n"
  34. msgstr ""
  35. #. type: Plain text
  36. #, fuzzy, no-wrap
  37. msgid "\t\\[[!table data=\"\"\"\n"
  38. msgstr "\t\\[[!direktiv tekst=\"\"\"\n"
  39. #. type: Plain text
  40. #, no-wrap
  41. msgid ""
  42. "\tCustomer|Amount\n"
  43. "\tFulanito|134,34\n"
  44. "\tMenganito|234,56\n"
  45. "\tMenganito|234,56\n"
  46. msgstr ""
  47. #. type: Plain text
  48. #, no-wrap
  49. msgid "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
  50. msgstr ""
  51. #. type: Plain text
  52. msgid "In this second example the `record1` page should be similar to:"
  53. msgstr ""
  54. #. type: Plain text
  55. #, no-wrap
  56. msgid ""
  57. "\t\"Title\",\"Perl Best Practices\"\n"
  58. "\t\"Author\",\"Damian Conway\"\n"
  59. "\t\"Publisher\",\"O’Reilly\"\n"
  60. msgstr ""
  61. #. type: Plain text
  62. msgid ""
  63. "To make a cell span multiple columns, follow it with one or more empty "
  64. "cells. For example:"
  65. msgstr ""
  66. #. type: Plain text
  67. #, no-wrap
  68. msgid ""
  69. "\tleft||right|\n"
  70. "\ta|b|c|d\n"
  71. "\tthis cell spans 4 columns|||\n"
  72. msgstr ""
  73. #. type: Plain text
  74. #, fuzzy, no-wrap
  75. msgid "## usage\n"
  76. msgstr "## Underoverskrift\n"
  77. #. type: Bullet: '* '
  78. msgid "`data` - Values for the table."
  79. msgstr ""
  80. #. type: Bullet: '* '
  81. msgid "`file` - A file in the wiki containing the data."
  82. msgstr ""
  83. #. type: Bullet: '* '
  84. msgid ""
  85. "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
  86. "default)."
  87. msgstr ""
  88. #. type: Plain text
  89. #, no-wrap
  90. msgid ""
  91. "* `delimiter` - The character used to separate fields. By default,\n"
  92. " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
  93. "* `class` - A CSS class for the table html element.\n"
  94. "* `header` - By default, or if set to \"row\", the first data line is used\n"
  95. " as the table header. Set it to \"no\" to make a table without a header, or\n"
  96. " \"column\" to make the first column be the header.\n"
  97. msgstr ""
  98. #. type: Plain text
  99. #, no-wrap
  100. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  101. msgstr "[[!meta robots=\"noindex, follow\"]]\n"