LAME? mpg123?
This commit is contained in:
parent
b0f21f4e26
commit
763017886e
684 changed files with 348122 additions and 0 deletions
26
extern/lame/ACM/tinyxml/tinyxmlerror.cpp
vendored
Normal file
26
extern/lame/ACM/tinyxml/tinyxmlerror.cpp
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#include "tinyxml.h"
|
||||
|
||||
// The goal of the seperate error file is to make the first
|
||||
// step towards localization. tinyxml (currently) only supports
|
||||
// latin-1, but at least the error messages could now be translated.
|
||||
//
|
||||
// It also cleans up the code a bit.
|
||||
//
|
||||
|
||||
const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] =
|
||||
{
|
||||
"No error",
|
||||
"Error",
|
||||
"Failed to open file",
|
||||
"Memory allocation failed.",
|
||||
"Error parsing Element.",
|
||||
"Failed to read Element name",
|
||||
"Error reading Element value.",
|
||||
"Error reading Attributes.",
|
||||
"Error: empty tag.",
|
||||
"Error reading end tag.",
|
||||
"Error parsing Unknown.",
|
||||
"Error parsing Comment.",
|
||||
"Error parsing Declaration.",
|
||||
"Error document empty."
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue