mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-18 22:03:28 -06:00
37 lines
553 B
Turing
37 lines
553 B
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")
|