00001
00023
00024
00025
00026 #include "Defs.h"
00027
00028 const mutTranslationChar *GspErrorText[] =
00029 {
00030
00031 N_("OK"),
00032
00033 N_("No corresponding opening bracket."),
00034 N_("Wrong closing bracket. '}' expected."),
00035 N_("Wrong closing bracket. ']' expected."),
00036 N_("Wrong closing bracket. ')' expected."),
00037 N_T(""),
00038 N_T(""),
00039 N_T(""),
00040 N_T(""),
00041 N_T(""),
00042
00043 N_("Parameter expected."),
00044 N_("'>' or ',' expected."),
00045 N_T(""),
00046 N_T(""),
00047 N_T(""),
00048 N_T(""),
00049 N_T(""),
00050 N_T(""),
00051 N_T(""),
00052 N_T(""),
00053
00054 N_("Note, tag or opening bracket expected."),
00055 N_("Expected enumerator of note length."),
00056 N_("Expected denominator of note length."),
00057 N_("Dotted note, but no note length was given."),
00058 N_("Unexpected comma."),
00059 N_T(""),
00060 N_T(""),
00061 N_T(""),
00062 N_T(""),
00063 N_T(""),
00064
00065 N_("Can't open file."),
00066 N_("Error closing the file."),
00067 N_("Error reading the file."),
00068 N_T(""),
00069 N_T(""),
00070 N_T(""),
00071 N_T(""),
00072 N_T(""),
00073 N_T(""),
00074 N_T(""),
00075
00076 N_("The file must begin with '[' or '{'."),
00077 N_("Range without preceeding tag.")
00078
00079 };
00080