25
25
EE(EE_CANTCREATEFILE) = N_("Can't create/write to file '%s' (Errcode: %d)");
26
26
EE(EE_READ) = N_("Error reading file '%s' (Errcode: %d)");
27
27
EE(EE_WRITE) = N_("Error writing file '%s' (Errcode: %d)");
29
29
EE(EE_OUTOFMEMORY) = N_("Out of memory (Needed %u bytes)");
30
30
EE(EE_DELETE) = N_("Error on delete of '%s' (Errcode: %d)");
31
31
EE(EE_LINK) = N_("Error on rename of '%s' to '%s' (Errcode: %d)");