Commit 4ea04422 authored by Ivan Leo Murray-Smith's avatar Ivan Leo Murray-Smith Committed by Alexandre Julliard

Added Italian resources.

parent d8e34ebc
/*
* Clock (Italian resources)
*
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
* Copyright 2003 Ivan Leo Murray-Smith <puoti@inwind.it>
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&Properiet" {
MENUITEM "Ana&logico", 0x100
MENUITEM "Digi&tale", 0x101
MENUITEM SEPARATOR
MENUITEM "&Font...", 0x103
MENUITEM SEPARATOR
MENUITEM "&Senza la barra del titolo", 0x105
MENUITEM SEPARATOR
MENUITEM "&Secondi", 0x107
MENUITEM "&Data", 0x108
}
POPUP "Inf&o..." {
MENUITEM "&Licenza", 0x109
MENUITEM "&Garanzia", 0x10A
MENUITEM "&A proposito", 0x10B
}
}
STRINGTABLE DISCARDABLE
{
CLOCK, "Orologio"
MENU_ON_TOP, "&Sempre in primo piano"
}
......@@ -29,6 +29,7 @@
#include "Fi.rc"
#include "Fr.rc"
#include "Hu.rc"
#include "It.rc"
#include "Pt.rc"
#include "Ru.rc"
#include "Si.rc"
......
......@@ -22,6 +22,7 @@
#include "cmdlgtst.h"
#include "En.rc"
#include "It.rc"
#include "Pt.rc"
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
......
......@@ -95,7 +95,7 @@
#define DIALOG_SYMBOL_FILE "&Nome del file:"
#define DIALOG_SYMBOL_CURRENT "I&cona corrente:"
#define DIALOG_EXECUTE_CAPTION "Execute Program"
#define DIALOG_EXECUTE_CAPTION "Esegui programma"
#define DIALOG_EXECUTE_COMMAND_LINE DIALOG_PROGRAM_COMMAND_LINE
#define DIALOG_EXECUTE_SYMBOL DIALOG_PROGRAM_SYMBOL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment