-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmsgs-la.h
60 lines (55 loc) · 2.92 KB
/
msgs-la.h
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
/* edlin.la - Latin-language messages file */
/* */
/* Author: Gregory Pietsch */
/* */
/* DESCRIPTION: */
/* */
/* This file contains #defines for all the message strings in edlin. */
/* For internationalization fun, just translate the messages in this */
/* file. */
/* */
/* The strings were generated using ESR's cstrings program and moved */
/* here. */
#ifndef MSGS_H
#define MSGS_H
#define YES "Bb"
#define G00001 "\040:\040"
#define G00002 "Bonum est?\040"
#define G00003 "Error dum in programma inducere"
#define G00004 "%s: %lu linea legEbar\n"
#define G00005 "%s: %lu lineae legEbar\n"
#define G00006 "%s: %lu linea scribiEbar\n"
#define G00007 "%s: %lu lineae scribiEbar\n"
#define G00008 "%lu:%c%s\n"
#define G00009 "Deprime <Enter> continuare"
#define G00010 "%lu:\040"
#define G00011 "Non invediebar"
#define G00012 "%lu: %s\n"
#define G00013 "\nedlin hOc subjussa habet:\n"
#define G00014 "# lineam editat [#],[#],#m movet"
#define G00015 "a subscribet [#][,#]p paginA"
#define G00016 "[#],[#],#,[#]c exscribet q cessit"
#define G00017 "[#][,#]d delet [#][,#][?]r$,$ reponet"
#define G00018 "e<> secribit et cessit [#][,#][?]s$ quaeret"
#define G00019 "[#]i inseret [#]t<> legit"
#define G00020 "[#][,#]l enumerat [#]w<> scribet\n"
#define G00021 "$ linea est, <> scapius est,"
#define G00022 "# numerus est (.=linea usitata, $=linea ultima,"
#define G00023 "vel numerus + vel - alius numerus).\n"
#define G00024 ", copyright (c) MMIII Gregory Pietsch"
#define G00025 "Hoc programma PRAECISE NON SATISDATIONES habet."
#define G00026 "Libera programma est, et quondam via GNU Generalis Publica Potesta"
#define G00027 "-- versionem II vel recenstim -- distriberis."
#define G00028 ""
#define G00029 ""
#define G00030 "Non memoriam habeo"
#define G00031 "ERROR: Longitudino lineae"
#define G00032 "ERROR: Positionis lineae"
#define G00033 "Data irrita; ?=auxilium"
#define G00034 "Scapius non est"
#define G00035 "ERROR: Linea magna est"
#define G00036 "ERROR: Positionis in linea irrita"
#define G00037 "ERROR: %s\n"
/* END OF FILE */
#endif
/* END OF FILE */