summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/table.da.po
blob: 083f0175e4242f0c63a57b11f7d195ea9ce68374 (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: 2010-07-18 22:29+0000\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. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "X-Poedit-Language: Danish\n"
  20. "X-Poedit-Country: DENMARK\n"
  21. "X-Poedit-SourceCharset: utf-8\n"
  22. #. type: Plain text
  23. msgid ""
  24. "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
  25. "plugin."
  26. msgstr ""
  27. #. type: Plain text
  28. msgid ""
  29. "This directive can build HTML tables from data in CSV (comma-separated "
  30. "values) or DSV (delimiter-separated values) format."
  31. msgstr ""
  32. #. type: Title ##
  33. #, no-wrap
  34. msgid "examples"
  35. msgstr "eksempler"
  36. #. type: Plain text
  37. #, no-wrap
  38. msgid "\t\\[[!table data=\"\"\"\n"
  39. msgstr "\t\\[[!table data=\"\"\"\n"
  40. #. type: Plain text
  41. #, fuzzy, no-wrap
  42. #| msgid ""
  43. #| "\tCustomer|Amount\n"
  44. #| "\tFulanito|134,34\n"
  45. #| "\tMenganito|234,56\n"
  46. #| "\tMenganito|234,56\n"
  47. msgid ""
  48. "\tCustomer |Amount\n"
  49. "\tFulanito |134,34\n"
  50. "\tMenganito|234,56\n"
  51. "\tMenganito|234,56\n"
  52. msgstr ""
  53. "\tKunde|Mængde\n"
  54. "\tFulanito|134,34\n"
  55. "\tMenganito|234,56\n"
  56. "\tMenganito|234,56\n"
  57. #. type: Plain text
  58. #, no-wrap
  59. msgid "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
  60. msgstr "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
  61. #. type: Plain text
  62. msgid "In this second example the `record1` page should be similar to:"
  63. msgstr ""
  64. #. type: Plain text
  65. #, no-wrap
  66. msgid ""
  67. "\t\"Title\",\"Perl Best Practices\"\n"
  68. "\t\"Author\",\"Damian Conway\"\n"
  69. "\t\"Publisher\",\"O’Reilly\"\n"
  70. msgstr ""
  71. #. type: Plain text
  72. msgid ""
  73. "To make a cell span multiple columns, follow it with one or more empty "
  74. "cells. For example:"
  75. msgstr ""
  76. #. type: Plain text
  77. #, no-wrap
  78. msgid ""
  79. "\tleft||right|\n"
  80. "\ta|b|c|d\n"
  81. "\tthis cell spans 4 columns|||\n"
  82. msgstr ""
  83. #. type: Title ##
  84. #, no-wrap
  85. msgid "usage"
  86. msgstr "brug"
  87. #. type: Bullet: '* '
  88. msgid "`data` - Values for the table."
  89. msgstr ""
  90. #. type: Bullet: '* '
  91. msgid "`file` - A file in the wiki containing the data."
  92. msgstr ""
  93. #. type: Bullet: '* '
  94. msgid ""
  95. "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
  96. "default)."
  97. msgstr ""
  98. #. type: Plain text
  99. #, no-wrap
  100. msgid ""
  101. "* `delimiter` - The character used to separate fields. By default,\n"
  102. " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
  103. "* `class` - A CSS class for the table html element.\n"
  104. "* `header` - By default, or if set to \"row\", the first data line is used\n"
  105. " as the table header. Set it to \"no\" to make a table without a header, or\n"
  106. " \"column\" to make the first column be the header.\n"
  107. msgstr ""
  108. #. type: Plain text
  109. msgid ""
  110. "For tab-delimited tables (often obtained by copying and pasting from HTML or "
  111. "a spreadsheet), `delimiter` must be set to a literal tab character. These "
  112. "are difficult to type in most web browsers - copying and pasting one from "
  113. "the table data is likely to be the easiest way."
  114. msgstr ""
  115. #. type: Plain text
  116. #, no-wrap
  117. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  118. msgstr "[[!meta robots=\"noindex, follow\"]]\n"