txi-sr.tex 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. % $Id$
  2. % txi-src.tex -- Serbian-latin translation for texinfo.tex.
  3. %
  4. % Copyright 2005, 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. % Created by Predrag Rakic.
  20. \txisetlanguage{serbian}{2}{2}
  21. \plainfrenchspacing
  22. \gdef\putwordAppendix{Prilog}
  23. \gdef\putwordChapter{Glava}
  24. \gdef\putwordfile{datoteka}
  25. \gdef\putwordin{u}
  26. \gdef\putwordIndexIsEmpty{(Indeks je prazan)}
  27. \gdef\putwordIndexNonexistent{(Indeks ne postoji)}
  28. \gdef\putwordInfo{Info}
  29. \gdef\putwordInstanceVariableof{Atribut klase}
  30. \gdef\putwordMethodon{Metod klase}
  31. \gdef\putwordNoTitle{Bez naslova}
  32. \gdef\putwordof{}
  33. \gdef\putwordon{}
  34. \gdef\putwordpage{strana}
  35. \gdef\putwordsection{poglavlje}
  36. \gdef\putwordSection{Poglavlje}
  37. \gdef\putwordsee{vidi}
  38. \gdef\putwordSee{Vidi}
  39. \gdef\putwordShortTOC{Kratak sadr\v{z}aj}
  40. \gdef\putwordTOC{Sadr\v{z}aj}
  41. %
  42. \gdef\putwordMJan{Januar}
  43. \gdef\putwordMFeb{Februar}
  44. \gdef\putwordMMar{Mart}
  45. \gdef\putwordMApr{April}
  46. \gdef\putwordMMay{Maj}
  47. \gdef\putwordMJun{Jun}
  48. \gdef\putwordMJul{Jul}
  49. \gdef\putwordMAug{Avgust}
  50. \gdef\putwordMSep{Septembar}
  51. \gdef\putwordMOct{Oktobar}
  52. \gdef\putwordMNov{Novembar}
  53. \gdef\putwordMDec{Decembar}
  54. %
  55. \gdef\putwordDefmac{Makro}
  56. \gdef\putwordDefspec{Posebna forma}
  57. \gdef\putwordDefvar{Promenljiva}
  58. \gdef\putwordDefopt{Korisni\v{c}ka opcija}
  59. \gdef\putwordDeffunc{Funkcija}
  60. % Produces Day Month Year style of output.
  61. \def\today{%
  62. \number\day\space
  63. \ifcase\month
  64. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  65. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  66. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  67. \fi
  68. \space\number\year}