ultimatepp/bazaar/Functions4U/Functions4U.t
koldo de2d1b68d4 Functions4U: Added BSDiff/BSPatch
git-svn-id: svn://ultimatepp.org/upp/trunk@1851 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-29 06:20:50 +00:00

100 lines
1.4 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_("There was a problem in the copy")
esES("Hubo un problema al copiar")
// bsdiff.cpp
T_("File %s does not exist")
esES("Fichero %s no existe")
T_("Patch file is empty")
esES("Fichero de parche est\303\241 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\303\241 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")