summaryrefslogtreecommitdiff
path: root/po/cat-id-tbl.c
blob: e9facc5957dddeb74554445c3998c81471297679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/* Automatically generated by po2tbl.sed from ProjetArchi.pot.  */

#if HAVE_CONFIG_H
# include <config.h>
#endif

#include "libgettext.h"

const struct _msg_ent _msg_tbl[] = {
  {"", 1},
  {"Internal error into hashing", 2},
  {"Read line '%s'", 3},
  {"Analysing word '%s'", 4},
  {"Missing operator ':'", 5},
  {"Invalid number.", 6},
  {"Expecting ';' for field separator.", 7},
  {"Expecting ',' for field separator.", 8},
  {"Identifier incorrect.", 9},
  {"Error: Expecting a . after a =", 10},
  {"Extra parameters for field 'p'.", 11},
  {"Unexpected char at end of line.", 12},
  {"Expecting operator '=' for field 'p'.", 13},
  {"Error: character . expected.", 14},
  {"= expected after an implicit name", 15},
  {"Identifier incorrect", 16},
  {"expecting ; as field separator", 17},
  {"Loading meta file", 18},
  {"Opening file '%s'", 19},
  {"Reading file", 20},
  {"Reading line %i", 21},
  {"Meta parser init failed.", 22},
  {"Too many nested operators in expression.\n", 23},
  {"Too many nested functions calls in expression.\n", 24},
  {"Invalid unary operator", 25},
  {"Invalid binary operator", 26},
  {"Parse error: too much left parenthesis", 27},
  {"Parse error: too much right parenthesis", 28},
  {"Parse error: enclosure mismatch", 29},
  {"Invalid character", 30},
  {"You have to be into the .text or the .data segment to define a value.", 31},
  {"Label already defined", 32},
  {"You can't have the startpoint elsewhere than the .text segment", 33},
  {"Not a valid . directive", 34},
  {"Not a valid # directive", 35},
  {"Error: extra parameters to a . directive.", 36},
  {"Too much arguments to #undef", 37},
  {"Defined symbol not found.", 38},
  {"Too much arguments to #include", 39},
  {"Including file at line %i", 40},
  {"Zero divide.", 41},
  {"Error: unable to compute the immediate value", 42},
  {"Function unknow", 43},
  {"Addresses addition not allowed", 44},
  {"You can only use the decal operator on labels", 45},
  {"Address operation invalid", 46},
  {"Addresses operations not allowed", 47},
  {"Expression too complex or invalid", 48},
  {"Address type not supported", 49},
  {"Address addition not supported", 50},
  {"Expression invalid", 51},
  {"Expression too complex", 52},
  {"Something wrong, nested operator called...", 53},
  {"Something wrong, lparenthesis operator called...", 54},
  {"Something wrong, should never got here...", 55},
  {"Unknow predefined string into the meta language", 56},
  {"Pattern not matching...", 57},
  {"Unknow instruction", 58},
  {"Bad constant for an immediate value", 59},
  {"Bad constant for a string", 60},
  {"You can only have an instruction into a .text segment", 61},
  {"Unmatched instruction", 62},
  {"Unknow constant type in the meta language", 63},
  {"Loading file", 64},
  {"Summering line %s", 65},
  {"\
Assembler\n\
\n", 66},
  {" o Initialising the meta engine...   ", 67},
  {"\
 Done!\n\
 o Meta language loading...          ", 68},
  {"Meta language loading failed.", 69},
  {"\
 Done!\n\
 o Initialising the assembler core...", 70},
  {"Assembler core init failed.", 71},
  {" Done!\n", 72},
  {"Signal received: segfault", 73},
  {"\
\n\
Performing initialisation...\n\
\n", 74},
  {"\
\n\
Performing shutdown...\n\
\n", 75},
  {"Exitting, bye!\n", 76},
};

int _msg_tbl_length = 76;