summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/color.da.po
blob: 59ba665a92f616c31c65b65778eacab1e8ee77e1 (plain)
  1. # Danish translation of directives/ikiwiki/directive/color 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 `color` directive is supplied by the [[!iki plugins/color desc=color]] "
  24. "plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "This directive can be used to color a piece of text on a page. It can be "
  29. "used to set the foreground and/or background color of the text."
  30. msgstr ""
  31. #. type: Plain text
  32. msgid ""
  33. "You can use a color name (e.g. `white`) or HTML code (e.g. `#ffffff`) to "
  34. "define colors."
  35. msgstr ""
  36. #. type: Title ##
  37. #, no-wrap
  38. msgid "examples"
  39. msgstr "eksempler"
  40. #. type: Plain text
  41. msgid ""
  42. "Here the foreground color is defined as a word, while the background color "
  43. "is defined as a HTML color code:"
  44. msgstr ""
  45. #. type: Plain text
  46. #, no-wrap
  47. msgid "\t\\[[!color foreground=white background=#ff0000 text=\"White text on red background\"]]\n"
  48. msgstr "\t\\[[!color foreground=white background=#ff0000 text=\"Hvid tekst på rød baggrund\"]]\n"
  49. #. type: Plain text
  50. msgid ""
  51. "The background color is missing, so the text is displayed on default "
  52. "background:"
  53. msgstr ""
  54. #. type: Plain text
  55. #, no-wrap
  56. msgid "\t\\[[!color foreground=white text=\"White text on default color background\"]]\n"
  57. msgstr ""
  58. #. type: Plain text
  59. msgid ""
  60. "The foreground is missing, so the text has the default foreground color:"
  61. msgstr ""
  62. #. type: Plain text
  63. #, no-wrap
  64. msgid "\t\\[[!color background=#ff0000 text=\"Default color text on red background\"]]\n"
  65. msgstr ""
  66. #. type: Plain text
  67. #, no-wrap
  68. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  69. msgstr "[[!meta robots=\"noindex, follow\"]]\n"