summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Translations/de.pm
blob: 716e3f34cbd326bff554c214efb2a4cc1b9a27ea (plain) (blame)
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
# de.pm - OpenSLX-translations for the German language.
#
# (c) 2006 - OpenSLX.com
#
# Oliver Tappe <ot@openslx.com>
#
package OpenSLX::Translations::de;

use strict;
use vars qw(@ISA @EXPORT $VERSION);

use Exporter;
$VERSION = 0.02;
@ISA = qw(Exporter);

@EXPORT = qw(%translations);

use vars qw(%translations);

################################################################################
### Translations
################################################################################

%translations = (
	q{NEW:%s doesn't seem to be installed,\nso there is no support for %s available, sorry!\n}
	=>
	qq{},

	q{NEW:Can't add column to table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't add columns to table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't change columns in table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't create table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't delete from table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't drop columns from table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't drop table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't execute SQL-statement <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't insert into table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't lock ID-file <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't open ID-file <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't prepare SQL-statement <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't rename table <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't to seek ID-file <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't truncate ID-file <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't update ID-file <%s> (%s)}
	=>
	qq{},

	q{NEW:Can't update table <%s> (%s)}
	=>
	qq{},

	q{NEW:Cannot connect to database <%s> (%s)}
	=>
	qq{},

	q{NEW:config-file <%s> has incorrect syntax here:\n\t%s\n}
	=>
	qq{},

	q{NEW:copying kernel %s to %s/kernel}
	=>
	qq{},

	q{Could not determine schema version of database}
	=>
	qq{Die Version des Datenbank-Schemas konnte nicht bestimmt werden},

	q{NEW:Could not load module <%s> (Version <%s> required, but <%s> found)}
	=>
	qq{},

	q{NEW:creating tar %s}
	=>
	qq{},

	q{NEW:DB matches current schema version %s}
	=>
	qq{},

	q{NEW:executing %s}
	=>
	qq{},

	q{NEW:exporting client %d:%s}
	=>
	qq{},

	q{NEW:exporting system %d:%s}
	=>
	qq{},

	q{NEW:generating initialramfs %s/initramfs}
	=>
	qq{},

	q{NEW:ignoring unknown key <%s>}
	=>
	qq{},

	q{NEW:Lock-file <%s> exists, script is already running.\nPlease remove the logfile and try again if you are sure that no one else is executing this script.}
	=>
	qq{},

	q{NEW:merging %s (val=%s)}
	=>
	qq{},

	q{NEW:merging from default client...}
	=>
	qq{},

	q{NEW:merging from group %d:%s...}
	=>
	qq{},

	q{no}
	=>
	qq{nein},

	q{NEW:Our schema-version is %s, DB is %s, upgrading DB...}
	=>
	qq{},

	q{NEW:PXE-system %s already exists!}
	=>
	qq{},

	q{NEW:removing %s}
	=>
	qq{},

	q{NEW:setting %s to <%s>}
	=>
	qq{},

	q{NEW:system-error: illegal target-path <%s>!}
	=>
	qq{},

	q{This will overwrite the current OpenSLX-database with an example dataset.\nAll your data (%s systems and %s clients) will be lost!\nDo you want to continue(%s/%s)? }
	=>
	qq{Die aktuelle OpenSLX-Datenbank wird mit einem Beispiel-Datensatz überschrieben.\nAlle Daten (%s Systeme und %s Clients) werden gelöscht!\nMöchten Sie den Vorgang fortsetzen(%s/%s)? },

	q{NEW:translations module %s loaded successfully}
	=>
	qq{},

	q{NEW:Unable to access client-config-path '%s'!}
	=>
	qq{},

	q{NEW:Unable to create or access temp-path '%s'!}
	=>
	qq{},

	q{NEW:Unable to create or access tftpboot-path '%s'!}
	=>
	qq{},

	q{NEW:unable to execute shell-command:\n\t%s \n\t(%s)}
	=>
	qq{},

	q{Unable to load DB-module <%s> (%s)}
	=>
	qq{Kann DB-Modul <%s> nicht laden (%s)},

	q{NEW:Unable to load module <%s> (Version <%s> required)}
	=>
	qq{},

	q{NEW:Unable to load module <%s> (Version <%s> required, but <%s> found)}
	=>
	qq{},

	q{NEW:Unable to write local settings file <%s> (%s)}
	=>
	qq{},

	q{NEW:UnknownDbSchemaColumnDescr}
	=>
	qq{},

	q{UnknownDbSchemaCommand}
	=>
	qq{Unbekannter DbSchema-Befehl <%s> wird übergangen},

	q{NEW:UnknownDbSchemaTypeDescr}
	=>
	qq{},

	q{NEW:upgrade done}
	=>
	qq{},

	q{NEW:writing PXE-file %s}
	=>
	qq{},

	q{yes}
	=>
	qq{ja},

);

1;