ultimatepp/bazaar/SysInfo/SysInfo.t
koldo aaac2ce4dd SysInfo: Update
git-svn-id: svn://ultimatepp.org/upp/trunk@1609 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-05 20:41:46 +00:00

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")