mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-21 22:04:06 -06:00
113 lines
1.8 KiB
Turing
113 lines
1.8 KiB
Turing
#ifdef _MSC_VER
|
|
#pragma setlocale("C")
|
|
#endif
|
|
// SysInfo.cpp
|
|
|
|
T_("Unknown process")
|
|
caES("Proc\351s desconegut")
|
|
esES("Proceso desconocido")
|
|
euES("Ezezaguna prozesua")
|
|
frFR("Processus inconnu")
|
|
|
|
T_("Impossible to change Desktop bitmap")
|
|
caES("Impossible canviar la imatge de l'escriptori")
|
|
esES("Imposible cambiar la imagen del escritorio")
|
|
euES("Desktop image ezin da aldatu")
|
|
frFR("Impossible de changer bitmap de bureau")
|
|
|
|
|
|
// ScreenGrab.cpp
|
|
|
|
T_("Unknown grab mode")
|
|
caES("Mode de gravaci\363 desconegut")
|
|
esES("Modo de grabaci\303\263n desconocido")
|
|
euES("Grabaketa mode ezezaguna")
|
|
frFR("Mode d\351placement inconnu")
|
|
|
|
|
|
// Crash.cpp
|
|
|
|
T_("Program error")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("Default exception")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("Process asked to terminate")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("Unexpected exception")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("Pure virtual function call")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("Invalid parameter")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("Invalid parameter in %s, function %s, file %s, line %d")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("Not enough memory available")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("SIGABRT: Process has aborted")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("SIGFPE: Floating point error")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("SIGILL: Executable code seems corrupted")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("SIGINT: Process has been asked to terminate by user")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("SIGSEGV: Trying to read or write from/to a memory area that your process "
|
|
"does not have access to")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|
|
|
|
T_("SIGTERM: Process has been asked to terminate by other application")
|
|
caES("")
|
|
esES("")
|
|
euES("")
|
|
frFR("")
|