txi-pl.tex 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. % $Id$
  2. % txi-pl.tex -- Polish translations for texinfo.tex.
  3. %
  4. % Copyright 2003, 2006, 2007, 2008 Free Software Foundation.
  5. %
  6. % This program is free software; you can redistribute it and/or modify
  7. % it under the terms of the GNU General Public License as published by
  8. % the Free Software Foundation; either version 3 of the License, or
  9. % (at your option) any later version.
  10. %
  11. % This program is distributed in the hope that it will be useful,
  12. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. % GNU General Public License for more details.
  15. %
  16. % You should have received a copy of the GNU General Public License
  17. % along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. %
  19. % Written by Wojciech Polak <polak@gnu.org> on 29-03-2003.
  20. % Modified by Staszek Wawrykiewicz <staw@gust.org.pl> on 01-04-2003.
  21. \txisetlanguage{polish}{2}{2}
  22. \plainfrenchspacing
  23. \gdef\putwordAppendix{Suplement}
  24. \gdef\putwordChapter{Rozdzia³}
  25. \gdef\putwordfile{plik}
  26. \gdef\putwordin{w}
  27. \gdef\putwordIndexIsEmpty{(Skorowidz jest pusty)}
  28. \gdef\putwordIndexNonexistent{(Brak skorowidza)}
  29. \gdef\putwordInfo{Info}
  30. \gdef\putwordInstanceVariableof{Przyk³adowa zmienna}
  31. \gdef\putwordMethodon{Metoda}
  32. \gdef\putwordNoTitle{Brak tytu³u}
  33. \gdef\putwordof{z}
  34. \gdef\putwordon{na}
  35. \gdef\putwordpage{strona}
  36. \gdef\putwordsection{czê¶æ}
  37. \gdef\putwordSection{Czê¶æ}
  38. \gdef\putwordsee{zobacz}
  39. \gdef\putwordSee{Zobacz}
  40. \gdef\putwordShortTOC{Krótka zawarto¶æ}
  41. \gdef\putwordTOC{Spis tre¶ci}
  42. %
  43. \gdef\putwordMJan{stycznia}
  44. \gdef\putwordMFeb{lutego}
  45. \gdef\putwordMMar{marca}
  46. \gdef\putwordMApr{kwietnia}
  47. \gdef\putwordMMay{maja}
  48. \gdef\putwordMJun{czerwca}
  49. \gdef\putwordMJul{lipca}
  50. \gdef\putwordMAug{sierpnia}
  51. \gdef\putwordMSep{wrze¶nia}
  52. \gdef\putwordMOct{pa¼dziernika}
  53. \gdef\putwordMNov{listopada}
  54. \gdef\putwordMDec{grudnia}
  55. %
  56. \gdef\putwordDefmac{Makro}
  57. \gdef\putwordDefspec{Specjalna forma}
  58. \gdef\putwordDefvar{Zmienna}
  59. \gdef\putwordDefopt{Opcja u¿ytkownika}
  60. \gdef\putwordDeffunc{Funkcja}
  61. %
  62. % Produces Day Month Year style of output.
  63. %
  64. \def\today{%
  65. \number\day\space
  66. \ifcase\month
  67. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  68. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  69. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  70. \fi
  71. \space\number\year}