Annotation of OpenXM/src/asir-doc/txi-nl.tex, Revision 1.1
1.1 ! noro 1: % Dutch translation for texinfo.tex.
! 2: % $Id: txi-nl.tex,v 1.1 1999/07/09 22:09:10 karl Exp $
! 3: %
! 4: % Copyright (C) 1999 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 2 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, write to the Free Software
! 18: % Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! 19:
! 20: % Set up fixed words if not already set.
! 21: \gdef\putwordAppendix{Appendix}
! 22: \gdef\putwordChapter{Hoofdstuk}
! 23: \gdef\putwordfile{bestand}
! 24: \gdef\putwordin{in}
! 25: \gdef\putwordIndexIsEmpty{(Index is leeg)}
! 26: \gdef\putwordIndexNonexistent{(Index bestaat niet)}
! 27: \gdef\putwordInfo{Info}
! 28: \gdef\putwordInstanceVariableof{Instantie Variabele van}
! 29: \gdef\putwordMethodon{Methode van}
! 30: \gdef\putwordNoTitle{Geen titel}
! 31: \gdef\putwordof{van}
! 32: \gdef\putwordon{op}
! 33: \gdef\putwordpage{pagina}
! 34: \gdef\putwordsection{sectie}
! 35: \gdef\putwordSection{Sectie}
! 36: \gdef\putwordsee{zie}
! 37: \gdef\putwordSee{Zie}
! 38: \gdef\putwordShortTOC{Korte inhoudsopgave}
! 39: \gdef\putwordTOC{Inhoudsopgave}
! 40: %
! 41: \gdef\putwordMJan{Januari}
! 42: \gdef\putwordMFeb{Februari}
! 43: \gdef\putwordMMar{Maart}
! 44: \gdef\putwordMApr{April}
! 45: \gdef\putwordMMay{Mei}
! 46: \gdef\putwordMJun{Juni}
! 47: \gdef\putwordMJul{Juli}
! 48: \gdef\putwordMAug{Augustus}
! 49: \gdef\putwordMSep{September}
! 50: \gdef\putwordMOct{Oktober}
! 51: \gdef\putwordMNov{November}
! 52: \gdef\putwordMDec{December}
! 53: %
! 54: \gdef\putwordDefmac{Macro}
! 55: \gdef\putwordDefspec{Speciale Vorm}
! 56: \gdef\putwordDefvar{Variabele}
! 57: \gdef\putwordDefopt{Gebruikers optie}
! 58: \gdef\putwordDeftypevar{Variabele}
! 59: \gdef\putwordDeffunc{Functie}
! 60: \gdef\putwordDeftypefun{Functie}
! 61:
! 62: % Produces Day Month Year style of output.
! 63: \def\today{%
! 64: \number\day\space
! 65: \ifcase\month
! 66: \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
! 67: \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
! 68: \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
! 69: \fi
! 70: \space\number\year}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>