From 8be8a2fd2b387ab999972ed81eafc12f80c41b14 Mon Sep 17 00:00:00 2001 From: micio Date: Mon, 31 Jan 2011 13:03:18 +0000 Subject: [PATCH] Bazaar/SysExecGui : added Italian translation git-svn-id: svn://ultimatepp.org/upp/trunk@3134 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/SysExecGui/SysExecGui.t | 25 +++++++++++++++++++++++++ bazaar/SysExecGui/SysExecGui.upp | 1 + 2 files changed, 26 insertions(+) create mode 100644 bazaar/SysExecGui/SysExecGui.t diff --git a/bazaar/SysExecGui/SysExecGui.t b/bazaar/SysExecGui/SysExecGui.t new file mode 100644 index 000000000..2c4c7f09a --- /dev/null +++ b/bazaar/SysExecGui/SysExecGui.t @@ -0,0 +1,25 @@ +#ifdef _MSC_VER +#pragma setlocale("C") +#endif +// SysExecGui.lay + +T_("Ok") +itIT("Conferma") + +T_("Cancel") +itIT("Annulla") + +T_("Password :") +itIT("Password :") + + +// SysExecGui.cpp + +T_("Please enter password to execute administrative tasks") +itIT("Introdurre la propria password per eseguire operazioni amministrative") + +T_("[1 '%s' application can change important parts of your system]") +itIT("[1 L'applicazione '%s' pu\303\262 modificare parti importanti del vostro sistema]") + +T_("Wrong password -- Try again") +itIT("Password errata -- Riprovare") diff --git a/bazaar/SysExecGui/SysExecGui.upp b/bazaar/SysExecGui/SysExecGui.upp index 6722e6d00..4a60af3b3 100644 --- a/bazaar/SysExecGui/SysExecGui.upp +++ b/bazaar/SysExecGui/SysExecGui.upp @@ -5,6 +5,7 @@ uses SysExec; file + SysExecGui.t, SysExecGui.iml, SysExecGui.lay, SysExecGui.h,