mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 22:03:07 -06:00
76 lines
1.3 KiB
Turing
76 lines
1.3 KiB
Turing
#ifdef _MSC_VER
|
|
#pragma setlocale("C")
|
|
#endif
|
|
// SysInfo.cpp
|
|
|
|
T_("Impossible to open file")
|
|
esES("Imposible abrir fichero")
|
|
|
|
T_("Problem found")
|
|
esES("Problema encontrado")
|
|
|
|
T_("Not possible to create")
|
|
esES("No es posible crear")
|
|
|
|
T_("Not possible to delete")
|
|
esES("No es posible borrar")
|
|
|
|
T_("There was a problem in the copy")
|
|
esES("Hubo un problema al copiar")
|
|
|
|
T_("Initializing...")
|
|
esES("")
|
|
|
|
T_("UNKNOWN")
|
|
esES("DESCONOCIDO")
|
|
|
|
T_("hours")
|
|
esES("")
|
|
|
|
T_("hour")
|
|
esES("")
|
|
|
|
T_("mins")
|
|
esES("")
|
|
|
|
T_("min")
|
|
esES("")
|
|
|
|
T_("secs")
|
|
esES("segs")
|
|
|
|
T_("sec")
|
|
esES("")
|
|
|
|
T_("Not possible to change Desktop bitmap")
|
|
esES("No es posible cambiar la imagen del Escritorio")
|
|
|
|
T_("Error")
|
|
esES("Error")
|
|
|
|
T_("changing Desktop bitmap")
|
|
esES("cambiando la imagen del Escritorio")
|
|
|
|
|
|
// Obsolete
|
|
|
|
T_(": Impossible to open file")
|
|
esES(": Imposible abrir fichero")
|
|
|
|
T_("Not possible to create ")
|
|
esES("No es posible crear ")
|
|
|
|
T_("Not possible to delete ")
|
|
esES("No es posible borrar ")
|
|
|
|
T_("Error ")
|
|
esES("Error ")
|
|
|
|
T_(" changing Desktop bitmap")
|
|
esES(" cambiando la imagen del Escritorio")
|
|
|
|
T_("Error sending file to Trash Bin")
|
|
esES("Error enviando fichero a la Papelera")
|
|
|
|
T_("Error counting elements in Trash Bin")
|
|
esES("Error al contar los elementos de la Papelera")
|