mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
32 lines
652 B
Turing
32 lines
652 B
Turing
#ifdef _MSC_VER
|
|
#pragma setlocale("C")
|
|
#endif
|
|
// SysExecGui.lay
|
|
|
|
T_("Ok")
|
|
deDE("")
|
|
itIT("Conferma")
|
|
|
|
T_("Cancel")
|
|
deDE("Abbrechen")
|
|
itIT("Annulla")
|
|
|
|
T_("Password :")
|
|
deDE("")
|
|
itIT("Password :")
|
|
|
|
|
|
// SysExecGui.cpp
|
|
|
|
T_("Please enter password to execute administrative tasks")
|
|
deDE("")
|
|
itIT("Introdurre la propria password per eseguire operazioni amministrative")
|
|
|
|
T_("[1 '%s' application can change important parts of your system]")
|
|
deDE("")
|
|
itIT("[1 L'applicazione '%s' pu\303\262 modificare parti importanti del vostro "
|
|
"sistema]")
|
|
|
|
T_("Wrong password -- Try again")
|
|
deDE("")
|
|
itIT("Password errata -- Riprovare")
|