files_trashbin.po 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # Honza K. <honza889@gmail.com>, 2013
  7. # pstast <petr@stastny.eu>, 2013
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: ownCloud\n"
  11. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  12. "POT-Creation-Date: 2013-08-19 15:06-0400\n"
  13. "PO-Revision-Date: 2013-08-16 09:20+0000\n"
  14. "Last-Translator: pstast <petr@stastny.eu>\n"
  15. "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: cs_CZ\n"
  20. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
  21. #: ajax/delete.php:42
  22. #, php-format
  23. msgid "Couldn't delete %s permanently"
  24. msgstr "Nelze trvale odstranit %s"
  25. #: ajax/undelete.php:42
  26. #, php-format
  27. msgid "Couldn't restore %s"
  28. msgstr "Nelze obnovit %s"
  29. #: js/trash.js:7 js/trash.js:100
  30. msgid "perform restore operation"
  31. msgstr "provést obnovu"
  32. #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
  33. msgid "Error"
  34. msgstr "Chyba"
  35. #: js/trash.js:36
  36. msgid "delete file permanently"
  37. msgstr "trvale odstranit soubor"
  38. #: js/trash.js:127
  39. msgid "Delete permanently"
  40. msgstr "Trvale odstranit"
  41. #: js/trash.js:182 templates/index.php:17
  42. msgid "Name"
  43. msgstr "Název"
  44. #: js/trash.js:183 templates/index.php:27
  45. msgid "Deleted"
  46. msgstr "Smazáno"
  47. #: js/trash.js:191
  48. msgid "%n folder"
  49. msgid_plural "%n folders"
  50. msgstr[0] "%n adresář"
  51. msgstr[1] "%n adresáře"
  52. msgstr[2] "%n adresářů"
  53. #: js/trash.js:197
  54. msgid "%n file"
  55. msgid_plural "%n files"
  56. msgstr[0] "%n soubor"
  57. msgstr[1] "%n soubory"
  58. msgstr[2] "%n souborů"
  59. #: lib/trash.php:819 lib/trash.php:821
  60. msgid "restored"
  61. msgstr "obnoveno"
  62. #: templates/index.php:9
  63. msgid "Nothing in here. Your trash bin is empty!"
  64. msgstr "Žádný obsah. Váš koš je prázdný."
  65. #: templates/index.php:20 templates/index.php:22
  66. msgid "Restore"
  67. msgstr "Obnovit"
  68. #: templates/index.php:30 templates/index.php:31
  69. msgid "Delete"
  70. msgstr "Smazat"
  71. #: templates/part.breadcrumb.php:9
  72. msgid "Deleted Files"
  73. msgstr "Smazané soubory"