PME.lang.PL.inc 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. /*
  3. * phpMyEdit language file
  4. *
  5. * language: polish
  6. * encoding: iso-8859-2
  7. * date: 01/10/2002, 30/06/2003
  8. * author: Piotr Walesiuk <p.walesiuk@bos.com.pl>
  9. */
  10. /* $Platon: phpMyEdit/lang/PME.lang.PL.inc,v 1.8 2004/01/12 05:52:56 nepto Exp $ */
  11. return Array(
  12. 'Add' =>'Dodaj',
  13. 'Copy' =>'Kopiuj',
  14. 'Change' =>'Zmieñ',
  15. 'Delete' =>'Usuñ',
  16. 'View' =>'Poka¿',
  17. 'Prev' =>'Wstecz',
  18. 'Next' =>'Dalej',
  19. 'First' =>'First', // untranslated
  20. 'Last' =>'Last', // untranslated
  21. 'Go to' =>'Go to', // untranslated
  22. 'Page' =>'Strona',
  23. 'Records' =>'Rekordy',
  24. 'Save' =>'Zapisz',
  25. 'More' =>'Wiêcej',
  26. 'Apply' =>'Zastosuj',
  27. 'Cancel' =>'Anuluj',
  28. 'Search' =>'Szukaj',
  29. 'Hide' =>'Ukryj',
  30. 'Clear' =>'Wyczy¶æ',
  31. 'Query' =>'Zapytanie',
  32. 'Current Query' =>'Aktualne zapytanie',
  33. 'Sorted By' =>'Posortowane wed³ug',
  34. 'ascending' =>'rosn±co',
  35. 'descending' =>'malej±co',
  36. 'hidden' =>'ukryte',
  37. 'of' =>'z',
  38. 'record added' =>'rekord dodany',
  39. 'record changed'=>'rekord zmieniony',
  40. 'record deleted'=>'rekord usuniêty',
  41. 'Please enter' =>'Proszê wprowadziæ',
  42. 'months' => Array(
  43. '01'=>'Styczeñ',
  44. '02'=>'Luty',
  45. '03'=>'Marzec',
  46. '04'=>'Kwiecieñ',
  47. '05'=>'Maj',
  48. '06'=>'Czerwiec',
  49. '07'=>'Lipiec',
  50. '08'=>'Sierpieñ',
  51. '09'=>'Wrzesieñ',
  52. '10'=>'Pa¼dziernik',
  53. '11'=>'Listopad',
  54. '12'=>'Grudzieñ')
  55. );
  56. ?>