txi-nb.tex 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. % $Id$
  2. % txi-it.tex -- Norwegian translations for texinfo.tex (1999-10-29, GNU
  3. % Texinfo 4.0).
  4. %
  5. % Copyright (C) 1999, 2007, 2008 Trond Endrest=F8l <endrestol@hotmail.com>
  6. %
  7. % This program is free software; you can redistribute it and/or modify
  8. % it under the terms of the GNU General Public License as published by
  9. % the Free Software Foundation; either version 3 of the License, or
  10. % (at your option) any later version.
  11. %
  12. % This program is distributed in the hope that it will be useful,
  13. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. % GNU General Public License for more details.
  16. %
  17. % You should have received a copy of the GNU General Public License
  18. % along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. \txisetlanguage{bokmal}{2}{2} % used for both bokmal and nynorsk
  20. \plainfrenchspacing
  21. \gdef\putwordAppendix{Vedlegg}
  22. \gdef\putwordChapter{Kapittel}
  23. \gdef\putwordfile{fil}
  24. \gdef\putwordIndexIsEmpty{(Indeks er tom)}
  25. \gdef\putwordIndexNonexistent{(Indeks eksisterer ikke)}
  26. \gdef\putwordInfo{Info}
  27. \gdef\putwordMethodon{Metode p\aa}
  28. \gdef\putwordNoTitle{Ingen tittel}
  29. \gdef\putwordof{av}
  30. \gdef\putwordon{p\aa}
  31. \gdef\putwordpage{side}
  32. \gdef\putwordsection{avsnitt}
  33. \gdef\putwordSection{Avsnitt}
  34. \gdef\putwordsee{se}
  35. \gdef\putwordSee{Se}
  36. \gdef\putwordShortTOC{Kort innholdsfortegnelse}
  37. \gdef\putwordTOC{Innholdsfortegnelse}
  38. %
  39. \gdef\putwordMJan{januar}
  40. \gdef\putwordMFeb{februar}
  41. \gdef\putwordMMar{mars}
  42. \gdef\putwordMApr{april}
  43. \gdef\putwordMMay{mai}
  44. \gdef\putwordMJun{juni}
  45. \gdef\putwordMJul{juli}
  46. \gdef\putwordMAug{august}
  47. \gdef\putwordMSep{september}
  48. \gdef\putwordMOct{oktober}
  49. \gdef\putwordMNov{november}
  50. \gdef\putwordMDec{desember}
  51. %
  52. \gdef\putwordDefmac{Makro}
  53. \gdef\putwordDefspec{Spesiell form}
  54. \gdef\putwordDefivar{Forekomstvariabel}
  55. \gdef\putwordDefvar{Variabel}
  56. \gdef\putwordDefopt{Brukervalg}
  57. \gdef\putwordDeffunc{Funksjon}
  58. %
  59. % Redefine \today to produce Norwegian
  60. % preferred dates such as 28. januar 1999.
  61. %
  62. \gdef\today{%
  63. \number\day.\space
  64. \ifcase\month
  65. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  66. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  67. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  68. \fi
  69. \space\number\year}