home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / txi-fr.tex < prev    next >
Text File  |  2002-10-11  |  3KB  |  76 lines

  1. % txi-fr.tex -- TeX macros to handle French language for texinfo.tex documents.
  2. % $Id: txi-en.tex,v 1.2 1999/07/09 22:09:28 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 for French.
  21. % Translated by Laurent Bourbeau <bourbeau@progiciels-bpi.ca>
  22. % Translation date: le 10 dΘcembre 1999.
  23. % Transmitted to: Karl Berry <karl@cs.umb.edu>
  24.  
  25. \gdef\putwordAppendix{Annexe}
  26. \gdef\putwordChapter{Chapitre}
  27. \gdef\putwordfile{fichier}
  28. \gdef\putwordin{dans}
  29. \gdef\putwordIndexIsEmpty{(Index est vide)}
  30. \gdef\putwordIndexNonexistent{(Index n'existe pas)}
  31. \gdef\putwordInfo{Info}
  32. \gdef\putwordInstanceVariableof{Variable d'instance de}
  33. \gdef\putwordMethodon{M\'ethode sur}
  34. \gdef\putwordNoTitle{Sans Titre}
  35. \gdef\putwordof{de}
  36. \gdef\putwordon{sur}
  37. \gdef\putwordpage{page}
  38. \gdef\putwordsection{section}
  39. \gdef\putwordSection{Section}
  40. \gdef\putwordsee{voir}
  41. \gdef\putwordSee{Voir}
  42. \gdef\putwordShortTOC{Sommaire}
  43. \gdef\putwordTOC{Table des mati\`eres}
  44. %
  45. \gdef\putwordMJan{janvier}
  46. \gdef\putwordMFeb{f\'evrier}
  47. \gdef\putwordMMar{mars}
  48. \gdef\putwordMApr{avril}
  49. \gdef\putwordMMay{mai}
  50. \gdef\putwordMJun{juin}
  51. \gdef\putwordMJul{juillet}
  52. \gdef\putwordMAug{ao\^ut}
  53. \gdef\putwordMSep{septembre}
  54. \gdef\putwordMOct{octobre}
  55. \gdef\putwordMNov{novembre}
  56. \gdef\putwordMDec{d\'ecembre}
  57. %
  58. \gdef\putwordDefmac{Macro}
  59. \gdef\putwordDefspec{Forme Sp\'eciale}
  60. \gdef\putwordDefvar{Variable}
  61. \gdef\putwordDefopt{Option de l'usager}
  62. \gdef\putwordDeftypevar{Variable}
  63. \gdef\putwordDeffunc{Fonction}
  64. \gdef\putwordDeftypefun{Fonction}
  65.  
  66. % Produces Day Month Year style of output.
  67. % French datation - for instance: 10 janvier 2000.
  68. \def\today{%
  69.   \number\day\space
  70.   \ifcase\month
  71.   \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  72.   \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  73.   \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  74.   \fi
  75.   \space\number\year}
  76.