home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / QuakeC / qtools0.2-src.lha / src / libqtools / locale.c < prev    next >
Encoding:
Text File  |  1998-08-11  |  816 b   |  18 lines

  1.  
  2. char failed_fileopen[] = "failed to open %s\n";
  3. char failed_fileload[] = "failed to load %s\n";
  4. char failed_fileread[] = "failed to read %s\n";
  5. char failed_filereadsize[] = "failed to read %d bytes from %s\n";
  6. char failed_filewrite[] = "failed to write %s\n";
  7. char failed_filewritesize[] = "failed to write %d bytes to %s\n";
  8. char failed_fileclose[] = "failed to close %s\n";
  9. char failed_memory[] = "failed to allocate %d bytes for %s\n";
  10. char failed_memoryunsize[] = "failed to allocate %s\n";
  11. char oper_extract[] = "extract %s to %s ...\n";
  12. char oper_add[] = "add %s to %s ...\n";
  13. char oper_update[] = "update %s in %s ...\n";
  14. char oper_delete[] = "delete %s from %s ...\n";
  15. char oper_replace[] = "replace %s in %s ...\n";
  16. char oper_view[] = "view %s from %s ...\n";
  17. char oper_create[] = "build %s for %s ...\n";
  18.