summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/table.da.po
blob: 174ce1125b412bae5f429411204ba640759c8718 (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-22 11:17+0300\n"
  11. "PO-Revision-Date: 2009-07-23 00:06+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: Title ##
  32. #, no-wrap
  33. msgid "examples"
  34. msgstr "eksempler"
  35. #. type: Plain text
  36. #, no-wrap
  37. msgid "\t\\[[!table data=\"\"\"\n"
  38. msgstr "\t\\[[!table data=\"\"\"\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. "\tKunde|Mængde\n"
  48. "\tFulanito|134,34\n"
  49. "\tMenganito|234,56\n"
  50. "\tMenganito|234,56\n"
  51. #. type: Plain text
  52. #, no-wrap
  53. msgid "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
  54. msgstr "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
  55. #. type: Plain text
  56. msgid "In this second example the `record1` page should be similar to:"
  57. msgstr ""
  58. #. type: Plain text
  59. #, no-wrap
  60. msgid ""
  61. "\t\"Title\",\"Perl Best Practices\"\n"
  62. "\t\"Author\",\"Damian Conway\"\n"
  63. "\t\"Publisher\",\"O’Reilly\"\n"
  64. msgstr ""
  65. #. type: Plain text
  66. msgid ""
  67. "To make a cell span multiple columns, follow it with one or more empty "
  68. "cells. For example:"
  69. msgstr ""
  70. #. type: Plain text
  71. #, no-wrap
  72. msgid ""
  73. "\tleft||right|\n"
  74. "\ta|b|c|d\n"
  75. "\tthis cell spans 4 columns|||\n"
  76. msgstr ""
  77. #. type: Title ##
  78. #, no-wrap
  79. msgid "usage"
  80. msgstr "brug"
  81. #. type: Bullet: '* '
  82. msgid "`data` - Values for the table."
  83. msgstr ""
  84. #. type: Bullet: '* '
  85. msgid "`file` - A file in the wiki containing the data."
  86. msgstr ""
  87. #. type: Bullet: '* '
  88. msgid ""
  89. "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
  90. "default)."
  91. msgstr ""
  92. #. type: Plain text
  93. #, no-wrap
  94. msgid ""
  95. "* `delimiter` - The character used to separate fields. By default,\n"
  96. " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
  97. "* `class` - A CSS class for the table html element.\n"
  98. "* `header` - By default, or if set to \"row\", the first data line is used\n"
  99. " as the table header. Set it to \"no\" to make a table without a header, or\n"
  100. " \"column\" to make the first column be the header.\n"
  101. msgstr ""
  102. #. type: Plain text
  103. #, no-wrap
  104. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  105. msgstr "[[!meta robots=\"noindex, follow\"]]\n"