mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/SysExecGui : added Italian translation
git-svn-id: svn://ultimatepp.org/upp/trunk@3134 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
70775159ce
commit
8be8a2fd2b
2 changed files with 26 additions and 0 deletions
25
bazaar/SysExecGui/SysExecGui.t
Normal file
25
bazaar/SysExecGui/SysExecGui.t
Normal file
|
|
@ -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")
|
||||
|
|
@ -5,6 +5,7 @@ uses
|
|||
SysExec;
|
||||
|
||||
file
|
||||
SysExecGui.t,
|
||||
SysExecGui.iml,
|
||||
SysExecGui.lay,
|
||||
SysExecGui.h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue