From bd4f607f15040073f5bbfe38fa83c38e8f042554 Mon Sep 17 00:00:00 2001 From: Henrik Skov Midtiby Date: Wed, 4 Feb 2009 18:03:23 +0100 Subject: [PATCH] Added an italian translation by Gustavo Cevolani --- todonotes.dtx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/todonotes.dtx b/todonotes.dtx index ed534ec..094cdcc 100644 --- a/todonotes.dtx +++ b/todonotes.dtx @@ -129,6 +129,9 @@ % square and the text in the list of todos. Added a new % usecase for marking old / new sections. Made the name % of listoftodos changeable.} +% \changes{0.8.2}{2009/02/04}{Italian translation by Gustavo +% Cevolani. Removed the dependence on the hyperref +% package.} % % \GetFileInfo{todonotes.dtx} % @@ -220,7 +223,7 @@ % all inserted notes are removed. % % \DescribeMacro{danish, german, french} -% \DescribeMacro{spanish, catalan} +% \DescribeMacro{spanish, catalan, italian} % Use the danish or german translations of the text strings % ''List of todos'' and ''Missing figure''. % The default is to use none of these options, which results in @@ -796,6 +799,12 @@ \@todonotes@SetMissingFigureUp{Figura}% \@todonotes@SetMissingFigureDown{pendient}% } +\DeclareOptionX{italian}{ + \@todonotes@SetTodoListName{Elenco delle cose da fare}% + \@todonotes@SetMissingFigureText{Figura}% + \@todonotes@SetMissingFigureUp{Figura}% + \@todonotes@SetMissingFigureDown{mancante}% +} % \end{macrocode} % Create a counter, for storing the number of inserted todos. % \begin{macrocode}