alsa.audio: move handling of XRUN when writting to the slave task
[AROS.git] / tools / flexcat / src / FlexCat_cat_other.h
blob2341773bc302e9f2b10afa5b9484cb84d2101fc4
2 /****************************************************************
4 This file was created automatically by `FlexCat 2.15'
5 from "locale/FlexCat.pot".
7 Do NOT edit by hand!
9 ****************************************************************/
11 /****************************************************************
13 This file is a quick-hack-solution for all of you wanting
14 to compile FlexCat on non-amiga platform. It creates the
15 necessary string tables (hardcoded ATM) and functions to
16 make code work under any operating system.
18 Carlos
20 ****************************************************************/
22 #ifndef FlexCat_CAT_H
23 #define FlexCat_CAT_H
25 extern char *FlexCat_Strings[];
27 void OpenFlexCatCatalog( void );
28 void CloseFlexCatCatalog( void );
30 #define MSG_USAGE_HEAD FlexCat_Strings[0]
31 #define MSG_USAGE FlexCat_Strings[1]
32 #define MSG_FILEUPTODATE FlexCat_Strings[2]
33 #define MSG_ERR_WARNING FlexCat_Strings[3]
34 #define MSG_ERR_ERROR FlexCat_Strings[4]
35 #define MSG_ERR_EXPECTEDHEX FlexCat_Strings[5]
36 #define MSG_ERR_EXPECTEDOCTAL FlexCat_Strings[6]
37 #define MSG_ERR_NOLENGTHBYTES FlexCat_Strings[7]
38 #define MSG_ERR_UNKNOWNCDCOMMAND FlexCat_Strings[8]
39 #define MSG_ERR_UNEXPECTEDBLANKS FlexCat_Strings[9]
40 #define MSG_ERR_NOIDENTIFIER FlexCat_Strings[10]
41 #define MSG_ERR_MISSINGSTRING FlexCat_Strings[11]
42 #define MSG_ERR_UNKNOWNCTCOMMAND FlexCat_Strings[12]
43 #define MSG_ERR_UNKNOWNIDENTIFIER FlexCat_Strings[13]
44 #define MSG_ERR_UNKNOWNSTRINGTYPE FlexCat_Strings[14]
45 #define MSG_ERR_NOTERMINATEBRACKET FlexCat_Strings[15]
46 #define MSG_ERR_NOBINCHARS FlexCat_Strings[16]
47 #define MSG_ERR_CTGAP FlexCat_Strings[17]
48 #define MSG_ERR_DOUBLECTLANGUAGE FlexCat_Strings[18]
49 #define MSG_ERR_DOUBLECTVERSION FlexCat_Strings[19]
50 #define MSG_ERR_WRONGRCSID FlexCat_Strings[20]
51 #define MSG_ERR_NOMEMORY FlexCat_Strings[21]
52 #define MSG_ERR_NOCATALOGDESCRIPTION FlexCat_Strings[22]
53 #define MSG_ERR_NOCATALOGTRANSLATION FlexCat_Strings[23]
54 #define MSG_ERR_NOCTVERSION FlexCat_Strings[24]
55 #define MSG_ERR_NOCATALOG FlexCat_Strings[25]
56 #define MSG_ERR_NONEWCTFILE FlexCat_Strings[26]
57 #define MSG_ERR_NOCTLANGUAGE FlexCat_Strings[27]
58 #define MSG_ERR_NOSOURCE FlexCat_Strings[28]
59 #define MSG_ERR_NOSOURCEDESCRIPTION FlexCat_Strings[29]
60 #define MSG_ERR_NOCTARGUMENT FlexCat_Strings[30]
61 #define MSG_ERR_CANTCHECKDATE FlexCat_Strings[31]
62 #define MSG_ERR_NOCTFILENAME FlexCat_Strings[32]
63 #define MSG_ERR_NOCATFILENAME FlexCat_Strings[33]
64 #define MSG_ERR_BADPREFS FlexCat_Strings[34]
65 #define MSG_ERR_BADCTLANGUAGE FlexCat_Strings[35]
66 #define MSG_ERR_DOUBLECTCODESET FlexCat_Strings[36]
67 #define MSG_ERR_BADCTCODESET FlexCat_Strings[37]
68 #define MSG_ERR_NOCTCODESET FlexCat_Strings[38]
69 #define MSG_ERR_ERROR_QUICK FlexCat_Strings[39]
70 #define MSG_ERR_BADCTVERSION FlexCat_Strings[40]
71 #define MSG_ERR_WARNING_QUICK FlexCat_Strings[41]
72 #define MSG_ERR_MISSINGTRANSLATION FlexCat_Strings[42]
73 #define MSG_ERR_EMPTYTRANSLATION FlexCat_Strings[43]
74 #define MSG_ERR_MISMATCHINGCONTROLCHARACTERS FlexCat_Strings[44]
75 #define MSG_ERR_DOUBLE_IDENTIFIER FlexCat_Strings[45]
76 #define MSG_ERR_STRING_TOO_SHORT FlexCat_Strings[46]
77 #define MSG_ERR_STRING_TOO_LONG FlexCat_Strings[47]
78 #define MSG_ERR_TRAILING_ELLIPSIS FlexCat_Strings[48]
79 #define MSG_ERR_NO_TRAILING_ELLIPSIS FlexCat_Strings[49]
80 #define MSG_ERR_TRAILING_BLANKS FlexCat_Strings[50]
81 #define MSG_ERR_NO_TRAILING_BLANKS FlexCat_Strings[51]
82 #define MSG_ERR_MISMATCHING_PLACEHOLDERS FlexCat_Strings[52]
83 #define MSG_ERR_MISSING_PLACEHOLDERS FlexCat_Strings[53]
84 #define MSG_ERR_EXCESSIVE_PLACEHOLDERS FlexCat_Strings[54]
85 #define MSG_ERR_NO_LEADING_BRACKET FlexCat_Strings[55]
86 #define MSG_ERR_NO_TRAILING_BRACKET FlexCat_Strings[56]
87 #define MSG_ERR_DOUBLE_ID FlexCat_Strings[57]
88 #define MSG_ERR_NO_MIN_LEN FlexCat_Strings[58]
89 #define MSG_ERR_NO_MAX_LEN FlexCat_Strings[59]
90 #define MSG_ERR_EXTRA_CHARACTERS FlexCat_Strings[60]
91 #define MSG_ERR_EXTRA_CHARACTERS_ID FlexCat_Strings[61]
92 #define MSG_ERR_NON_ASCII_CHARACTER FlexCat_Strings[62]
93 #define MSG_ERR_NO_CAT_REVISION FlexCat_Strings[63]
95 #endif