Module: wine Branch: master Commit: 5fd0bfe364df6726e394dfadf6b65719662419fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fd0bfe364df6726e394dfadf6...
Author: Luca Bennati lucak3@gmail.com Date: Fri Sep 10 13:59:09 2010 +0200
inetcpl.cpl: Add Italian translation.
---
dlls/inetcpl.cpl/Makefile.in | 1 + dlls/inetcpl.cpl/cpl_It.rc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/dlls/inetcpl.cpl/Makefile.in b/dlls/inetcpl.cpl/Makefile.in index 93bf2ac..66151e7 100644 --- a/dlls/inetcpl.cpl/Makefile.in +++ b/dlls/inetcpl.cpl/Makefile.in @@ -10,6 +10,7 @@ C_SRCS = \ RC_SRCS = \ cpl_De.rc \ cpl_En.rc \ + cpl_It.rc \ inetcpl.rc
SVG_SRCS = \ diff --git a/dlls/inetcpl.cpl/cpl_It.rc b/dlls/inetcpl.cpl/cpl_It.rc new file mode 100644 index 0000000..81e3044 --- /dev/null +++ b/dlls/inetcpl.cpl/cpl_It.rc @@ -0,0 +1,33 @@ +/* + * Internet control panel applet + * + * Copyright 2010 Luca Bennati <lucak3@gmail.com + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + * + */ + +#include "inetcpl.h" + +/* UTF-8 */ +#pragma codepage(65001) + +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE DISCARDABLE +BEGIN + IDS_CPL_NAME "Impostazioni di Internet" + IDS_CPL_INFO "Configura il browser Internet di Wine e le relative impostazioni" +END