tvprops.inc.php 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?php
  2. /**
  3. * Gallery
  4. *
  5. * Copyright 2010-2012 by Shaun McCormick <shaun@modx.com>
  6. *
  7. * Gallery is free software; you can redistribute it and/or modify it under the
  8. * terms of the GNU General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option) any later
  10. * version.
  11. *
  12. * Gallery is distributed in the hope that it will be useful, but WITHOUT ANY
  13. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  14. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License along with
  17. * Gallery; if not, write to the Free Software Foundation, Inc., 59 Temple
  18. * Place, Suite 330, Boston, MA 02111-1307 USA
  19. *
  20. * @package gallery
  21. */
  22. /**
  23. * Custom TV Czech Lexicon Entries for Gallery TVs
  24. *
  25. * @package gallery
  26. * @subpackage lexicon
  27. *
  28. * @author modxcms.cz
  29. * @updated 2011-12-09
  30. */
  31. // $_lang['galtv.ascending'] = 'Ascending';
  32. $_lang['galtv.ascending'] = 'Vzestupně';
  33. // $_lang['galtv.descending'] = 'Descending';
  34. $_lang['galtv.descending'] = 'Sestupně';
  35. // $_lang['galtv.limit'] = 'Limit';
  36. $_lang['galtv.limit'] = 'Limit';
  37. // $_lang['galtv.limit_desc'] = 'The number of Gallery Albums to limit. Set to 0 to show all.';
  38. $_lang['galtv.limit_desc'] = 'Počet alb, které mají být zobrazeny. Pokud chcete zobrazit všechny alba nastavte na 0.';
  39. // $_lang['galtv.listwidth'] = 'Dropdown Width';
  40. $_lang['galtv.listwidth'] = 'Šířka rozbalovací nabídky';
  41. // $_lang['galtv.listwidth_desc'] = 'The width of the combobox dropdown, in pixels.';
  42. $_lang['galtv.listwidth_desc'] = 'Šířka rozbalovací nabídky v px.';
  43. // $_lang['galtv.maxheight'] = 'Dropdown Max Height';
  44. $_lang['galtv.maxheight'] = 'Víška rozbalovací nabídky';
  45. // $_lang['galtv.maxheight_desc'] = 'Maximum height of the dropdown list for the combobox.';
  46. $_lang['galtv.maxheight_desc'] = 'Maximální výška rozbalovací nabídky.';
  47. // $_lang['galtv.name'] = 'Name';
  48. $_lang['galtv.name'] = 'Název';
  49. // $_lang['galtv.parent'] = 'Parent Album';
  50. $_lang['galtv.parent'] = 'Nadřazené album';
  51. // $_lang['galtv.parent_desc'] = 'If set, will use only the albums that are direct children of the specified album ID. Set to blank to show all, 0 to show only top-level albums.';
  52. $_lang['galtv.parent_desc'] = 'Je-li nastaveno, budou zobrazeny pouze ta alba, která jsou přímými potomky určeného ID alba. Pokud chcete zobrazit všechna alba ponechte toto prázdné, pokud nastavíte 0 dojde k zobrazení alb pouze z nejvyšší úrovně.';
  53. // $_lang['galtv.rank'] = 'Rank';
  54. $_lang['galtv.rank'] = 'Hodnocení';
  55. // $_lang['galtv.showcover'] = 'Show Cover';
  56. $_lang['galtv.showcover'] = 'Zobrazit titulní obrázek';
  57. // $_lang['galtv.showcover_desc'] = 'Show a thumbnail of the cover next to each album.';
  58. $_lang['galtv.showcover_desc'] = 'Zobrazení náhledu titulního obrázku vedle každého alba.';
  59. // $_lang['galtv.shownone'] = 'Show None Option';
  60. $_lang['galtv.shownone'] = 'Zobrazit možnost "Není"';
  61. // $_lang['galtv.shownone_desc'] = 'Show a "None" option that can be selected for a blank value.';
  62. $_lang['galtv.shownone_desc'] = 'Zobrazení možnosti nevybrané album "Není" ve vybírátku alb.';
  63. // $_lang['galtv.sort'] = 'Sort By';
  64. $_lang['galtv.sort'] = 'Řadit dle';
  65. // $_lang['galtv.sort_desc'] = 'The field to sort the albums by.';
  66. $_lang['galtv.sort_desc'] = 'Políčko, podle kterého mají být alba seřazeny.';
  67. // $_lang['galtv.sortdir'] = 'Sort Direction';
  68. $_lang['galtv.sortdir'] = 'Směr řazení';
  69. // $_lang['galtv.sortdir_desc'] = 'The direction to sort the albums by.';
  70. $_lang['galtv.sortdir_desc'] = 'Směr, kterým se mají alba řadit.';
  71. // $_lang['galtv.start'] = 'Start Index';
  72. $_lang['galtv.start'] = 'Index prvního';
  73. // $_lang['galtv.start_desc'] = 'If limit is greater than 0, will start at this index.';
  74. $_lang['galtv.start_desc'] = 'Pokud je limit nastaven větší než 0, pak se začne na místě dle tohoto indexu.';
  75. // $_lang['galtv.width'] = 'Width';
  76. $_lang['galtv.width'] = 'Šířka';
  77. // $_lang['galtv.width_desc'] = 'The width of the combobox, in pixels.';
  78. $_lang['galtv.width_desc'] = 'Šířka rozbalovací nabídky v px.';
  79. //$_lang['galtv.subchilds'] = 'Show all of parent sub childs';
  80. $_lang['galtv.subchilds'] = 'Zobrazit všechny potomky';
  81. //$_lang['galtv.subchilds_desc'] = 'Show all of parent childs and subchilds.';
  82. $_lang['galtv.subchilds_desc'] = 'Zobrazit všechny potomky od zadaného rodiče.';