~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/errors.c

  • Committer: Brian Aker
  • Date: 2008-08-04 22:09:11 UTC
  • mfrom: (261.2.3 codestyle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: brian@tangent.org-20080804220911-b7bi8gih8lcjkf0w
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
void init_glob_errs()
24
24
{
25
 
  EE(EE_CANTCREATEFILE) = gettext_noop("Can't create/write to file '%s' (Errcode: %d)");
26
 
  EE(EE_READ)           = gettext_noop("Error reading file '%s' (Errcode: %d)");
27
 
  EE(EE_WRITE)          = gettext_noop("Error writing file '%s' (Errcode: %d)");
28
 
  EE(EE_BADCLOSE)       = gettext_noop("Error on close of '%'s (Errcode: %d)");
29
 
  EE(EE_OUTOFMEMORY)    = gettext_noop("Out of memory (Needed %u bytes)");
30
 
  EE(EE_DELETE)         = gettext_noop("Error on delete of '%s' (Errcode: %d)");
31
 
  EE(EE_LINK)           = gettext_noop("Error on rename of '%s' to '%s' (Errcode: %d)");
32
 
  EE(EE_EOFERR)         = gettext_noop("Unexpected eof found when reading file '%s' (Errcode: %d)");
33
 
  EE(EE_CANTLOCK)       = gettext_noop("Can't lock file (Errcode: %d)");
34
 
  EE(EE_CANTUNLOCK)     = gettext_noop("Can't unlock file (Errcode: %d)");
35
 
  EE(EE_DIR)            = gettext_noop("Can't read dir of '%s' (Errcode: %d)");
36
 
  EE(EE_STAT)           = gettext_noop("Can't get stat of '%s' (Errcode: %d)");
37
 
  EE(EE_CANT_CHSIZE)    = gettext_noop("Can't change size of file (Errcode: %d)");
38
 
  EE(EE_CANT_OPEN_STREAM)= gettext_noop("Can't open stream from handle (Errcode: %d)");
39
 
  EE(EE_GETWD)          = gettext_noop("Can't get working dirctory (Errcode: %d)");
40
 
  EE(EE_SETWD)          = gettext_noop("Can't change dir to '%s' (Errcode: %d)");
41
 
  EE(EE_LINK_WARNING)   = gettext_noop("Warning: '%s' had %d links");
42
 
  EE(EE_OPEN_WARNING)   = gettext_noop("Warning: %d files and %d streams is left open\n");
43
 
  EE(EE_DISK_FULL)      = gettext_noop("Disk is full writing '%s'. Waiting for someone to free space...");
44
 
  EE(EE_CANT_MKDIR)     = gettext_noop("Can't create directory '%s' (Errcode: %d)");
45
 
  EE(EE_UNKNOWN_CHARSET)= gettext_noop("Character set '%s' is not a compiled character set and is not specified in the %s file");
46
 
  EE(EE_OUT_OF_FILERESOURCES)= gettext_noop("Out of resources when opening file '%s' (Errcode: %d)");
47
 
  EE(EE_CANT_READLINK)= gettext_noop("Can't read value for symlink '%s' (Error %d)");
48
 
  EE(EE_CANT_SYMLINK)= gettext_noop("Can't create symlink '%s' pointing at '%s' (Error %d)");
49
 
  EE(EE_REALPATH)= gettext_noop("Error on realpath() on '%s' (Error %d)");
50
 
  EE(EE_SYNC)=   gettext_noop("Can't sync file '%s' to disk (Errcode: %d)");
51
 
  EE(EE_UNKNOWN_COLLATION)= gettext_noop("Collation '%s' is not a compiled collation and is not specified in the %s file");
52
 
  EE(EE_FILENOTFOUND)   = gettext_noop("File '%s' not found (Errcode: %d)");
53
 
  EE(EE_FILE_NOT_CLOSED) = gettext_noop("File '%s' (fileno: %d) was not closed");
 
25
  EE(EE_CANTCREATEFILE) = N_("Can't create/write to file '%s' (Errcode: %d)");
 
26
  EE(EE_READ)           = N_("Error reading file '%s' (Errcode: %d)");
 
27
  EE(EE_WRITE)          = N_("Error writing file '%s' (Errcode: %d)");
 
28
  EE(EE_BADCLOSE)       = N_("Error on close of '%'s (Errcode: %d)");
 
29
  EE(EE_OUTOFMEMORY)    = N_("Out of memory (Needed %u bytes)");
 
30
  EE(EE_DELETE)         = N_("Error on delete of '%s' (Errcode: %d)");
 
31
  EE(EE_LINK)           = N_("Error on rename of '%s' to '%s' (Errcode: %d)");
 
32
  EE(EE_EOFERR)         = N_("Unexpected eof found when reading file '%s' (Errcode: %d)");
 
33
  EE(EE_CANTLOCK)       = N_("Can't lock file (Errcode: %d)");
 
34
  EE(EE_CANTUNLOCK)     = N_("Can't unlock file (Errcode: %d)");
 
35
  EE(EE_DIR)            = N_("Can't read dir of '%s' (Errcode: %d)");
 
36
  EE(EE_STAT)           = N_("Can't get stat of '%s' (Errcode: %d)");
 
37
  EE(EE_CANT_CHSIZE)    = N_("Can't change size of file (Errcode: %d)");
 
38
  EE(EE_CANT_OPEN_STREAM)= N_("Can't open stream from handle (Errcode: %d)");
 
39
  EE(EE_GETWD)          = N_("Can't get working dirctory (Errcode: %d)");
 
40
  EE(EE_SETWD)          = N_("Can't change dir to '%s' (Errcode: %d)");
 
41
  EE(EE_LINK_WARNING)   = N_("Warning: '%s' had %d links");
 
42
  EE(EE_OPEN_WARNING)   = N_("Warning: %d files and %d streams is left open\n");
 
43
  EE(EE_DISK_FULL)      = N_("Disk is full writing '%s'. Waiting for someone to free space...");
 
44
  EE(EE_CANT_MKDIR)     = N_("Can't create directory '%s' (Errcode: %d)");
 
45
  EE(EE_UNKNOWN_CHARSET)= N_("Character set '%s' is not a compiled character set and is not specified in the %s file");
 
46
  EE(EE_OUT_OF_FILERESOURCES)= N_("Out of resources when opening file '%s' (Errcode: %d)");
 
47
  EE(EE_CANT_READLINK)= N_("Can't read value for symlink '%s' (Error %d)");
 
48
  EE(EE_CANT_SYMLINK)= N_("Can't create symlink '%s' pointing at '%s' (Error %d)");
 
49
  EE(EE_REALPATH)= N_("Error on realpath() on '%s' (Error %d)");
 
50
  EE(EE_SYNC)=   N_("Can't sync file '%s' to disk (Errcode: %d)");
 
51
  EE(EE_UNKNOWN_COLLATION)= N_("Collation '%s' is not a compiled collation and is not specified in the %s file");
 
52
  EE(EE_FILENOTFOUND)   = N_("File '%s' not found (Errcode: %d)");
 
53
  EE(EE_FILE_NOT_CLOSED) = N_("File '%s' (fileno: %d) was not closed");
54
54
}