ultimatepp/bazaar/OfficeAutomation/OfficeAutomation.t

27 lines
884 B
Raku

#ifdef _MSC_VER
#pragma setlocale("C")
#endif
// OfficeAutomation.cpp
T_("OfficeAutomation internal error. NULL IDispatch passed to AutoWrap()")
esES("Error interno en OfficeAutomation. Pasado IDispatch nulo a AutoWrap()")
T_("Error")
esES("Error")
T_("OfficeAutomation internal error. Command \"%s\" not found for object or "
"problem when running it")
esES("Error interno en OfficeAutomation. Orden \"%s\" no encontrada para objeto "
"o problema al ejecutarla")
T_("Ole error")
esES("Error en Ole")
T_("OfficeAutomation internal error. Application not registered properly")
esES("Error interno en OfficeAutomation. Aplicación no registrada correctamente")
T_("Excel workbooks not loaded properly")
esES("Libro de Excel no abierto correctamente")
T_("Word document not loaded properly")
esES("Documento de Word no abierto correctamente")