-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmsgs-eo.h
61 lines (56 loc) · 3.08 KB
/
msgs-eo.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
61
/* edlin.eo - Esperanto-language messages file */
/* */
/* Author: Gregory Pietsch */
/* Translated by Rugxulo/Anthony Williams */
/* */
/* 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 "Jj"
#define G00001 "\040:\040"
#define G00002 "Cxu bonege?\040"
#define G00003 "Eraro dum redaktado"
#define G00004 "%s: %lu linio legita\n"
#define G00005 "%s: %lu linioj legitaj\n"
#define G00006 "%s: %lu linio skribita\n"
#define G00007 "%s: %lu linioj skribitaj\n"
#define G00008 "%lu:%c%s\n"
#define G00009 "Klaku <Linio-fino>-n por dauxrigi"
#define G00010 "%lu:\040"
#define G00011 "Netrovebla"
#define G00012 "%lu: %s\n"
#define G00013 "\nedlin subtenas la jenajn funkciojn:\n"
#define G00014 "# redaktu linion [#],[#],#m movu"
#define G00015 "a postskribu linion [#][,#]p foliumu"
#define G00016 "[#],[#],#,[#]c kopiu q cxesu"
#define G00017 "[#][,#]d forjxetu [#][,#][?]r$,$ anstatauxigi"
#define G00018 "e<> skribu kaj cxesu [#][,#][?]s$ sercxu"
#define G00019 "[#]i antauxskribu [#]t<> transigu"
#define G00020 "[#][,#]l numerigu / list [#]w<> skribu\n"
#define G00021 "$ en suprajxo signifas frazon, <> signifas dosieron,"
#define G00022 "# signifas numeron (aux .=nuntempa linio, aux $=finfina linio,"
#define G00023 "aux ecx + plus aux - minus iun alian numeron).\n"
#define G00024 ", copyright (c) 2003 Gregory Pietsch"
#define G00025 "Cxi tiu programo havas PRECIZE NENIAN GARANTION."
#define G00026 "Cxi tiu programo estas libera, do bonvene uzu laux GNU"
#define G00027 "Gxenerala Publika Permesila -- GPL v2, aux pli aktuala eldono de tiu"
#define G00028 ""
#define G00029 ""
#define G00030 "Tro malmulte da memoro trovita"
#define G00031 "ERARO: linia vasteco"
#define G00032 "ERARO: linia loko"
#define G00033 "Mistajpon, uzu ? por akiru helpon"
#define G00034 "dosieron ne trovitan"
#define G00035 "ERARO: teksujon tro grandegan"
#define G00036 "ERARO: neuzeblan teksujan lokon"
#define G00037 "ERARO: %s\n"
/* END OF FILE */
#endif
/* END OF FILE */