You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
682 B

  1. <?php
  2. /**
  3. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  4. *
  5. * @author Martin Michalek <michalek.dev@gmail.com>
  6. */
  7. $lang['noPrefix'] = 'Ktoré (čiarkou oddelené) mená tried by mali byť vynechané pri použití predpony "wrap_"?';
  8. $lang['restrictedClasses'] = 'Obmedzenie použitia pluginu na tieto (čiarkou oddelené) triedy';
  9. $lang['restrictionType'] = 'Typ obmedzenia, špecifikuje, či triedy uvedené vyššie maju byť zahrnuté alebo vynechané';
  10. $lang['restrictionType_o_0'] = 'povolenie pre všetky triedy okrem uvedených vyššie';
  11. $lang['restrictionType_o_1'] = 'obmedzenie len na triedy uvedené vyššie a žiadne iné';