summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/table.es.po
blob: 468758b082595d75f8b595b2a841d3efa7afc0c3 (plain)
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2011-05-05 20:04+0300\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\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. #. type: Plain text
  19. msgid ""
  20. "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
  21. "plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This directive can build HTML tables from data in CSV (comma-separated "
  26. "values) or DSV (delimiter-separated values) format."
  27. msgstr ""
  28. #. type: Title ##
  29. #, no-wrap
  30. msgid "examples"
  31. msgstr ""
  32. #. type: Plain text
  33. #:
  34. #, no-wrap
  35. msgid "\t\\[[!table data=\"\"\"\n"
  36. msgstr ""
  37. #. type: Plain text
  38. #, no-wrap
  39. msgid ""
  40. "\tCustomer |Amount\n"
  41. "\tFulanito |134,34\n"
  42. "\tMenganito|234,56\n"
  43. "\tMenganito|234,56\n"
  44. msgstr ""
  45. #. type: Plain text
  46. #, no-wrap
  47. msgid ""
  48. "\t\\[[!table class=\"book_record\" format=csv "
  49. "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: Title ##
  74. #, no-wrap
  75. msgid "usage"
  76. msgstr ""
  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, "
  96. "or\n"
  97. " \"column\" to make the first column be the header.\n"
  98. msgstr ""
  99. #. type: Plain text
  100. msgid ""
  101. "For tab-delimited tables (often obtained by copying and pasting from HTML or "
  102. "a spreadsheet), `delimiter` must be set to a literal tab character. These "
  103. "are difficult to type in most web browsers - copying and pasting one from "
  104. "the table data is likely to be the easiest way."
  105. msgstr ""
  106. #. type: Plain text
  107. #, no-wrap
  108. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  109. msgstr ""