MORTEVIELLE: Fix the order of German verbs.

This commit is contained in:
Strangerke 2013-08-18 22:29:58 +02:00
parent 2206a3e67f
commit 3bdc85709f
2 changed files with 10 additions and 10 deletions

View File

@ -77,17 +77,17 @@ const char *menuDataEn =
" ";
const int verbsFr[26] = { 0x301, 0x302, 0x303, 0x304, 0x305, 0x306, 0x307, 0x308,
0x309, 0x30a, 0x30b, 0x30c, 0x30d, 0x30e, 0x30f, 0x310,
0x311, 0x312, 0x313, 0x314, 0x315, 0x401, 0x402, 0x403,
0x404, 0x405 };
0x309, 0x30a, 0x30b, 0x30c, 0x30d, 0x30e, 0x30f, 0x310,
0x311, 0x312, 0x313, 0x314, 0x315, 0x401, 0x402, 0x403,
0x404, 0x405 };
const int verbsEn[26] = { 0x301, 0x315, 0x305, 0x310, 0x309, 0x304, 0x302, 0x30f,
0x306, 0x30d, 0x30e, 0x303, 0x30c, 0x30b, 0x313, 0x30a,
0x311, 0x312, 0x307, 0x308, 0x314, 0x401, 0x405, 0x404,
0x403, 0x402 };
0x306, 0x30d, 0x30e, 0x303, 0x30c, 0x30b, 0x313, 0x30a,
0x311, 0x312, 0x307, 0x308, 0x314, 0x401, 0x405, 0x404,
0x403, 0x402 };
const int verbsDe[26] = { 0x30a, 0x310, 0x313, 0x301, 0x315, 0x308, 0x303, 0x306,
0x30c, 0x311, 0x314, 0x309, 0x30b, 0x30f, 0x30e, 0x304,
0x307, 0x30d, 0x312, 0x302, 0x305, 0x405, 0x402, 0x404,
0x403, 0x401 };
const int verbsDe[26] = { 0x304, 0x314, 0x307, 0x310, 0x315, 0x308, 0x311, 0x306,
0x30c, 0x301, 0x30d, 0x309, 0x312, 0x30f, 0x30e, 0x302,
0x30a, 0x313, 0x303, 0x30b, 0x305, 0x405, 0x402, 0x404,
0x403, 0x401 };
#endif

Binary file not shown.