summaryrefslogtreecommitdiff
path: root/po/underlays/basewiki/ikiwiki/pagespec/attachment.cs.po
blob: 2eb1493c87fa268f50060f55da4791268d0e6bb5 (plain)
  1. # Czech translation of basewiki/ikiwiki/pagespec/attachment page for ikiwiki.
  2. # Copyright (C) 2009 Miroslav Kure <kurem@debian.cz>
  3. # This file is distributed under the same license as the ikiwiki package.
  4. # Miroslav Kure <kurem@debian.cz>, 2009.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ikiwiki/basewiki\n"
  9. "POT-Creation-Date: 2009-08-28 02:48-0300\n"
  10. "PO-Revision-Date: 2009-08-27 09:04+0200\n"
  11. "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
  12. "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. #. type: Plain text
  17. #, no-wrap
  18. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  19. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  20. #. type: Plain text
  21. #, no-wrap
  22. msgid ""
  23. "[[!if test=\"enabled(attachment)\"\n"
  24. " then=\"This wiki has attachments **enabled**.\"\n"
  25. " else=\"This wiki has attachments **disabled**.\"]]\n"
  26. msgstr ""
  27. "[[!if test=\"enabled(attachment)\"\n"
  28. " then=\"Tato wiki má přílohy **povolené**.\"\n"
  29. " else=\"Tato wiki má přílohy **vypnuté**.\"]]\n"
  30. #. type: Plain text
  31. msgid ""
  32. "If attachments are enabled, the wiki admin can control what types of "
  33. "attachments will be accepted, via the `allowed_attachments` configuration "
  34. "setting."
  35. msgstr ""
  36. "Pokud jsou přílohy povoleny, může správce wiki pomocí volby "
  37. "`allowed_attachments` určovat, které typy příloh budou povoleny."
  38. #. type: Plain text
  39. msgid ""
  40. "For example, to limit arbitrary files to 50 kilobytes, but allow larger mp3 "
  41. "files to be uploaded by joey into a specific directory, and check all "
  42. "attachments for viruses, something like this could be used:"
  43. msgstr ""
  44. "Například pokud byste chtěli omezit všechny soubory na 50 kilobajtů s "
  45. "výjimkou větčích mp3 souborů nahraných uživatelem joey do specifického "
  46. "adresáře a navíc byste chtěli všechny soubory zkontrolovat na přítomnost "
  47. "virů, mohli byste použít něco jako:"
  48. #. type: Plain text
  49. #, no-wrap
  50. msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
  51. msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
  52. #. type: Plain text
  53. msgid ""
  54. "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
  55. "additional tests:"
  56. msgstr "Běžná syntaxe [[ikiwiki/PageSpec]] je rozšířena o následující testy:"
  57. #. type: Bullet: '* '
  58. msgid ""
  59. "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
  60. "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", \"gb"
  61. "\" etc can be used to specify the units."
  62. msgstr ""
  63. "„`maxsize(velikost)`“ - testuje, zda není příloha větší než zadaná velikost. "
  64. "Velikost je standardně uváděna v bajtech, ale můžete použít i jiné jednotky, "
  65. "když za velikost připojíte „kb“, „mb“, „gb“ apod."
  66. #. type: Bullet: '* '
  67. msgid ""
  68. "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
  69. "specified size."
  70. msgstr ""
  71. "„`minsize(velikost)`“ - testuje, zda není příloha menší než zadaná velikost. "
  72. #. type: Bullet: '* '
  73. msgid ""
  74. "\"`ispage()`\" - tests whether the attachment will be treated by ikiwiki as "
  75. "a wiki page. (Ie, if it has an extension of \".mdwn\", or of any other "
  76. "enabled page format)."
  77. msgstr ""
  78. "„`ispage()`“ - testuje, zda bude ikiwiki přílohu chápat jako wiki stránku "
  79. "(tzn. zda má příloha příponu „.mdwn“, nebo příponu některého jiného "
  80. "podporovaného formátu)."
  81. #. type: Plain text
  82. #, no-wrap
  83. msgid ""
  84. " So, if you don't want to allow wiki pages to be uploaded as attachments,\n"
  85. " use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n"
  86. " as attachments, use `ispage()`.\n"
  87. msgstr ""
  88. " Pokud nechcete umožnit nahrávání wiki stránek jako příloh, použijte\n"
  89. " `!ispage()`. Analogicky, chcete-li umožnit nahrávání pouze wiki stránek,\n"
  90. " použijte `ispage()`.\n"
  91. #. type: Bullet: '* '
  92. msgid ""
  93. "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
  94. "include a glob in the type, for example `mimetype(image/*)`."
  95. msgstr ""
  96. "„`mimetype(něco/cosi)`“ - zkontroluje MIME typ přílohy. Můžete použít i "
  97. "zástupné znaky, například `mimetype(image/*)`."
  98. #. type: Bullet: '* '
  99. msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
  100. msgstr "„`virusfree()`“ - zkontroluje přílohu antivirovým programem."