ultimatepp/bazaar/Functions4U/Functions4U.t
koldo 306afc1db9 .Functions4U: Added functions
git-svn-id: svn://ultimatepp.org/upp/trunk@2431 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-28 15:07:43 +00:00

112 lines
1.5 KiB
Turing

#ifdef _MSC_VER
#pragma setlocale("C")
#endif
// Functions4U.cpp
T_("hours")
esES("horas")
T_("hour")
esES("hora")
T_("mins")
esES("mins")
T_("min")
esES("min")
T_("secs")
esES("segs")
T_("sec")
esES("seg")
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_("Dll cannot be released")
esES("")
// Functions4U_Gui.cpp
T_("Wrong param. in ReadCol")
esES("")
// bsdiff.cpp
T_("File %s does not exist")
esES("Fichero %s no existe")
T_("Patch file is empty")
esES("Fichero de parche está vacio")
T_("Error opening %s")
esES("Error abriendo %s")
T_("Not enough memory")
esES("Memoria insuficiente")
T_("fwrite(%s)")
esES("")
T_("BZ2_bzWriteOpen, bz2err = %d")
esES("")
T_("BZ2_bzWrite, bz2err = %d")
esES("")
T_("BZ2_bzWriteClose, bz2err = %d")
esES("")
T_("ftello")
esES("")
T_("fseeko")
esES("")
T_("fclose")
esES("")
// bspatch.cpp
T_("New file is empty")
esES("Nuevo fichero está vacio")
T_("fopen(%s)")
esES("")
T_("Corrupt patch")
esES("Parche corrompido")
T_("fread(%s)")
esES("")
T_("fclose(%s)")
esES("")
T_("fseeko(%s, %lld)")
esES("")
T_("BZ2_bzReadOpen, bz2err = %d")
esES("")
T_("Impossible to open %s")
esES("Imposible abrir %s")
// Obsolete
T_("There was a problem in the copy")
esES("Hubo un problema al copiar")