/* This message appears during the checking phase when a file check succeeds. */
"OK";
/* This message appears during the checking phase when a file is already installed. */
"already exists";
/* This message appears during the checking phase when a file is does not exist. */
"not found";
/* This message appears during the checking phase if the Installer has an internal error. */
"internal program error";
/* This message appears during the checking phase if there is not enough room to install onto a particular disk. The first argument is the path of a directory on that disk. */
"**** There isn't enough space on the disk that contains %s.";
/* This message appears during the checking phase after the NO_SPACE_ON_DISK message. The string is preceded by a disk space like 123KB or 3.7MB. */
" more space is needed.";
/* Written in log at beginning of checking phase. First argument is package name. */
"Checking permissions for the files in %s";
/* Written in log at beginning of installation phase. First argument is package name. */
"Installing %s into %s";
/* Written in log at beginning of deletion phase. First argument is package name. */
"Deleting %s from %s";
/* Written in log at beginning of compression phase. First argument is package name. */
"Compressing %s";
/* Written in log at beginning of expansion phase. First argument is package name. */
"Expanding %s";
/* Written in log at beginning of listing phase. First argument is package name. */
"Listing files in %s";
/* operation finished successfully */
"done.";
/* operation was stopped by user */
"stopped.";
/* operation failed */
"errors.";
/* This message appears during the checking phase when a file check succeeds. */
"OK";
/* This message appears during the checking phase when a file is already installed. */
"already exists";
/* This message appears during the checking phase when a file is does not exist. */
"not found";
/* This message appears during the checking phase if the Installer has an internal error. */
"internal program error";
/* This message appears during the checking phase if there is not enough room to install onto a particular disk. The first argument is the path of a directory on that disk. */
"**** There isn't enough space on the disk that contains %s.";
/* This message appears during the checking phase after the NO_SPACE_ON_DISK message. The string is preceded by a disk space like 123KB or 3.7MB. */
" more space is needed.";
/* Written in log at beginning of checking phase. First argument is package name. */
"Checking permissions for the files in %s";
/* Written in log at beginning of installation phase. First argument is package name. */
"Installing %s into %s";
/* Written in log at beginning of deletion phase. First argument is package name. */
"Deleting %s from %s";
/* Written in log at beginning of compression phase. First argument is package name. */
"Compressing %s";
/* Written in log at beginning of expansion phase. First argument is package name. */
"Expanding %s";
/* Written in log at beginning of listing phase. First argument is package name. */