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.

44 lines
1.1 KiB

4 years ago
  1. <?php
  2. //============================================================+
  3. // File name : pol.php
  4. // Begin : 2010-10-26
  5. // Last Update : 2010-10-26
  6. //
  7. // Description : Language module for TCPDF
  8. // (contains translated texts)
  9. // Polish
  10. //
  11. // Author: Nicola Asuni
  12. //
  13. // (c) Copyright:
  14. // Nicola Asuni
  15. // Tecnick.com LTD
  16. // www.tecnick.com
  17. // info@tecnick.com
  18. //============================================================+
  19. /**
  20. * TCPDF language file (contains translated texts).
  21. * @package com.tecnick.tcpdf
  22. * @brief TCPDF language file: Polish
  23. * @author Nicola Asuni
  24. * @since 2010-10-26
  25. */
  26. // Polish
  27. global $l;
  28. $l = Array();
  29. // PAGE META DESCRIPTORS --------------------------------------
  30. $l['a_meta_charset'] = 'UTF-8';
  31. $l['a_meta_dir'] = 'ltr';
  32. $l['a_meta_language'] = 'pl';
  33. // TRANSLATIONS --------------------------------------
  34. $l['w_page'] = 'strona';
  35. //============================================================+
  36. // END OF FILE
  37. //============================================================+