Bug 471445 - Remove bogus unused strings for error conditions in mime.properties, r+sr=bienvenu

This commit is contained in:
Phil Ringnalda 2009-01-04 17:00:37 -08:00
Родитель 15f203efff
Коммит 9b97f8ead9
3 изменённых файлов: 4 добавлений и 32 удалений

Просмотреть файл

@ -38,22 +38,6 @@
# The following are used by libmime to emit header display in HTML
#
# Out of memory
## @name MIME_OUT_OF_MEMORY
## @loc None
-1000=Application is out of memory.
# Can't open a temp file
## @name MIME_UNABLE_TO_OPEN_TMP_FILE
## @loc None
# LOCALIZATION NOTE (-1001): Do not translate "\n%.200s.\n\n" below. It will display the name of the temporary directory
-1001=Unable to open the temporary file\n%.200s.\n\n\Check your `Temporary Directory' setting and try again.
# Can't write temp file
## @name MIME_ERROR_WRITING_FILE
## @loc None
-1002=Error writing temporary file.
# Mail subject
## @name MIME_MHTML_SUBJECT
## @loc None

Просмотреть файл

@ -37,6 +37,10 @@
#ifndef _NAME_OF_THIS_HEADER_FILE__
#define _NAME_OF_THIS_HEADER_FILE__
/* Note that the negative values are not actually strings: they are error
* codes masquerading as strings. Do not pass them to MimeGetStringByID()
* expecting to get anything back for your trouble.
*/
#define MIME_OUT_OF_MEMORY -1000
#define MIME_UNABLE_TO_OPEN_TMP_FILE -1001
#define MIME_ERROR_WRITING_FILE -1002

Просмотреть файл

@ -38,22 +38,6 @@
# The following are used by libmime to emit header display in HTML
#
# Out of memory
## @name MIME_OUT_OF_MEMORY
## @loc None
-1000=Application is out of memory.
# Can't open a temp file
## @name MIME_UNABLE_TO_OPEN_TMP_FILE
## @loc None
# LOCALIZATION NOTE (-1001): Do not translate "\n%.200s.\n\n" below. It will display the name of the temporary directory
-1001=Unable to open the temporary file\n%.200s.\n\n\Check your `Temporary Directory' setting and try again.
# Can't write temp file
## @name MIME_ERROR_WRITING_FILE
## @loc None
-1002=Error writing temporary file.
# Mail subject
## @name MIME_MHTML_SUBJECT
## @loc None