scot.pot
3.13 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Georg Steffers
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: georg@steffers.org\n"
"POT-Creation-Date: 2006-08-24 07:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/cmdla.c:80 src/cmdla.c:106 src/cmdla.c:373 src/cmdla.c:381
msgid "help"
msgstr ""
#: src/cmdla.c:137
#, c-format
msgid "Usage: %s [%s] [%s] %s"
msgstr ""
#: src/cmdla.c:139 src/cmdla.c:143
msgid "switches"
msgstr ""
#: src/cmdla.c:139 src/cmdla.c:162
msgid "arguments"
msgstr ""
#: src/cmdla.c:376
msgid "gives this help"
msgstr ""
#: src/list.c:50
msgid "[LIST]Failed to create new list."
msgstr ""
#: src/list.c:51
msgid "[LIST]Failed to free list."
msgstr ""
#: src/list.c:52
msgid "[LIST]Failed to check for begin of list."
msgstr ""
#: src/list.c:53
msgid "[LIST]Failed to check for end of list."
msgstr ""
#: src/list.c:54
msgid "[LIST]Failed to check for list emptiness."
msgstr ""
#: src/list.c:55
msgid "[LIST]Failed to get first list node."
msgstr ""
#: src/list.c:56
msgid "[LIST]Failed to get last list node."
msgstr ""
#: src/list.c:57
msgid "[LIST]Failed to get next list node."
msgstr ""
#: src/list.c:58
msgid "[LIST]Failed to get previous list node."
msgstr ""
#: src/list.c:59
msgid "[LIST]Failed to find list node."
msgstr ""
#: src/list.c:60
msgid "[LIST]Failed to find list anchor."
msgstr ""
#: src/list.c:61
msgid "[LIST]Failed to retrive the node's value."
msgstr ""
#: src/list.c:62
msgid "[LIST]Failed to set the node's value."
msgstr ""
#: src/list.c:63
msgid "[LIST]Failed to insert node."
msgstr ""
#: src/list.c:64
msgid "[LIST]Failed to delete node."
msgstr ""
#: src/list.c:65
msgid "[LIST]Failed to concatanate the lists."
msgstr ""
#: src/list.c:66
msgid "[LIST]Failed to count list nodes."
msgstr ""
#: src/list.c:67
msgid "[LIST]Node is no anchor."
msgstr ""
#: src/list.c:68
msgid "[LIST]Malformed list."
msgstr ""
#: src/list.c:81
msgid "[LIST]tried to delete on an empyt list"
msgstr ""
#: src/list.c:111 src/exception.c:747
msgid "ERROR"
msgstr ""
#: src/list.c:111 src/exception.c:747
msgid "WARNING"
msgstr ""
#: src/stack.c:45
msgid "No more elements left in stack."
msgstr ""
#: src/exception.c:244 src/exception.c:327
msgid "exc_init failed"
msgstr ""
#: src/exception.c:311
msgid "exc_init failed, can't get memory for new list element."
msgstr ""
#: src/exception.c:368 src/exception.c:382
msgid "excenv_new failed"
msgstr ""
#: src/exception.c:400
msgid "could not push the new excenv_t into ee_stack:\n"
msgstr ""
#: src/exception.c:441
msgid "invalid exception environment\n"
msgstr ""
#: src/exception.c:482
#, c-format
msgid ""
"any code that THROWs exeptions has to be\n"
"%s within a TRY block\n"
msgstr ""
#: src/exception.c:536
msgid "use of CATCH with no previous TRY"
msgstr ""
#: src/exception.c:606
msgid "exc_new failed"
msgstr ""