Commit 3f9942e17762c10e77571c30e295a858358e4b55
1 parent
930299ab
Exists in
master
and in
5 other branches
Removendo submódulos.
Showing
5 changed files
with
63 additions
and
2683 deletions
Show diff stats
.gitignore
.gitmodules
Makefile.in
@@ -59,6 +59,7 @@ CC=@CC@ | @@ -59,6 +59,7 @@ CC=@CC@ | ||
59 | LD=@CC@ | 59 | LD=@CC@ |
60 | LN_S=@LN_S@ | 60 | LN_S=@LN_S@ |
61 | MKDIR=@MKDIR_P@ | 61 | MKDIR=@MKDIR_P@ |
62 | +MSGCAT=@MSGCAT@ | ||
62 | INSTALL=@INSTALL@ | 63 | INSTALL=@INSTALL@ |
63 | INSTALL_DATA=@INSTALL_DATA@ | 64 | INSTALL_DATA=@INSTALL_DATA@ |
64 | INSTALL_PROGRAM=@INSTALL_PROGRAM@ | 65 | INSTALL_PROGRAM=@INSTALL_PROGRAM@ |
@@ -104,6 +105,52 @@ $(BINDBG)/%@EXEEXT@: \ | @@ -104,6 +105,52 @@ $(BINDBG)/%@EXEEXT@: \ | ||
104 | @make -C src/$(notdir $(basename $@)) $@ | 105 | @make -C src/$(notdir $(basename $@)) $@ |
105 | 106 | ||
106 | 107 | ||
108 | +#---[ Release Rules ]-------------------------------------------------------------------- | ||
109 | + | ||
110 | +$(BINRLS)/@DLLPREFIX@3270@DLLEXT@: \ | ||
111 | + submodules/lib3270/* \ | ||
112 | + submodules/lib3270/src/lib3270/* \ | ||
113 | + submodules/lib3270/src/include/* | ||
114 | + | ||
115 | + @$(MKDIR) `dirname $@` | ||
116 | + @$(MAKE) -C submodules/lib3270 Release | ||
117 | + | ||
118 | + @cp ./submodules/lib3270/.bin/lib3270/Debug/* $(BINDBG) | ||
119 | + | ||
120 | +$(BINRLS)/%@EXEEXT@: \ | ||
121 | + $(BINDBG)/@DLLPREFIX@3270@DLLEXT@ \ | ||
122 | + src/% \ | ||
123 | + src/%/* | ||
124 | + | ||
125 | + @make -C src/$(notdir $(basename $@)) $@ | ||
126 | + | ||
127 | +#---[ Misc Rules ]----------------------------------------------------------------------- | ||
128 | + | ||
129 | +$(POTDIR)/%.pot: \ | ||
130 | + $(DEPENDS) \ | ||
131 | + ./src/%/* | ||
132 | + | ||
133 | + @echo $(notdir $@) ... | ||
134 | + @mkdir -p `dirname $@` | ||
135 | + @$(MAKE) -C src/$(basename $(notdir $@)) $@ | ||
136 | + | ||
137 | +$(POTDIR)/%.pot: \ | ||
138 | + ./submodules/%/* \ | ||
139 | + ./submodules/%/src/* | ||
140 | + | ||
141 | + @echo $(notdir $@) ... | ||
142 | + @mkdir -p `dirname $@` | ||
143 | + @$(MAKE) -C submodules/$(basename $(notdir $@)) locale | ||
144 | + @echo cp submodules/$(basename $(notdir $@))/$(basename $(notdir $@)) $@ | ||
145 | + | ||
146 | +$(POTDIR)/%.pot: \ | ||
147 | + ./%/* | ||
148 | + | ||
149 | + @echo $(notdir $@) ... | ||
150 | + @mkdir -p `dirname $@` | ||
151 | + @$(MAKE) -C $(basename $(notdir $@)) $@ | ||
152 | + | ||
153 | + | ||
107 | #---[ Debug Targets ]-------------------------------------------------------------------- | 154 | #---[ Debug Targets ]-------------------------------------------------------------------- |
108 | 155 | ||
109 | Debug: \ | 156 | Debug: \ |
@@ -116,6 +163,19 @@ run: \ | @@ -116,6 +163,19 @@ run: \ | ||
116 | 163 | ||
117 | @LD_LIBRARY_PATH=$(BINDBG) $(BINDBG)/$(PACKAGE_TARNAME)@EXEEXT@ | 164 | @LD_LIBRARY_PATH=$(BINDBG) $(BINDBG)/$(PACKAGE_TARNAME)@EXEEXT@ |
118 | 165 | ||
166 | +#---[ Misc Targets ]--------------------------------------------------------------------- | ||
167 | + | ||
168 | +locale: \ | ||
169 | + locale/$(PACKAGE_TARNAME).pot | ||
170 | + | ||
171 | +locale/$(PACKAGE_TARNAME).pot: \ | ||
172 | + $(POTDIR)/pw3270.pot \ | ||
173 | + $(POTDIR)/lib3270.pot \ | ||
174 | + $(POTDIR)/ui.pot | ||
175 | + | ||
176 | + @rm -f $@ | ||
177 | + @mkdir -p `dirname $@` | ||
178 | + @$(MSGCAT) --sort-output $^ > $@ | ||
119 | 179 | ||
120 | #---[ Clean Targets ]-------------------------------------------------------------------- | 180 | #---[ Clean Targets ]-------------------------------------------------------------------- |
121 | 181 | ||
@@ -123,6 +183,8 @@ clean: \ | @@ -123,6 +183,8 @@ clean: \ | ||
123 | cleanDebug \ | 183 | cleanDebug \ |
124 | cleanRelease | 184 | cleanRelease |
125 | 185 | ||
186 | + @rm -fr $(POTDIR) | ||
187 | + | ||
126 | cleanDebug: | 188 | cleanDebug: |
127 | 189 | ||
128 | @rm -fr $(OBJDBG) | 190 | @rm -fr $(OBJDBG) |
locale/pw3270.pot
@@ -1,2679 +0,0 @@ | @@ -1,2679 +0,0 @@ | ||
1 | -# SOME DESCRIPTIVE TITLE. | ||
2 | -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
3 | -# This file is distributed under the same license as the PACKAGE package. | ||
4 | -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
5 | -# | ||
6 | -#, fuzzy | ||
7 | -msgid "" | ||
8 | -msgstr "" | ||
9 | -"#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
10 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
11 | -"Report-Msgid-Bugs-To: \n" | ||
12 | -"POT-Creation-Date: 2018-10-30 11:21-0300\n" | ||
13 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
14 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
15 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
16 | -"Language: \n" | ||
17 | -"MIME-Version: 1.0\n" | ||
18 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
19 | -"Content-Transfer-Encoding: 8bit\n" | ||
20 | -"#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
21 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
22 | -"Report-Msgid-Bugs-To: \n" | ||
23 | -"POT-Creation-Date: 2018-10-30 11:21-0300\n" | ||
24 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
25 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
26 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
27 | -"Language: \n" | ||
28 | -"MIME-Version: 1.0\n" | ||
29 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
30 | -"Content-Transfer-Encoding: 8bit\n" | ||
31 | -"#-#-#-#-# ui.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
32 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
33 | -"Report-Msgid-Bugs-To: \n" | ||
34 | -"POT-Creation-Date: 2010-01-18 17:12-0200\n" | ||
35 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
36 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
37 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
38 | -"Language: \n" | ||
39 | -"MIME-Version: 1.0\n" | ||
40 | -"Content-Type: text/plain; charset=CHARSET\n" | ||
41 | -"Content-Transfer-Encoding: 8bit\n" | ||
42 | - | ||
43 | -#: window.c:329 | ||
44 | -#, c-format | ||
45 | -msgid " and <b>%s</b> for %s." | ||
46 | -msgstr "" | ||
47 | - | ||
48 | -#: telnet.c:1059 connect.c:103 connect.c:119 connect.c:121 connect.c:588 | ||
49 | -#: connect.c:605 ssl.c:300 ssl.c:374 | ||
50 | -#, c-format | ||
51 | -msgid "%s" | ||
52 | -msgstr "" | ||
53 | - | ||
54 | -#: window.c:281 | ||
55 | -#, c-format | ||
56 | -msgid "%s - Disconnected" | ||
57 | -msgstr "" | ||
58 | - | ||
59 | -#: actions.c:773 actions.c:785 | ||
60 | -#, c-format | ||
61 | -msgid "%s action needs a valid id attribute" | ||
62 | -msgstr "" | ||
63 | - | ||
64 | -#: actions.c:621 actions.c:750 actions.c:762 | ||
65 | -#, c-format | ||
66 | -msgid "%s action needs a valid toggle name" | ||
67 | -msgstr "" | ||
68 | - | ||
69 | -#: actions.c:797 | ||
70 | -#, c-format | ||
71 | -msgid "%s action needs a valid value" | ||
72 | -msgstr "" | ||
73 | - | ||
74 | -#: actions.c:507 | ||
75 | -#, c-format | ||
76 | -msgid "%s action needs src attribute" | ||
77 | -msgstr "" | ||
78 | - | ||
79 | -#: main.c:98 | ||
80 | -#, c-format | ||
81 | -msgid "%s requires GTK version %d.%d.%d" | ||
82 | -msgstr "" | ||
83 | - | ||
84 | -#: kybd.c:2659 | ||
85 | -#, c-format | ||
86 | -msgid "%s: Bell not supported" | ||
87 | -msgstr "" | ||
88 | - | ||
89 | -#: kybd.c:2818 | ||
90 | -#, c-format | ||
91 | -msgid "%s: Missing hex digits after \\x" | ||
92 | -msgstr "" | ||
93 | - | ||
94 | -#: kybd.c:2758 | ||
95 | -#, c-format | ||
96 | -msgid "%s: Unknown character after \\p" | ||
97 | -msgstr "" | ||
98 | - | ||
99 | -#: kybd.c:2794 | ||
100 | -#, c-format | ||
101 | -msgid "%s: Unknown character after \\pa" | ||
102 | -msgstr "" | ||
103 | - | ||
104 | -#: kybd.c:2772 | ||
105 | -#, c-format | ||
106 | -msgid "%s: Unknown character after \\pf" | ||
107 | -msgstr "" | ||
108 | - | ||
109 | -#: kybd.c:2710 | ||
110 | -#, c-format | ||
111 | -msgid "%s: Vertical tab not supported" | ||
112 | -msgstr "" | ||
113 | - | ||
114 | -#: window.c:324 | ||
115 | -#, c-format | ||
116 | -msgid "%s<b>%s</b> for %s" | ||
117 | -msgstr "" | ||
118 | - | ||
119 | -#: main.c:402 | ||
120 | -msgid "- 3270 Emulator for Gtk" | ||
121 | -msgstr "" | ||
122 | - | ||
123 | -#: hostselect.c:42 | ||
124 | -msgid "16 colors" | ||
125 | -msgstr "" | ||
126 | - | ||
127 | -#: screen.c:694 screen.c:724 screen.c:738 screen.c:868 | ||
128 | -msgid "3270 Error" | ||
129 | -msgstr "" | ||
130 | - | ||
131 | -#: v3270ftprogress.c:424 v3270ft.c:354 | ||
132 | -msgid "3270 File transfer" | ||
133 | -msgstr "" | ||
134 | - | ||
135 | -#: screen.c:709 | ||
136 | -msgid "3270 Warning" | ||
137 | -msgstr "" | ||
138 | - | ||
139 | -#: accessible.c:84 | ||
140 | -msgid "3270 screen" | ||
141 | -msgstr "" | ||
142 | - | ||
143 | -#: dialog.c:563 | ||
144 | -#, c-format | ||
145 | -msgid "3270 terminal emulator for GTK %d.%d" | ||
146 | -msgstr "" | ||
147 | - | ||
148 | -#: hostselect.c:43 | ||
149 | -msgid "8 colors" | ||
150 | -msgstr "" | ||
151 | - | ||
152 | -#: menu.c:43 menuitem.c:87 separator.c:93 toolitem.c:42 script.c:83 | ||
153 | -#, c-format | ||
154 | -msgid "<%s> is invalid at this context" | ||
155 | -msgstr "" | ||
156 | - | ||
157 | -#: accelerator.c:47 menu.c:57 popup.c:61 scroll.c:49 scroll.c:55 | ||
158 | -#, c-format | ||
159 | -msgid "<%s> requires %s" | ||
160 | -msgstr "" | ||
161 | - | ||
162 | -#: menuitem.c:101 | ||
163 | -#, c-format | ||
164 | -msgid "<%s> requires a %s attribute" | ||
165 | -msgstr "" | ||
166 | - | ||
167 | -#: accelerator.c:41 menubar.c:42 toolbar.c:59 popup.c:45 scroll.c:43 | ||
168 | -#: keypad.c:178 | ||
169 | -#, c-format | ||
170 | -msgid "<%s> should be on toplevel" | ||
171 | -msgstr "" | ||
172 | - | ||
173 | -#: plugin.c:99 | ||
174 | -#, c-format | ||
175 | -msgid "<b>%s</b>\n" | ||
176 | -msgstr "" | ||
177 | - | ||
178 | -#: widget.c:238 | ||
179 | -msgid "" | ||
180 | -"<b>Identity not verified</b>\n" | ||
181 | -"Disconnected from host" | ||
182 | -msgstr "" | ||
183 | - | ||
184 | -#: widget.c:245 security.c:372 | ||
185 | -msgid "" | ||
186 | -"<b>Identity not verified</b>\n" | ||
187 | -"The connection is insecure" | ||
188 | -msgstr "" | ||
189 | - | ||
190 | -#: widget.c:252 | ||
191 | -msgid "" | ||
192 | -"<b>Identity verified</b>\n" | ||
193 | -"The connection is secure" | ||
194 | -msgstr "" | ||
195 | - | ||
196 | -#: widget.c:269 | ||
197 | -#, c-format | ||
198 | -msgid "<b>SSL state is undefined</b>Unexpected SSL status %ld" | ||
199 | -msgstr "" | ||
200 | - | ||
201 | -#: main.c:422 | ||
202 | -msgid "" | ||
203 | -"<b>Valid options:</b>\n" | ||
204 | -"\n" | ||
205 | -msgstr "" | ||
206 | - | ||
207 | -#: menuitem.c:70 | ||
208 | -msgid "<menuitem> should be inside a <menu>" | ||
209 | -msgstr "" | ||
210 | - | ||
211 | -#: separator.c:53 | ||
212 | -msgid "<separator> should be inside a <menu> or <toolbar>" | ||
213 | -msgstr "" | ||
214 | - | ||
215 | -#: security.c:203 | ||
216 | -msgid "" | ||
217 | -"A CA certificate is invalid. Either it is not a CA or its extensions are not " | ||
218 | -"consistent with the supplied purpose." | ||
219 | -msgstr "" | ||
220 | - | ||
221 | -#: tables.c:60 | ||
222 | -msgid "A_ppend to file" | ||
223 | -msgstr "" | ||
224 | - | ||
225 | -#: ft.c:101 | ||
226 | -msgid "Abort sent; awaiting response" | ||
227 | -msgstr "" | ||
228 | - | ||
229 | -#: v3270ftprogress.c:724 | ||
230 | -msgid "Aborting transfer" | ||
231 | -msgstr "" | ||
232 | - | ||
233 | -#: ft.c:659 | ||
234 | -msgid "Aborting..." | ||
235 | -msgstr "" | ||
236 | - | ||
237 | -#: security.c:413 | ||
238 | -msgid "About security" | ||
239 | -msgstr "" | ||
240 | - | ||
241 | -#: ft.c:99 | ||
242 | -msgid "Ack received, data flowing" | ||
243 | -msgstr "" | ||
244 | - | ||
245 | -#: paste.c:301 | ||
246 | -msgid "Action failed" | ||
247 | -msgstr "" | ||
248 | - | ||
249 | -#: 00default.xml:61 | ||
250 | -msgid "Add to copy" | ||
251 | -msgstr "" | ||
252 | - | ||
253 | -#: hostselect.c:162 | ||
254 | -msgid "Address or name of the host to connect." | ||
255 | -msgstr "" | ||
256 | - | ||
257 | -#: toggles.c:200 00default.xml:129 | ||
258 | -msgid "Alert sound" | ||
259 | -msgstr "" | ||
260 | - | ||
261 | -#: v3270ft.c:304 | ||
262 | -msgid "All files" | ||
263 | -msgstr "" | ||
264 | - | ||
265 | -#: v3270ftprogress.c:121 | ||
266 | -msgid "An error exists in the PC's file name." | ||
267 | -msgstr "" | ||
268 | - | ||
269 | -#: v3270ftprogress.c:103 | ||
270 | -msgid "" | ||
271 | -"An error occurred in the file transfer, which may be an error in the data " | ||
272 | -"being transferred, or an unidentified system error." | ||
273 | -msgstr "" | ||
274 | - | ||
275 | -#: security.c:161 | ||
276 | -msgid "An error occurred trying to allocate memory. This should never happen." | ||
277 | -msgstr "" | ||
278 | - | ||
279 | -#: v3270ftprogress.c:151 | ||
280 | -msgid "An invalid SEND or RECEIVE parameter was sent to the host." | ||
281 | -msgstr "" | ||
282 | - | ||
283 | -#: tables.c:61 | ||
284 | -msgid "Appends the source file to the destination file." | ||
285 | -msgstr "" | ||
286 | - | ||
287 | -#: main.c:376 main.c:378 | ||
288 | -msgid "Application name" | ||
289 | -msgstr "" | ||
290 | - | ||
291 | -#: 10keypad.xml:85 | ||
292 | -msgid "Attn" | ||
293 | -msgstr "" | ||
294 | - | ||
295 | -#: actions.c:482 | ||
296 | -#, c-format | ||
297 | -msgid "Attribute \"%s\" is invalid or undefined" | ||
298 | -msgstr "" | ||
299 | - | ||
300 | -#: security.c:251 | ||
301 | -msgid "Authority and issuer serial number mismatch" | ||
302 | -msgstr "" | ||
303 | - | ||
304 | -#: security.c:244 | ||
305 | -msgid "Authority and subject key identifier mismatch" | ||
306 | -msgstr "" | ||
307 | - | ||
308 | -#: toggles.c:213 | ||
309 | -msgid "Auto resize on altscreen" | ||
310 | -msgstr "" | ||
311 | - | ||
312 | -#: toggles.c:152 00default.xml:124 | ||
313 | -msgid "Auto-Reconnect" | ||
314 | -msgstr "" | ||
315 | - | ||
316 | -#: toggles.c:111 | ||
317 | -msgid "" | ||
318 | -"Automatically convert trailing blanks in a field to NULLs in order to insert " | ||
319 | -"a character, and will automatically convert leading NULLs to blanks so that " | ||
320 | -"input data is not squeezed to the left" | ||
321 | -msgstr "" | ||
322 | - | ||
323 | -#: toggles.c:153 | ||
324 | -msgid "Automatically reconnect to the host if it ever disconnects" | ||
325 | -msgstr "" | ||
326 | - | ||
327 | -#: tables.c:118 | ||
328 | -msgid "Avblock" | ||
329 | -msgstr "" | ||
330 | - | ||
331 | -#: ft.c:100 | ||
332 | -msgid "Awaiting chance to send an abort" | ||
333 | -msgstr "" | ||
334 | - | ||
335 | -#: colors.c:494 | ||
336 | -msgid "Background" | ||
337 | -msgstr "" | ||
338 | - | ||
339 | -#: connect.c:178 | ||
340 | -msgid "Bad winsock version" | ||
341 | -msgstr "" | ||
342 | - | ||
343 | -#: toggles.c:201 | ||
344 | -msgid "Beep on errors" | ||
345 | -msgstr "" | ||
346 | - | ||
347 | -#: colors.c:502 | ||
348 | -msgid "Black" | ||
349 | -msgstr "" | ||
350 | - | ||
351 | -#: toggles.c:110 00default.xml:122 | ||
352 | -msgid "Blank Fill" | ||
353 | -msgstr "" | ||
354 | - | ||
355 | -#: toggles.c:80 00default.xml:115 | ||
356 | -msgid "Blinking Cursor" | ||
357 | -msgstr "" | ||
358 | - | ||
359 | -#: tables.c:171 | ||
360 | -msgid "Block size:" | ||
361 | -msgstr "" | ||
362 | - | ||
363 | -#: colors.c:495 | ||
364 | -msgid "Blue" | ||
365 | -msgstr "" | ||
366 | - | ||
367 | -#: toggles.c:170 00default.xml:125 | ||
368 | -msgid "Bold" | ||
369 | -msgstr "" | ||
370 | - | ||
371 | -#: dialog.c:570 | ||
372 | -msgid "Brazilian Public Software Portal" | ||
373 | -msgstr "" | ||
374 | - | ||
375 | -#: 10keypad.xml:86 | ||
376 | -msgid "Break" | ||
377 | -msgstr "" | ||
378 | - | ||
379 | -#: telnet.c:2025 | ||
380 | -msgid "Broken pipe" | ||
381 | -msgstr "" | ||
382 | - | ||
383 | -#: security.c:125 | ||
384 | -msgid "CRL has expired" | ||
385 | -msgstr "" | ||
386 | - | ||
387 | -#: security.c:118 | ||
388 | -msgid "CRL is not yet valid" | ||
389 | -msgstr "" | ||
390 | - | ||
391 | -#: security.c:97 | ||
392 | -msgid "CRL signature failure" | ||
393 | -msgstr "" | ||
394 | - | ||
395 | -#: dialog.c:122 | ||
396 | -msgid "C_haracter Coding:" | ||
397 | -msgstr "" | ||
398 | - | ||
399 | -#: print.c:421 | ||
400 | -msgid "C_olor scheme:" | ||
401 | -msgstr "" | ||
402 | - | ||
403 | -#: hostselect.c:390 | ||
404 | -msgid "C_onnect" | ||
405 | -msgstr "" | ||
406 | - | ||
407 | -#: toggles.c:317 connect.c:378 connect.c:473 | ||
408 | -#, c-format | ||
409 | -msgid "Can't %s network keep-alive" | ||
410 | -msgstr "" | ||
411 | - | ||
412 | -#: parsefile.c:225 | ||
413 | -#, c-format | ||
414 | -msgid "Can't accept unnamed %s" | ||
415 | -msgstr "" | ||
416 | - | ||
417 | -#: connect.c:111 connect.c:409 | ||
418 | -#, c-format | ||
419 | -msgid "Can't connect to %s" | ||
420 | -msgstr "" | ||
421 | - | ||
422 | -#: connect.c:290 connect.c:443 | ||
423 | -#, c-format | ||
424 | -msgid "Can't connect to %s:%s" | ||
425 | -msgstr "" | ||
426 | - | ||
427 | -#: selection.c:466 | ||
428 | -#, c-format | ||
429 | -msgid "Can't convert line %d from %s to %s" | ||
430 | -msgstr "" | ||
431 | - | ||
432 | -#: selection.c:656 | ||
433 | -msgid "Can't cut rectangular regions" | ||
434 | -msgstr "" | ||
435 | - | ||
436 | -#: connect.c:217 | ||
437 | -#, c-format | ||
438 | -msgid "Can't determine value for environment variable \"%s\" " | ||
439 | -msgstr "" | ||
440 | - | ||
441 | -#: ft.c:413 | ||
442 | -msgid "Can't get file size" | ||
443 | -msgstr "" | ||
444 | - | ||
445 | -#: parsefile.c:328 load.c:269 | ||
446 | -#, c-format | ||
447 | -msgid "Can't load %s" | ||
448 | -msgstr "" | ||
449 | - | ||
450 | -#: dialog.c:406 | ||
451 | -msgid "Can't load file" | ||
452 | -msgstr "" | ||
453 | - | ||
454 | -#: plugin.c:95 | ||
455 | -msgid "Can't load plugin" | ||
456 | -msgstr "" | ||
457 | - | ||
458 | -#: plugin.c:93 | ||
459 | -#, c-format | ||
460 | -msgid "Can't load plugin %s" | ||
461 | -msgstr "" | ||
462 | - | ||
463 | -#: main.c:298 | ||
464 | -msgid "Can't open file" | ||
465 | -msgstr "" | ||
466 | - | ||
467 | -#: charset.c:470 | ||
468 | -#, c-format | ||
469 | -msgid "Can't parse %s" | ||
470 | -msgstr "" | ||
471 | - | ||
472 | -#: parser.c:351 parsefile.c:332 parsefile.c:360 | ||
473 | -msgid "Can't parse UI" | ||
474 | -msgstr "" | ||
475 | - | ||
476 | -#: parser.c:349 | ||
477 | -#, c-format | ||
478 | -msgid "Can't parse UI description files in %s" | ||
479 | -msgstr "" | ||
480 | - | ||
481 | -#: charset.c:366 | ||
482 | -msgid "Can't parse cgcsgid value" | ||
483 | -msgstr "" | ||
484 | - | ||
485 | -#: charset.c:284 | ||
486 | -msgid "Can't parse character value" | ||
487 | -msgstr "" | ||
488 | - | ||
489 | -#: parsefile.c:102 parsefile.c:128 | ||
490 | -msgid "Can't parse unnamed element" | ||
491 | -msgstr "" | ||
492 | - | ||
493 | -#: window.c:312 | ||
494 | -#, c-format | ||
495 | -msgid "Can't recognize \"%s\" as a valid host type" | ||
496 | -msgstr "" | ||
497 | - | ||
498 | -#: trace.c:208 save.c:116 | ||
499 | -#, c-format | ||
500 | -msgid "Can't save %s" | ||
501 | -msgstr "" | ||
502 | - | ||
503 | -#: dialog.c:382 | ||
504 | -#, c-format | ||
505 | -msgid "" | ||
506 | -"Can't save copy to file\n" | ||
507 | -"%s" | ||
508 | -msgstr "" | ||
509 | - | ||
510 | -#: dialog.c:219 trace.c:210 | ||
511 | -msgid "Can't save file" | ||
512 | -msgstr "" | ||
513 | - | ||
514 | -#: dialog.c:347 | ||
515 | -#, c-format | ||
516 | -msgid "" | ||
517 | -"Can't save screen to file\n" | ||
518 | -"%s" | ||
519 | -msgstr "" | ||
520 | - | ||
521 | -#: dialog.c:365 | ||
522 | -#, c-format | ||
523 | -msgid "" | ||
524 | -"Can't save selection to file\n" | ||
525 | -"%s" | ||
526 | -msgstr "" | ||
527 | - | ||
528 | -#: main.c:296 | ||
529 | -#, c-format | ||
530 | -msgid "Can't save trace data to file %s" | ||
531 | -msgstr "" | ||
532 | - | ||
533 | -#: v3270ftprogress.c:811 | ||
534 | -msgid "Can't set callback table" | ||
535 | -msgstr "" | ||
536 | - | ||
537 | -#: tools.c:306 | ||
538 | -msgid "Can't set host charset" | ||
539 | -msgstr "" | ||
540 | - | ||
541 | -#: iocallback.c:312 | ||
542 | -msgid "Can't set lib3270 I/O handlers" | ||
543 | -msgstr "" | ||
544 | - | ||
545 | -#: connect.c:604 | ||
546 | -msgid "Can't set socket to blocking mode." | ||
547 | -msgstr "" | ||
548 | - | ||
549 | -#: connect.c:604 | ||
550 | -msgid "Can't set socket to non blocking mode" | ||
551 | -msgstr "" | ||
552 | - | ||
553 | -#: v3270ftprogress.c:798 | ||
554 | -msgid "Can't start file transfer session" | ||
555 | -msgstr "" | ||
556 | - | ||
557 | -#: ft.c:203 | ||
558 | -msgid "Can't start file transfer." | ||
559 | -msgstr "" | ||
560 | - | ||
561 | -#: connect.c:179 | ||
562 | -#, c-format | ||
563 | -msgid "Can't use winsock version %d.%d" | ||
564 | -msgstr "" | ||
565 | - | ||
566 | -#: transfer.c:89 v3270ftprogress.c:471 | ||
567 | -msgid "Cancel" | ||
568 | -msgstr "" | ||
569 | - | ||
570 | -#: transfer.c:90 | ||
571 | -msgid "Cancel transfer operation." | ||
572 | -msgstr "" | ||
573 | - | ||
574 | -#: ft.c:157 | ||
575 | -msgid "Cancelled by user" | ||
576 | -msgstr "" | ||
577 | - | ||
578 | -#: telnet.c:1453 | ||
579 | -msgid "Cannot connect to specified LU" | ||
580 | -msgstr "" | ||
581 | - | ||
582 | -#: ssl.c:373 | ||
583 | -msgid "Cant create a new SSL structure for current connection." | ||
584 | -msgstr "" | ||
585 | - | ||
586 | -#: ssl.c:293 | ||
587 | -#, c-format | ||
588 | -msgid "" | ||
589 | -"Cant set default locations for trusted CA certificates to\n" | ||
590 | -"%s" | ||
591 | -msgstr "" | ||
592 | - | ||
593 | -#: ssl.c:92 | ||
594 | -msgid "" | ||
595 | -"Cant set the file descriptor for the input/output facility for the TLS/SSL " | ||
596 | -"(encrypted) side of ssl." | ||
597 | -msgstr "" | ||
598 | - | ||
599 | -#: security.c:111 | ||
600 | -msgid "Certificate has expired" | ||
601 | -msgstr "" | ||
602 | - | ||
603 | -#: security.c:104 | ||
604 | -msgid "Certificate is not yet valid" | ||
605 | -msgstr "" | ||
606 | - | ||
607 | -#: security.c:223 | ||
608 | -msgid "Certificate not trusted" | ||
609 | -msgstr "" | ||
610 | - | ||
611 | -#: security.c:230 | ||
612 | -msgid "Certificate rejected" | ||
613 | -msgstr "" | ||
614 | - | ||
615 | -#: security.c:195 | ||
616 | -msgid "Certificate revoked" | ||
617 | -msgstr "" | ||
618 | - | ||
619 | -#: security.c:90 | ||
620 | -msgid "Certificate signature failure" | ||
621 | -msgstr "" | ||
622 | - | ||
623 | -#: tools.c:310 selection.c:468 | ||
624 | -msgid "Charset error" | ||
625 | -msgstr "" | ||
626 | - | ||
627 | -#: hostselect.c:167 | ||
628 | -msgid "Check for SSL secure connection." | ||
629 | -msgstr "" | ||
630 | - | ||
631 | -#: tables.c:44 | ||
632 | -msgid "Check this if the file consists of character data only." | ||
633 | -msgstr "" | ||
634 | - | ||
635 | -#: 10keypad.xml:77 00default.xml:76 | ||
636 | -msgid "Clear" | ||
637 | -msgstr "" | ||
638 | - | ||
639 | -#: colors.c:631 | ||
640 | -msgid "Color scheme:" | ||
641 | -msgstr "" | ||
642 | - | ||
643 | -#: colors.c:532 | ||
644 | -msgid "Color setup" | ||
645 | -msgstr "" | ||
646 | - | ||
647 | -#: 00default.xml:104 | ||
648 | -msgid "Colors" | ||
649 | -msgstr "" | ||
650 | - | ||
651 | -#: trace.c:381 | ||
652 | -msgid "Command:" | ||
653 | -msgstr "" | ||
654 | - | ||
655 | -#: hostselect.c:386 00default.xml:89 | ||
656 | -msgid "Configure host" | ||
657 | -msgstr "" | ||
658 | - | ||
659 | -#: toggles.c:188 00default.xml:114 | ||
660 | -msgid "Connect on startup" | ||
661 | -msgstr "" | ||
662 | - | ||
663 | -#: connect.c:215 connect.c:311 connect.c:320 connect.c:382 connect.c:397 | ||
664 | -#: connect.c:413 connect.c:427 connect.c:447 connect.c:461 connect.c:477 | ||
665 | -#: connect.c:573 | ||
666 | -msgid "Connection error" | ||
667 | -msgstr "" | ||
668 | - | ||
669 | -#: connect.c:116 | ||
670 | -msgid "Connection failed" | ||
671 | -msgstr "" | ||
672 | - | ||
673 | -#: telnet.c:2029 | ||
674 | -msgid "Connection reset by peer" | ||
675 | -msgstr "" | ||
676 | - | ||
677 | -#: 00default.xml:58 | ||
678 | -msgid "Copy" | ||
679 | -msgstr "" | ||
680 | - | ||
681 | -#: 99debug.xml:35 | ||
682 | -msgid "Copy as HTML" | ||
683 | -msgstr "" | ||
684 | - | ||
685 | -#: 00default.xml:59 | ||
686 | -msgid "Copy as table" | ||
687 | -msgstr "" | ||
688 | - | ||
689 | -#: tables.c:81 | ||
690 | -msgid "Creates a file with fixed-length records." | ||
691 | -msgstr "" | ||
692 | - | ||
693 | -#: tables.c:93 | ||
694 | -msgid "Creates a file with undefined-length records (TSO hosts only)." | ||
695 | -msgstr "" | ||
696 | - | ||
697 | -#: tables.c:87 | ||
698 | -msgid "Creates a file with variable-length records." | ||
699 | -msgstr "" | ||
700 | - | ||
701 | -#: toggles.c:140 colors.c:519 00default.xml:121 | ||
702 | -msgid "Cross hair cursor" | ||
703 | -msgstr "" | ||
704 | - | ||
705 | -#: dialog.c:139 | ||
706 | -#, c-format | ||
707 | -msgid "Current (%s)" | ||
708 | -msgstr "" | ||
709 | - | ||
710 | -#: v3270ftprogress.c:428 | ||
711 | -msgid "Current file" | ||
712 | -msgstr "" | ||
713 | - | ||
714 | -#: v3270ftprogress.c:75 | ||
715 | -msgid "Current transfer position" | ||
716 | -msgstr "" | ||
717 | - | ||
718 | -#: v3270ftprogress.c:74 | ||
719 | -msgid "Current:" | ||
720 | -msgstr "" | ||
721 | - | ||
722 | -#: colors.c:380 | ||
723 | -msgid "Custom colors" | ||
724 | -msgstr "" | ||
725 | - | ||
726 | -#: 00default.xml:62 | ||
727 | -msgid "Cut" | ||
728 | -msgstr "" | ||
729 | - | ||
730 | -#: tables.c:112 | ||
731 | -msgid "Cylinders" | ||
732 | -msgstr "" | ||
733 | - | ||
734 | -#: tables.c:189 | ||
735 | -msgid "DFT B_uffer size:" | ||
736 | -msgstr "" | ||
737 | - | ||
738 | -#: colors.c:503 | ||
739 | -msgid "Dark Blue" | ||
740 | -msgstr "" | ||
741 | - | ||
742 | -#: colors.c:506 | ||
743 | -msgid "Dark Green" | ||
744 | -msgstr "" | ||
745 | - | ||
746 | -#: colors.c:507 | ||
747 | -msgid "Dark Turquoise" | ||
748 | -msgstr "" | ||
749 | - | ||
750 | -#: ft_cut.c:156 ft_cut.c:165 | ||
751 | -msgid "Data conversion error" | ||
752 | -msgstr "" | ||
753 | - | ||
754 | -#: 99debug.xml:39 | ||
755 | -msgid "Debug" | ||
756 | -msgstr "" | ||
757 | - | ||
758 | -#: 99debug.xml:42 | ||
759 | -msgid "Debug window updates" | ||
760 | -msgstr "" | ||
761 | - | ||
762 | -#: tables.c:74 tables.c:100 | ||
763 | -msgid "Default" | ||
764 | -msgstr "" | ||
765 | - | ||
766 | -#: 00default.xml:78 | ||
767 | -msgid "Delete field" | ||
768 | -msgstr "" | ||
769 | - | ||
770 | -#: telnet.c:1700 | ||
771 | -msgid "Device type rejected" | ||
772 | -msgstr "" | ||
773 | - | ||
774 | -#: ft.c:261 | ||
775 | -msgid "Disconnected from host." | ||
776 | -msgstr "" | ||
777 | - | ||
778 | -#: 99debug.xml:40 | ||
779 | -msgid "Display current charset" | ||
780 | -msgstr "" | ||
781 | - | ||
782 | -#: toggles.c:93 | ||
783 | -msgid "Display the cursor location in the OIA (the status line)" | ||
784 | -msgstr "" | ||
785 | - | ||
786 | -#: telnet.c:1250 | ||
787 | -msgid "EOR received when not in 3270 mode, ignored." | ||
788 | -msgstr "" | ||
789 | - | ||
790 | -#: v3270ftprogress.c:84 | ||
791 | -msgid "ETA:" | ||
792 | -msgstr "" | ||
793 | - | ||
794 | -#: toggles.c:225 | ||
795 | -msgid "Enable network in/out trace" | ||
796 | -msgstr "" | ||
797 | - | ||
798 | -#: toggles.c:219 | ||
799 | -msgid "Enable network keep-alive with SO_KEEPALIVE" | ||
800 | -msgstr "" | ||
801 | - | ||
802 | -#: 10keypad.xml:81 | ||
803 | -msgid "" | ||
804 | -"Erase\n" | ||
805 | -"EOF" | ||
806 | -msgstr "" | ||
807 | - | ||
808 | -#: 10keypad.xml:82 | ||
809 | -msgid "" | ||
810 | -"Erase\n" | ||
811 | -"Input" | ||
812 | -msgstr "" | ||
813 | - | ||
814 | -#: 00default.xml:77 | ||
815 | -msgid "Erase input" | ||
816 | -msgstr "" | ||
817 | - | ||
818 | -#: 00default.xml:79 | ||
819 | -msgid "Erase to end of field" | ||
820 | -msgstr "" | ||
821 | - | ||
822 | -#: 00default.xml:80 | ||
823 | -msgid "Erase to end of line" | ||
824 | -msgstr "" | ||
825 | - | ||
826 | -#: util.c:985 print.c:247 widget.c:200 | ||
827 | -msgid "Error" | ||
828 | -msgstr "" | ||
829 | - | ||
830 | -#: ft_cut.c:422 ft_dft.c:457 | ||
831 | -#, c-format | ||
832 | -msgid "Error \"%s\" reading from local file (rc=%d)" | ||
833 | -msgstr "" | ||
834 | - | ||
835 | -#: ft_cut.c:530 ft_dft.c:335 | ||
836 | -#, c-format | ||
837 | -msgid "Error \"%s\" writing to local file (rc=%d)" | ||
838 | -msgstr "" | ||
839 | - | ||
840 | -#: dialog.c:404 | ||
841 | -#, c-format | ||
842 | -msgid "Error loading %s" | ||
843 | -msgstr "" | ||
844 | - | ||
845 | -#: v3270ftprogress.c:85 | ||
846 | -msgid "Estimated transfer arrival" | ||
847 | -msgstr "" | ||
848 | - | ||
849 | -#: 80javasamples.xml:38 | ||
850 | -msgid "Exception test" | ||
851 | -msgstr "" | ||
852 | - | ||
853 | -#: 80rexx.xml:38 | ||
854 | -msgid "External Rexx script" | ||
855 | -msgstr "" | ||
856 | - | ||
857 | -#: 98trace.xml:41 | ||
858 | -msgid "Field Delimiters" | ||
859 | -msgstr "" | ||
860 | - | ||
861 | -#: colors.c:488 | ||
862 | -msgid "Field colors" | ||
863 | -msgstr "" | ||
864 | - | ||
865 | -#: ft.c:266 | ||
866 | -msgid "File transfer is already active in this session." | ||
867 | -msgstr "" | ||
868 | - | ||
869 | -#: tables.c:80 | ||
870 | -msgid "Fixed" | ||
871 | -msgstr "" | ||
872 | - | ||
873 | -#: tables.c:49 | ||
874 | -msgid "Follow the convention for _ASCII text files." | ||
875 | -msgstr "" | ||
876 | - | ||
877 | -#: tables.c:51 | ||
878 | -msgid "" | ||
879 | -"Following the convention for ASCII text files, CR/LF pairs are used to " | ||
880 | -"terminate records in the PC file, and a CTRL-Z (x'1A') marks the end of file." | ||
881 | -msgstr "" | ||
882 | - | ||
883 | -#: tables.c:53 | ||
884 | -msgid "" | ||
885 | -"Following the convention for ASCII text files, LF is used to terminate " | ||
886 | -"records in the PC file." | ||
887 | -msgstr "" | ||
888 | - | ||
889 | -#: security.c:146 | ||
890 | -msgid "Format error in CRL's lastUpdate field" | ||
891 | -msgstr "" | ||
892 | - | ||
893 | -#: security.c:153 | ||
894 | -msgid "Format error in CRL's nextUpdate field" | ||
895 | -msgstr "" | ||
896 | - | ||
897 | -#: security.c:139 | ||
898 | -msgid "Format error in certificate's notAfter field" | ||
899 | -msgstr "" | ||
900 | - | ||
901 | -#: security.c:132 | ||
902 | -msgid "Format error in certificate's notBefore field" | ||
903 | -msgstr "" | ||
904 | - | ||
905 | -#: toggles.c:146 00default.xml:118 | ||
906 | -msgid "Full Screen" | ||
907 | -msgstr "" | ||
908 | - | ||
909 | -#: 10functions.xml:35 | ||
910 | -msgid "Function bar" | ||
911 | -msgstr "" | ||
912 | - | ||
913 | -#: main.c:102 main.c:512 | ||
914 | -msgid "GTK Version mismatch" | ||
915 | -msgstr "" | ||
916 | - | ||
917 | -#: v3270ft.c:373 | ||
918 | -msgid "Get transfer queue from an external XML file" | ||
919 | -msgstr "" | ||
920 | - | ||
921 | -#: colors.c:509 | ||
922 | -msgid "Gray" | ||
923 | -msgstr "" | ||
924 | - | ||
925 | -#: colors.c:498 | ||
926 | -msgid "Green" | ||
927 | -msgstr "" | ||
928 | - | ||
929 | -#: 00default.xml:140 | ||
930 | -msgid "Help" | ||
931 | -msgstr "" | ||
932 | - | ||
933 | -#: ft.c:668 | ||
934 | -msgid "Host disconnected, transfer cancelled" | ||
935 | -msgstr "" | ||
936 | - | ||
937 | -#: telnet.c:1758 | ||
938 | -msgid "Host illegally added function(s)" | ||
939 | -msgstr "" | ||
940 | - | ||
941 | -#: telnet.c:1683 | ||
942 | -msgid "Host rejected device type or request type" | ||
943 | -msgstr "" | ||
944 | - | ||
945 | -#: telnet.c:1696 | ||
946 | -msgid "Host rejected resource(s)" | ||
947 | -msgstr "" | ||
948 | - | ||
949 | -#: main.c:384 | ||
950 | -msgid "Host system type" | ||
951 | -msgstr "" | ||
952 | - | ||
953 | -#: main.c:382 | ||
954 | -msgid "Host to connect" | ||
955 | -msgstr "" | ||
956 | - | ||
957 | -#: options.c:49 | ||
958 | -msgid "IBM AS/400" | ||
959 | -msgstr "" | ||
960 | - | ||
961 | -#: options.c:43 | ||
962 | -msgid "IBM S/390" | ||
963 | -msgstr "" | ||
964 | - | ||
965 | -#: widget.c:260 | ||
966 | -msgid "Identity not verified" | ||
967 | -msgstr "" | ||
968 | - | ||
969 | -#: toggles.c:147 | ||
970 | -msgid "If set, asks to place the toplevel window in the fullscreen state" | ||
971 | -msgstr "" | ||
972 | - | ||
973 | -#: toggles.c:129 | ||
974 | -msgid "" | ||
975 | -"If set, puts restrictions on how pasted text is placed on the screen. The " | ||
976 | -"position of the cursor at the time the paste operation is begun is used as a " | ||
977 | -"left margin. No pasted text will fill any area of the screen to the left of " | ||
978 | -"that position. This option is useful for pasting into certain IBM editors " | ||
979 | -"that use the left side of the screen for control information" | ||
980 | -msgstr "" | ||
981 | - | ||
982 | -#: toggles.c:81 | ||
983 | -msgid "If set, the cursor blinks" | ||
984 | -msgstr "" | ||
985 | - | ||
986 | -#: toggles.c:75 | ||
987 | -msgid "If set, the terminal operates in uppercase-only mode" | ||
988 | -msgstr "" | ||
989 | - | ||
990 | -#: toggles.c:135 | ||
991 | -msgid "" | ||
992 | -"If set, the terminal will always select rectangular areas of the screen. " | ||
993 | -"Otherwise, it selects continuous regions of the screen" | ||
994 | -msgstr "" | ||
995 | - | ||
996 | -#: toggles.c:141 | ||
997 | -msgid "" | ||
998 | -"If set, the terminal will display a crosshair over the cursor: lines " | ||
999 | -"extending the full width and height of the screen, centered over the cursor " | ||
1000 | -"position. This makes locating the cursor on the screen much easier" | ||
1001 | -msgstr "" | ||
1002 | - | ||
1003 | -#: toggles.c:87 | ||
1004 | -msgid "" | ||
1005 | -"If set, the time taken by the host to process an AID is displayed on the " | ||
1006 | -"status line" | ||
1007 | -msgstr "" | ||
1008 | - | ||
1009 | -#: transfer.c:80 | ||
1010 | -msgid "Ignore" | ||
1011 | -msgstr "" | ||
1012 | - | ||
1013 | -#: transfer.c:81 | ||
1014 | -msgid "Ignore the fail and remove the file from queue." | ||
1015 | -msgstr "" | ||
1016 | - | ||
1017 | -#: ft_cut.c:507 | ||
1018 | -msgid "Illegal frame length" | ||
1019 | -msgstr "" | ||
1020 | - | ||
1021 | -#: 00default.xml:135 | ||
1022 | -msgid "Input method" | ||
1023 | -msgstr "" | ||
1024 | - | ||
1025 | -#: v3270ft.c:389 | ||
1026 | -msgid "Insert new file in the transfer queue" | ||
1027 | -msgstr "" | ||
1028 | - | ||
1029 | -#: colors.c:514 | ||
1030 | -msgid "Intensified/Protected" | ||
1031 | -msgstr "" | ||
1032 | - | ||
1033 | -#: colors.c:512 | ||
1034 | -msgid "Intensified/Unprotected" | ||
1035 | -msgstr "" | ||
1036 | - | ||
1037 | -#: security.c:202 | ||
1038 | -msgid "Invalid CA certificate" | ||
1039 | -msgstr "" | ||
1040 | - | ||
1041 | -#: widget.c:951 | ||
1042 | -msgid "Invalid callback table, possible version mismatch in lib3270" | ||
1043 | -msgstr "" | ||
1044 | - | ||
1045 | -#: charset.c:361 | ||
1046 | -msgid "Invalid cgcsgid value" | ||
1047 | -msgstr "" | ||
1048 | - | ||
1049 | -#: charset.c:299 | ||
1050 | -msgid "Invalid character value" | ||
1051 | -msgstr "" | ||
1052 | - | ||
1053 | -#: selection.c:656 | ||
1054 | -msgid "Invalid cut action" | ||
1055 | -msgstr "" | ||
1056 | - | ||
1057 | -#: charset.c:319 | ||
1058 | -msgid "Invalid remap scope" | ||
1059 | -msgstr "" | ||
1060 | - | ||
1061 | -#: 80javasamples.xml:38 | ||
1062 | -msgid "Java" | ||
1063 | -msgstr "" | ||
1064 | - | ||
1065 | -#: toggles.c:176 00default.xml:127 | ||
1066 | -msgid "Keep selected" | ||
1067 | -msgstr "" | ||
1068 | - | ||
1069 | -#: security.c:258 | ||
1070 | -msgid "Key usage does not include certificate signing" | ||
1071 | -msgstr "" | ||
1072 | - | ||
1073 | -#: paste.c:303 | ||
1074 | -msgid "Keyboard is locked" | ||
1075 | -msgstr "" | ||
1076 | - | ||
1077 | -#: 10keypad.xml:35 | ||
1078 | -msgid "Lateral keypad" | ||
1079 | -msgstr "" | ||
1080 | - | ||
1081 | -#: v3270ft.c:194 | ||
1082 | -msgid "Load" | ||
1083 | -msgstr "" | ||
1084 | - | ||
1085 | -#: v3270ft.c:193 | ||
1086 | -msgid "Load queue from file" | ||
1087 | -msgstr "" | ||
1088 | - | ||
1089 | -#: v3270ftprogress.c:59 | ||
1090 | -msgid "Local:" | ||
1091 | -msgstr "" | ||
1092 | - | ||
1093 | -#: main.c:397 | ||
1094 | -msgid "Log to file" | ||
1095 | -msgstr "" | ||
1096 | - | ||
1097 | -#: main.c:390 | ||
1098 | -msgid "Minutes for auto-disconnect" | ||
1099 | -msgstr "" | ||
1100 | - | ||
1101 | -#: colors.c:489 | ||
1102 | -msgid "Misc colors" | ||
1103 | -msgstr "" | ||
1104 | - | ||
1105 | -#: window.c:433 | ||
1106 | -#, c-format | ||
1107 | -msgid "Model %d (%s)" | ||
1108 | -msgstr "" | ||
1109 | - | ||
1110 | -#: toggles.c:74 00default.xml:116 | ||
1111 | -msgid "Monocase" | ||
1112 | -msgstr "" | ||
1113 | - | ||
1114 | -#: hostselect.c:44 | ||
1115 | -msgid "Monochrome" | ||
1116 | -msgstr "" | ||
1117 | - | ||
1118 | -#: actions.c:638 | ||
1119 | -msgid "Move action needs target & direction attributes" | ||
1120 | -msgstr "" | ||
1121 | - | ||
1122 | -#: colors.c:508 | ||
1123 | -msgid "Mustard" | ||
1124 | -msgstr "" | ||
1125 | - | ||
1126 | -#: telnet.c:347 iocalls.c:376 iocalls.c:483 connect.c:98 | ||
1127 | -msgid "Network error" | ||
1128 | -msgstr "" | ||
1129 | - | ||
1130 | -#: toggles.c:218 00default.xml:131 | ||
1131 | -msgid "Network keep alive" | ||
1132 | -msgstr "" | ||
1133 | - | ||
1134 | -#: connect.c:166 connect.c:177 | ||
1135 | -msgid "Network startup error" | ||
1136 | -msgstr "" | ||
1137 | - | ||
1138 | -#: 00default.xml:188 | ||
1139 | -msgid "Next field" | ||
1140 | -msgstr "" | ||
1141 | - | ||
1142 | -#: v3270ftprogress.c:467 | ||
1143 | -msgid "No active transfer" | ||
1144 | -msgstr "" | ||
1145 | - | ||
1146 | -#: security.c:189 | ||
1147 | -msgid "" | ||
1148 | -"No signatures could be verified because the chain contains only one " | ||
1149 | -"certificate and it is not self signed." | ||
1150 | -msgstr "" | ||
1151 | - | ||
1152 | -#: ft.c:98 | ||
1153 | -msgid "No transfer in progress" | ||
1154 | -msgstr "" | ||
1155 | - | ||
1156 | -#: colors.c:513 | ||
1157 | -msgid "Normal/Protected" | ||
1158 | -msgstr "" | ||
1159 | - | ||
1160 | -#: colors.c:511 | ||
1161 | -msgid "Normal/Unprotected" | ||
1162 | -msgstr "" | ||
1163 | - | ||
1164 | -#: selection.c:656 | ||
1165 | -msgid "Not available" | ||
1166 | -msgstr "" | ||
1167 | - | ||
1168 | -#: ft.c:675 | ||
1169 | -msgid "Not in 3270 mode, transfer cancelled" | ||
1170 | -msgstr "" | ||
1171 | - | ||
1172 | -#: colors.c:526 | ||
1173 | -msgid "OIA Warning" | ||
1174 | -msgstr "" | ||
1175 | - | ||
1176 | -#: colors.c:522 | ||
1177 | -msgid "OIA background" | ||
1178 | -msgstr "" | ||
1179 | - | ||
1180 | -#: colors.c:523 | ||
1181 | -msgid "OIA foreground" | ||
1182 | -msgstr "" | ||
1183 | - | ||
1184 | -#: colors.c:524 | ||
1185 | -msgid "OIA separator" | ||
1186 | -msgstr "" | ||
1187 | - | ||
1188 | -#: colors.c:527 | ||
1189 | -msgid "OIA status invalid" | ||
1190 | -msgstr "" | ||
1191 | - | ||
1192 | -#: colors.c:525 | ||
1193 | -msgid "OIA status ok" | ||
1194 | -msgstr "" | ||
1195 | - | ||
1196 | -#: load.c:271 save.c:118 | ||
1197 | -msgid "Operation has failed" | ||
1198 | -msgstr "" | ||
1199 | - | ||
1200 | -#: print.c:613 | ||
1201 | -msgid "Options" | ||
1202 | -msgstr "" | ||
1203 | - | ||
1204 | -#: colors.c:504 | ||
1205 | -msgid "Orange" | ||
1206 | -msgstr "" | ||
1207 | - | ||
1208 | -#: options.c:55 | ||
1209 | -msgid "Other (TSO)" | ||
1210 | -msgstr "" | ||
1211 | - | ||
1212 | -#: options.c:61 | ||
1213 | -msgid "Other (VM/CMS)" | ||
1214 | -msgstr "" | ||
1215 | - | ||
1216 | -#: security.c:160 | ||
1217 | -msgid "Out of memory" | ||
1218 | -msgstr "" | ||
1219 | - | ||
1220 | -#: 80javasamples.xml:39 | ||
1221 | -msgid "Output test" | ||
1222 | -msgstr "" | ||
1223 | - | ||
1224 | -#: 10keypad.xml:68 | ||
1225 | -msgid "PA1" | ||
1226 | -msgstr "" | ||
1227 | - | ||
1228 | -#: 10keypad.xml:69 | ||
1229 | -msgid "PA2" | ||
1230 | -msgstr "" | ||
1231 | - | ||
1232 | -#: 10keypad.xml:70 | ||
1233 | -msgid "PA3" | ||
1234 | -msgstr "" | ||
1235 | - | ||
1236 | -#: 10keypad.xml:37 10functions.xml:36 | ||
1237 | -msgid "PF1" | ||
1238 | -msgstr "" | ||
1239 | - | ||
1240 | -#: 10keypad.xml:52 10functions.xml:45 | ||
1241 | -msgid "PF10" | ||
1242 | -msgstr "" | ||
1243 | - | ||
1244 | -#: 10keypad.xml:53 10functions.xml:46 | ||
1245 | -msgid "PF11" | ||
1246 | -msgstr "" | ||
1247 | - | ||
1248 | -#: 10keypad.xml:54 10functions.xml:47 | ||
1249 | -msgid "PF12" | ||
1250 | -msgstr "" | ||
1251 | - | ||
1252 | -#: 10functions.xml:50 | ||
1253 | -msgid "PF13" | ||
1254 | -msgstr "" | ||
1255 | - | ||
1256 | -#: 10functions.xml:51 | ||
1257 | -msgid "PF14" | ||
1258 | -msgstr "" | ||
1259 | - | ||
1260 | -#: 10functions.xml:52 | ||
1261 | -msgid "PF15" | ||
1262 | -msgstr "" | ||
1263 | - | ||
1264 | -#: 10functions.xml:53 | ||
1265 | -msgid "PF16" | ||
1266 | -msgstr "" | ||
1267 | - | ||
1268 | -#: 10functions.xml:54 | ||
1269 | -msgid "PF17" | ||
1270 | -msgstr "" | ||
1271 | - | ||
1272 | -#: 10functions.xml:55 | ||
1273 | -msgid "PF18" | ||
1274 | -msgstr "" | ||
1275 | - | ||
1276 | -#: 10functions.xml:56 | ||
1277 | -msgid "PF19" | ||
1278 | -msgstr "" | ||
1279 | - | ||
1280 | -#: 10keypad.xml:38 10functions.xml:37 | ||
1281 | -msgid "PF2" | ||
1282 | -msgstr "" | ||
1283 | - | ||
1284 | -#: 10functions.xml:57 | ||
1285 | -msgid "PF20" | ||
1286 | -msgstr "" | ||
1287 | - | ||
1288 | -#: 10functions.xml:58 | ||
1289 | -msgid "PF21" | ||
1290 | -msgstr "" | ||
1291 | - | ||
1292 | -#: 10functions.xml:59 | ||
1293 | -msgid "PF22" | ||
1294 | -msgstr "" | ||
1295 | - | ||
1296 | -#: 10functions.xml:60 | ||
1297 | -msgid "PF23" | ||
1298 | -msgstr "" | ||
1299 | - | ||
1300 | -#: 10functions.xml:61 | ||
1301 | -msgid "PF24" | ||
1302 | -msgstr "" | ||
1303 | - | ||
1304 | -#: 10keypad.xml:39 10functions.xml:38 | ||
1305 | -msgid "PF3" | ||
1306 | -msgstr "" | ||
1307 | - | ||
1308 | -#: 10keypad.xml:42 10functions.xml:39 | ||
1309 | -msgid "PF4" | ||
1310 | -msgstr "" | ||
1311 | - | ||
1312 | -#: 10keypad.xml:43 10functions.xml:40 | ||
1313 | -msgid "PF5" | ||
1314 | -msgstr "" | ||
1315 | - | ||
1316 | -#: 10keypad.xml:44 10functions.xml:41 | ||
1317 | -msgid "PF6" | ||
1318 | -msgstr "" | ||
1319 | - | ||
1320 | -#: 10keypad.xml:47 10functions.xml:42 | ||
1321 | -msgid "PF7" | ||
1322 | -msgstr "" | ||
1323 | - | ||
1324 | -#: 10keypad.xml:48 10functions.xml:43 | ||
1325 | -msgid "PF8" | ||
1326 | -msgstr "" | ||
1327 | - | ||
1328 | -#: 10keypad.xml:49 10functions.xml:44 | ||
1329 | -msgid "PF9" | ||
1330 | -msgstr "" | ||
1331 | - | ||
1332 | -#: main.c:420 | ||
1333 | -msgid "Parse error" | ||
1334 | -msgstr "" | ||
1335 | - | ||
1336 | -#: parsefile.c:356 | ||
1337 | -#, c-format | ||
1338 | -msgid "Parse error in %s" | ||
1339 | -msgstr "" | ||
1340 | - | ||
1341 | -#: 00default.xml:63 | ||
1342 | -msgid "Paste" | ||
1343 | -msgstr "" | ||
1344 | - | ||
1345 | -#: 00default.xml:64 | ||
1346 | -msgid "Paste next" | ||
1347 | -msgstr "" | ||
1348 | - | ||
1349 | -#: 00default.xml:67 | ||
1350 | -msgid "Paste text file" | ||
1351 | -msgstr "" | ||
1352 | - | ||
1353 | -#: toggles.c:128 00default.xml:120 | ||
1354 | -msgid "Paste with left margin" | ||
1355 | -msgstr "" | ||
1356 | - | ||
1357 | -#: v3270ftprogress.c:60 | ||
1358 | -msgid "Path and name of the local file" | ||
1359 | -msgstr "" | ||
1360 | - | ||
1361 | -#: main.c:391 | ||
1362 | -msgid "Path for plugin files" | ||
1363 | -msgstr "" | ||
1364 | - | ||
1365 | -#: security.c:209 | ||
1366 | -msgid "Path length constraint exceeded" | ||
1367 | -msgstr "" | ||
1368 | - | ||
1369 | -#: main.c:379 | ||
1370 | -msgid "Path to application data files" | ||
1371 | -msgstr "" | ||
1372 | - | ||
1373 | -#: colors.c:497 | ||
1374 | -msgid "Pink" | ||
1375 | -msgstr "" | ||
1376 | - | ||
1377 | -#: 80javasamples.xml:40 | ||
1378 | -msgid "Popup test" | ||
1379 | -msgstr "" | ||
1380 | - | ||
1381 | -#: hostselect.c:163 | ||
1382 | -msgid "Port or service name (empty for \"telnet\")." | ||
1383 | -msgstr "" | ||
1384 | - | ||
1385 | -#: set.c:176 | ||
1386 | -msgid "Preparing" | ||
1387 | -msgstr "" | ||
1388 | - | ||
1389 | -#: 00default.xml:187 | ||
1390 | -msgid "Previous field" | ||
1391 | -msgstr "" | ||
1392 | - | ||
1393 | -#: tables.c:165 | ||
1394 | -msgid "" | ||
1395 | -"Primary allocation for a file created on a TSO host.\n" | ||
1396 | -"The units are given by the space allocation units option." | ||
1397 | -msgstr "" | ||
1398 | - | ||
1399 | -#: tables.c:164 | ||
1400 | -msgid "Primary space:" | ||
1401 | -msgstr "" | ||
1402 | - | ||
1403 | -#: 00default.xml:47 | ||
1404 | -msgid "Print" | ||
1405 | -msgstr "" | ||
1406 | - | ||
1407 | -#: 00default.xml:49 | ||
1408 | -msgid "Print copy" | ||
1409 | -msgstr "" | ||
1410 | - | ||
1411 | -#: print.c:243 | ||
1412 | -msgid "Print operation failed" | ||
1413 | -msgstr "" | ||
1414 | - | ||
1415 | -#: 00default.xml:48 | ||
1416 | -msgid "Print selected" | ||
1417 | -msgstr "" | ||
1418 | - | ||
1419 | -#: print.c:507 | ||
1420 | -msgid "Print selection box" | ||
1421 | -msgstr "" | ||
1422 | - | ||
1423 | -#: print.c:915 00default.xml:105 | ||
1424 | -msgid "Print settings" | ||
1425 | -msgstr "" | ||
1426 | - | ||
1427 | -#: v3270ftprogress.c:445 | ||
1428 | -msgid "Progress" | ||
1429 | -msgstr "" | ||
1430 | - | ||
1431 | -#: 80javasamples.xml:41 | ||
1432 | -msgid "Protection test" | ||
1433 | -msgstr "" | ||
1434 | - | ||
1435 | -#: colors.c:505 | ||
1436 | -msgid "Purple" | ||
1437 | -msgstr "" | ||
1438 | - | ||
1439 | -#: 00default.xml:53 | ||
1440 | -msgid "Quit" | ||
1441 | -msgstr "" | ||
1442 | - | ||
1443 | -#: rpq.c:233 | ||
1444 | -#, c-format | ||
1445 | -msgid "RPQ %s term omitted due to insufficient space" | ||
1446 | -msgstr "" | ||
1447 | - | ||
1448 | -#: rpq.c:343 | ||
1449 | -#, c-format | ||
1450 | -msgid "RPQ %s term override ignored" | ||
1451 | -msgstr "" | ||
1452 | - | ||
1453 | -#: rpq.c:632 rpq.c:702 | ||
1454 | -#, c-format | ||
1455 | -msgid "RPQ ADDRESS term has unrecognized family %u" | ||
1456 | -msgstr "" | ||
1457 | - | ||
1458 | -#: rpq.c:640 rpq.c:669 rpq.c:709 | ||
1459 | -msgid "RPQ ADDRESS term incomplete due to space limit" | ||
1460 | -msgstr "" | ||
1461 | - | ||
1462 | -#: rpq.c:226 | ||
1463 | -msgid "RPQ Error" | ||
1464 | -msgstr "" | ||
1465 | - | ||
1466 | -#: rpq.c:411 rpq.c:420 | ||
1467 | -msgid "RPQ TIMEZONE term is invalid - use +/-hhmm" | ||
1468 | -msgstr "" | ||
1469 | - | ||
1470 | -#: rpq.c:509 | ||
1471 | -msgid "RPQ USER term has non-hex character" | ||
1472 | -msgstr "" | ||
1473 | - | ||
1474 | -#: rpq.c:534 | ||
1475 | -msgid "RPQ USER term has odd number of hex digits" | ||
1476 | -msgstr "" | ||
1477 | - | ||
1478 | -#: rpq.c:515 | ||
1479 | -#, c-format | ||
1480 | -msgid "RPQ USER term truncated after %d bytes" | ||
1481 | -msgstr "" | ||
1482 | - | ||
1483 | -#: rpq.c:559 | ||
1484 | -#, c-format | ||
1485 | -msgid "RPQ USER term truncated after %d characters" | ||
1486 | -msgstr "" | ||
1487 | - | ||
1488 | -#: rpq.c:355 | ||
1489 | -#, c-format | ||
1490 | -msgid "RPQ term \"%s\" is unrecognized" | ||
1491 | -msgstr "" | ||
1492 | - | ||
1493 | -#: rpq.c:228 | ||
1494 | -#, c-format | ||
1495 | -msgid "RPQ term %d is unknown" | ||
1496 | -msgstr "" | ||
1497 | - | ||
1498 | -#: rpq.c:455 | ||
1499 | -msgid "RPQ timezone exceeds 12 hour UTC offset" | ||
1500 | -msgstr "" | ||
1501 | - | ||
1502 | -#: rpq.c:440 | ||
1503 | -msgid "RPQ: Unable to determine workstation UTC time" | ||
1504 | -msgstr "" | ||
1505 | - | ||
1506 | -#: rpq.c:433 | ||
1507 | -msgid "RPQ: Unable to determine workstation local time" | ||
1508 | -msgstr "" | ||
1509 | - | ||
1510 | -#: rpq.c:645 | ||
1511 | -#, c-format | ||
1512 | -msgid "RPQ: can't resolve '%s': %s" | ||
1513 | -msgstr "" | ||
1514 | - | ||
1515 | -#: rpq.c:658 | ||
1516 | -msgid "RPQ: gethostbyname error" | ||
1517 | -msgstr "" | ||
1518 | - | ||
1519 | -#: tables.c:66 | ||
1520 | -msgid "Re_map ASCII Characters." | ||
1521 | -msgstr "" | ||
1522 | - | ||
1523 | -#: tables.c:136 | ||
1524 | -msgid "Receive file" | ||
1525 | -msgstr "" | ||
1526 | - | ||
1527 | -#: tables.c:148 | ||
1528 | -msgid "Receive text file" | ||
1529 | -msgstr "" | ||
1530 | - | ||
1531 | -#: v3270ftprogress.c:777 | ||
1532 | -msgid "Receiving file" | ||
1533 | -msgstr "" | ||
1534 | - | ||
1535 | -#: tables.c:156 | ||
1536 | -msgid "Record Length:" | ||
1537 | -msgstr "" | ||
1538 | - | ||
1539 | -#: v3270ft.c:341 | ||
1540 | -msgid "Record format" | ||
1541 | -msgstr "" | ||
1542 | - | ||
1543 | -#: colors.c:496 | ||
1544 | -msgid "Red" | ||
1545 | -msgstr "" | ||
1546 | - | ||
1547 | -#: 99debug.xml:41 | ||
1548 | -msgid "Reload buffer contents" | ||
1549 | -msgstr "" | ||
1550 | - | ||
1551 | -#: charset.c:474 | ||
1552 | -msgid "Remap Failed" | ||
1553 | -msgstr "" | ||
1554 | - | ||
1555 | -#: main.c:388 | ||
1556 | -msgid "Remap charset from xml file" | ||
1557 | -msgstr "" | ||
1558 | - | ||
1559 | -#: tables.c:67 | ||
1560 | -msgid "" | ||
1561 | -"Remap the text to ensure maximum compatibility between the workstation's " | ||
1562 | -"character set and encoding and the host's EBCDIC code page." | ||
1563 | -msgstr "" | ||
1564 | - | ||
1565 | -#: v3270ftprogress.c:64 | ||
1566 | -msgid "Remote:" | ||
1567 | -msgstr "" | ||
1568 | - | ||
1569 | -#: v3270ft.c:397 | ||
1570 | -msgid "Remove selected file from the transfer queue" | ||
1571 | -msgstr "" | ||
1572 | - | ||
1573 | -#: 00default.xml:72 | ||
1574 | -msgid "Remove selection" | ||
1575 | -msgstr "" | ||
1576 | - | ||
1577 | -#: ft.c:203 | ||
1578 | -msgid "Request failed" | ||
1579 | -msgstr "" | ||
1580 | - | ||
1581 | -#: 00default.xml:73 | ||
1582 | -msgid "Reselect" | ||
1583 | -msgstr "" | ||
1584 | - | ||
1585 | -#: 10keypad.xml:78 | ||
1586 | -msgid "Reset" | ||
1587 | -msgstr "" | ||
1588 | - | ||
1589 | -#: toggles.c:212 00default.xml:119 | ||
1590 | -msgid "Resize on alternate screen" | ||
1591 | -msgstr "" | ||
1592 | - | ||
1593 | -#: transfer.c:83 | ||
1594 | -msgid "Retry" | ||
1595 | -msgstr "" | ||
1596 | - | ||
1597 | -#: 00default.xml:189 | ||
1598 | -msgid "Return" | ||
1599 | -msgstr "" | ||
1600 | - | ||
1601 | -#: v3270ftprogress.c:225 | ||
1602 | -msgid "" | ||
1603 | -"SPACE can be specified in units of TRACKS, CYLINDERS, or AVBLOCK, and only " | ||
1604 | -"one option can be used." | ||
1605 | -msgstr "" | ||
1606 | - | ||
1607 | -#: ssl.c:119 | ||
1608 | -msgid "SSL Connect failed" | ||
1609 | -msgstr "" | ||
1610 | - | ||
1611 | -#: telnet.c:1037 | ||
1612 | -msgid "SSL Error" | ||
1613 | -msgstr "" | ||
1614 | - | ||
1615 | -#: telnet.c:1037 | ||
1616 | -msgid "SSL Read error" | ||
1617 | -msgstr "" | ||
1618 | - | ||
1619 | -#: connect.c:348 ssl.c:147 ssl.c:163 | ||
1620 | -msgid "SSL error" | ||
1621 | -msgstr "" | ||
1622 | - | ||
1623 | -#: ssl.c:91 | ||
1624 | -msgid "SSL negotiation failed" | ||
1625 | -msgstr "" | ||
1626 | - | ||
1627 | -#: ssl.c:260 | ||
1628 | -msgid "SSL_CTX_new() has failed" | ||
1629 | -msgstr "" | ||
1630 | - | ||
1631 | -#: telnet.c:2015 | ||
1632 | -#, c-format | ||
1633 | -msgid "" | ||
1634 | -"SSL_write:\n" | ||
1635 | -"%s" | ||
1636 | -msgstr "" | ||
1637 | - | ||
1638 | -#: v3270ft.c:213 | ||
1639 | -msgid "Save" | ||
1640 | -msgstr "" | ||
1641 | - | ||
1642 | -#: 00default.xml:44 | ||
1643 | -msgid "Save copy" | ||
1644 | -msgstr "" | ||
1645 | - | ||
1646 | -#: dialog.c:381 | ||
1647 | -msgid "Save copy to file" | ||
1648 | -msgstr "" | ||
1649 | - | ||
1650 | -#: v3270ft.c:212 | ||
1651 | -msgid "Save queue to file" | ||
1652 | -msgstr "" | ||
1653 | - | ||
1654 | -#: 00default.xml:42 | ||
1655 | -msgid "Save screen" | ||
1656 | -msgstr "" | ||
1657 | - | ||
1658 | -#: dialog.c:346 | ||
1659 | -msgid "Save screen to file" | ||
1660 | -msgstr "" | ||
1661 | - | ||
1662 | -#: 00default.xml:43 | ||
1663 | -msgid "Save selected" | ||
1664 | -msgstr "" | ||
1665 | - | ||
1666 | -#: dialog.c:364 | ||
1667 | -msgid "Save selection to file" | ||
1668 | -msgstr "" | ||
1669 | - | ||
1670 | -#: trace.c:177 | ||
1671 | -msgid "Save trace file" | ||
1672 | -msgstr "" | ||
1673 | - | ||
1674 | -#: v3270ft.c:381 | ||
1675 | -msgid "Save transfer queue to an external XML file" | ||
1676 | -msgstr "" | ||
1677 | - | ||
1678 | -#: 00default.xml:111 | ||
1679 | -msgid "Screen size" | ||
1680 | -msgstr "" | ||
1681 | - | ||
1682 | -#: 80rexx.xml:38 00default.xml:86 | ||
1683 | -msgid "Scripts" | ||
1684 | -msgstr "" | ||
1685 | - | ||
1686 | -#: tables.c:183 | ||
1687 | -msgid "" | ||
1688 | -"Secondary allocation for a file created on a TSO host.\n" | ||
1689 | -"The units are given by the space allocation units option." | ||
1690 | -msgstr "" | ||
1691 | - | ||
1692 | -#: tables.c:182 | ||
1693 | -msgid "Secondary space:" | ||
1694 | -msgstr "" | ||
1695 | - | ||
1696 | -#: security.c:48 | ||
1697 | -msgid "Secure connection was successful." | ||
1698 | -msgstr "" | ||
1699 | - | ||
1700 | -#: ssl.c:90 ssl.c:118 ssl.c:259 ssl.c:298 ssl.c:372 | ||
1701 | -msgid "Security error" | ||
1702 | -msgstr "" | ||
1703 | - | ||
1704 | -#: v3270ft.c:301 | ||
1705 | -msgid "Select" | ||
1706 | -msgstr "" | ||
1707 | - | ||
1708 | -#: 00default.xml:71 | ||
1709 | -msgid "Select Field" | ||
1710 | -msgstr "" | ||
1711 | - | ||
1712 | -#: 00default.xml:70 | ||
1713 | -msgid "Select all" | ||
1714 | -msgstr "" | ||
1715 | - | ||
1716 | -#: toggles.c:134 00default.xml:123 | ||
1717 | -msgid "Select by rectangles" | ||
1718 | -msgstr "" | ||
1719 | - | ||
1720 | -#: v3270ft.c:570 | ||
1721 | -msgid "Select file" | ||
1722 | -msgstr "" | ||
1723 | - | ||
1724 | -#: v3270ft.c:438 v3270ft.c:447 | ||
1725 | -msgid "Select first file" | ||
1726 | -msgstr "" | ||
1727 | - | ||
1728 | -#: 00default.xml:108 | ||
1729 | -msgid "Select font" | ||
1730 | -msgstr "" | ||
1731 | - | ||
1732 | -#: v3270ft.c:414 v3270ft.c:471 | ||
1733 | -msgid "Select last file" | ||
1734 | -msgstr "" | ||
1735 | - | ||
1736 | -#: v3270ft.c:300 | ||
1737 | -msgid "Select local file" | ||
1738 | -msgstr "" | ||
1739 | - | ||
1740 | -#: v3270ft.c:422 v3270ft.c:463 | ||
1741 | -msgid "Select next file" | ||
1742 | -msgstr "" | ||
1743 | - | ||
1744 | -#: v3270ft.c:430 v3270ft.c:455 | ||
1745 | -msgid "Select previous file" | ||
1746 | -msgstr "" | ||
1747 | - | ||
1748 | -#: iocalls.c:377 iocalls.c:484 | ||
1749 | -msgid "Select() failed when processing for events." | ||
1750 | -msgstr "" | ||
1751 | - | ||
1752 | -#: colors.c:516 | ||
1753 | -msgid "Selection background" | ||
1754 | -msgstr "" | ||
1755 | - | ||
1756 | -#: colors.c:517 | ||
1757 | -msgid "Selection foreground" | ||
1758 | -msgstr "" | ||
1759 | - | ||
1760 | -#: security.c:167 | ||
1761 | -msgid "Self signed certificate" | ||
1762 | -msgstr "" | ||
1763 | - | ||
1764 | -#: security.c:174 | ||
1765 | -msgid "Self signed certificate in certificate chain" | ||
1766 | -msgstr "" | ||
1767 | - | ||
1768 | -#: tables.c:130 | ||
1769 | -msgid "Send file" | ||
1770 | -msgstr "" | ||
1771 | - | ||
1772 | -#: main.c:394 | ||
1773 | -msgid "Send messages to syslog" | ||
1774 | -msgstr "" | ||
1775 | - | ||
1776 | -#: tables.c:142 | ||
1777 | -msgid "Send text file" | ||
1778 | -msgstr "" | ||
1779 | - | ||
1780 | -#: 00default.xml:52 | ||
1781 | -msgid "Send/Receive" | ||
1782 | -msgstr "" | ||
1783 | - | ||
1784 | -#: v3270ftprogress.c:777 | ||
1785 | -msgid "Sending file" | ||
1786 | -msgstr "" | ||
1787 | - | ||
1788 | -#: main.c:381 | ||
1789 | -msgid "Session name" | ||
1790 | -msgstr "" | ||
1791 | - | ||
1792 | -#: main.c:387 | ||
1793 | -msgid "Set host charset" | ||
1794 | -msgstr "" | ||
1795 | - | ||
1796 | -#: toggles.c:158 | ||
1797 | -msgid "Set insert mode" | ||
1798 | -msgstr "" | ||
1799 | - | ||
1800 | -#: main.c:383 | ||
1801 | -msgid "Set reported colors (8/16)" | ||
1802 | -msgstr "" | ||
1803 | - | ||
1804 | -#: main.c:386 | ||
1805 | -msgid "Set toggles OFF" | ||
1806 | -msgstr "" | ||
1807 | - | ||
1808 | -#: main.c:385 | ||
1809 | -msgid "Set toggles ON" | ||
1810 | -msgstr "" | ||
1811 | - | ||
1812 | -#: main.c:396 | ||
1813 | -msgid "Set trace filename" | ||
1814 | -msgstr "" | ||
1815 | - | ||
1816 | -#: 00default.xml:104 | ||
1817 | -msgid "Settings" | ||
1818 | -msgstr "" | ||
1819 | - | ||
1820 | -#: toggles.c:206 | ||
1821 | -msgid "Show Field attribute" | ||
1822 | -msgstr "" | ||
1823 | - | ||
1824 | -#: toggles.c:182 00default.xml:126 | ||
1825 | -msgid "Show Underline" | ||
1826 | -msgstr "" | ||
1827 | - | ||
1828 | -#: 99debug.xml:39 | ||
1829 | -msgid "Show test pattern" | ||
1830 | -msgstr "" | ||
1831 | - | ||
1832 | -#: toggles.c:86 | ||
1833 | -msgid "Show timer when processing" | ||
1834 | -msgstr "" | ||
1835 | - | ||
1836 | -#: transfer.c:86 | ||
1837 | -msgid "Skip" | ||
1838 | -msgstr "" | ||
1839 | - | ||
1840 | -#: transfer.c:87 | ||
1841 | -msgid "Skip this transfer, keep the file on queue." | ||
1842 | -msgstr "" | ||
1843 | - | ||
1844 | -#: toggles.c:164 00default.xml:128 | ||
1845 | -msgid "Smart paste" | ||
1846 | -msgstr "" | ||
1847 | - | ||
1848 | -#: connect.c:586 connect.c:603 | ||
1849 | -msgid "Socket error" | ||
1850 | -msgstr "" | ||
1851 | - | ||
1852 | -#: telnet.c:1063 | ||
1853 | -msgid "Socket read error" | ||
1854 | -msgstr "" | ||
1855 | - | ||
1856 | -#: telnet.c:2036 | ||
1857 | -msgid "Socket write error" | ||
1858 | -msgstr "" | ||
1859 | - | ||
1860 | -#: v3270ft.c:342 | ||
1861 | -msgid "Space allocation units" | ||
1862 | -msgstr "" | ||
1863 | - | ||
1864 | -#: tables.c:172 | ||
1865 | -msgid "" | ||
1866 | -"Specifies the block size (n) for a new data set. For data sets containing " | ||
1867 | -"fixed length records, the block size must be a multiple of the record " | ||
1868 | -"length. For data sets containing variable length records, the block size " | ||
1869 | -"must be greater than or equal to the record length plus four bytes. The " | ||
1870 | -"block size must not exceed the track length of the device on which the data " | ||
1871 | -"set resides." | ||
1872 | -msgstr "" | ||
1873 | - | ||
1874 | -#: tables.c:190 | ||
1875 | -msgid "Specifies the default buffer size for DFT IND$FILE file transfers." | ||
1876 | -msgstr "" | ||
1877 | - | ||
1878 | -#: tables.c:157 | ||
1879 | -msgid "" | ||
1880 | -"Specifies the logical record length (n) for a data set consisting of fixed " | ||
1881 | -"length records or the maximum logical record length for a data set " | ||
1882 | -"consisting of variable length records." | ||
1883 | -msgstr "" | ||
1884 | - | ||
1885 | -#: v3270ftprogress.c:79 | ||
1886 | -msgid "Speed:" | ||
1887 | -msgstr "" | ||
1888 | - | ||
1889 | -#: v3270ft.c:405 | ||
1890 | -msgid "Start file transfer" | ||
1891 | -msgstr "" | ||
1892 | - | ||
1893 | -#: v3270ftprogress.c:828 | ||
1894 | -msgid "Starting" | ||
1895 | -msgstr "" | ||
1896 | - | ||
1897 | -#: security.c:237 | ||
1898 | -msgid "Subject issuer mismatch" | ||
1899 | -msgstr "" | ||
1900 | - | ||
1901 | -#: hostselect.c:55 | ||
1902 | -msgid "System _type:" | ||
1903 | -msgstr "" | ||
1904 | - | ||
1905 | -#: telnet.c:1524 | ||
1906 | -msgid "TLS negotiation failure" | ||
1907 | -msgstr "" | ||
1908 | - | ||
1909 | -#: colors.c:487 | ||
1910 | -msgid "Terminal colors" | ||
1911 | -msgstr "" | ||
1912 | - | ||
1913 | -#: v3270ft.c:305 | ||
1914 | -msgid "Text files" | ||
1915 | -msgstr "" | ||
1916 | - | ||
1917 | -#: v3270ftprogress.c:249 | ||
1918 | -msgid "" | ||
1919 | -"The CMS disk is full, or the maximum number of files on the minidisk (3400) " | ||
1920 | -"has been reached, or the maximum number of data blocks per file (16060) has " | ||
1921 | -"been reached." | ||
1922 | -msgstr "" | ||
1923 | - | ||
1924 | -#: security.c:126 | ||
1925 | -msgid "The CRL has expired." | ||
1926 | -msgstr "" | ||
1927 | - | ||
1928 | -#: security.c:119 | ||
1929 | -msgid "The CRL is not yet valid." | ||
1930 | -msgstr "" | ||
1931 | - | ||
1932 | -#: security.c:147 | ||
1933 | -msgid "The CRL lastUpdate field contains an invalid time." | ||
1934 | -msgstr "" | ||
1935 | - | ||
1936 | -#: security.c:154 | ||
1937 | -msgid "The CRL nextUpdate field contains an invalid time." | ||
1938 | -msgstr "" | ||
1939 | - | ||
1940 | -#: security.c:63 | ||
1941 | -msgid "The CRL of a certificate could not be found." | ||
1942 | -msgstr "" | ||
1943 | - | ||
1944 | -#: security.c:77 | ||
1945 | -msgid "" | ||
1946 | -"The CRL signature could not be decrypted: this means that the actual " | ||
1947 | -"signature value could not be determined rather than it not matching the " | ||
1948 | -"expected value. Unused." | ||
1949 | -msgstr "" | ||
1950 | - | ||
1951 | -#: ssl.c:149 | ||
1952 | -msgid "" | ||
1953 | -"The Certificate revocation list (CRL) of a certificate could not be found." | ||
1954 | -msgstr "" | ||
1955 | - | ||
1956 | -#: ssl.c:164 | ||
1957 | -msgid "The SSL certificate for this host is not trusted." | ||
1958 | -msgstr "" | ||
1959 | - | ||
1960 | -#: security.c:210 | ||
1961 | -msgid "The basicConstraints pathlength parameter has been exceeded." | ||
1962 | -msgstr "" | ||
1963 | - | ||
1964 | -#: security.c:175 | ||
1965 | -msgid "" | ||
1966 | -"The certificate chain could be built up using the untrusted certificates but " | ||
1967 | -"the root could not be found locally." | ||
1968 | -msgstr "" | ||
1969 | - | ||
1970 | -#: security.c:196 | ||
1971 | -msgid "The certificate has been revoked." | ||
1972 | -msgstr "" | ||
1973 | - | ||
1974 | -#: security.c:112 | ||
1975 | -msgid "" | ||
1976 | -"The certificate has expired: that is the notAfter date is before the current " | ||
1977 | -"time." | ||
1978 | -msgstr "" | ||
1979 | - | ||
1980 | -#: security.c:105 | ||
1981 | -msgid "" | ||
1982 | -"The certificate is not yet valid: the notBefore date is after the current " | ||
1983 | -"time." | ||
1984 | -msgstr "" | ||
1985 | - | ||
1986 | -#: security.c:140 | ||
1987 | -msgid "The certificate notAfter field contains an invalid time." | ||
1988 | -msgstr "" | ||
1989 | - | ||
1990 | -#: security.c:133 | ||
1991 | -msgid "The certificate notBefore field contains an invalid time." | ||
1992 | -msgstr "" | ||
1993 | - | ||
1994 | -#: security.c:70 | ||
1995 | -msgid "" | ||
1996 | -"The certificate signature could not be decrypted. This means that the actual " | ||
1997 | -"signature value could not be determined rather than it not matching the " | ||
1998 | -"expected value, this is only meaningful for RSA keys." | ||
1999 | -msgstr "" | ||
2000 | - | ||
2001 | -#: security.c:333 | ||
2002 | -msgid "The connection is insecure" | ||
2003 | -msgstr "" | ||
2004 | - | ||
2005 | -#: security.c:49 | ||
2006 | -msgid "The connection is secure and the host identity was confirmed." | ||
2007 | -msgstr "" | ||
2008 | - | ||
2009 | -#: security.c:252 | ||
2010 | -msgid "" | ||
2011 | -"The current candidate issuer certificate was rejected because its issuer " | ||
2012 | -"name and serial number was present and did not match the authority key " | ||
2013 | -"identifier of the current certificate. Only displayed when the -" | ||
2014 | -"issuer_checks option is set." | ||
2015 | -msgstr "" | ||
2016 | - | ||
2017 | -#: security.c:259 | ||
2018 | -msgid "" | ||
2019 | -"The current candidate issuer certificate was rejected because its keyUsage " | ||
2020 | -"extension does not permit certificate signing." | ||
2021 | -msgstr "" | ||
2022 | - | ||
2023 | -#: security.c:245 | ||
2024 | -msgid "" | ||
2025 | -"The current candidate issuer certificate was rejected because its subject " | ||
2026 | -"key identifier was present and did not match the authority key identifier " | ||
2027 | -"current certificate. Only displayed when the -issuer_checks option is set." | ||
2028 | -msgstr "" | ||
2029 | - | ||
2030 | -#: security.c:238 | ||
2031 | -msgid "" | ||
2032 | -"The current candidate issuer certificate was rejected because its subject " | ||
2033 | -"name did not match the issuer name of the current certificate. Only " | ||
2034 | -"displayed when the -issuer_checks option is set." | ||
2035 | -msgstr "" | ||
2036 | - | ||
2037 | -#: dialog.c:243 | ||
2038 | -msgid "The file already exists. Replace it?" | ||
2039 | -msgstr "" | ||
2040 | - | ||
2041 | -#: v3270ftprogress.c:115 | ||
2042 | -msgid "" | ||
2043 | -"The file transfer operation has been completed, and any record greater than " | ||
2044 | -"the logical record length (LRECL) of the file being appended has been " | ||
2045 | -"divided and becomes multiple records." | ||
2046 | -msgstr "" | ||
2047 | - | ||
2048 | -#: v3270ftprogress.c:109 | ||
2049 | -msgid "The file transfer operation has been successfully completed." | ||
2050 | -msgstr "" | ||
2051 | - | ||
2052 | -#: v3270ftprogress.c:133 v3270ftprogress.c:139 | ||
2053 | -msgid "" | ||
2054 | -"The host program has detected an error in the file data during a RECEIVE " | ||
2055 | -"operation." | ||
2056 | -msgstr "" | ||
2057 | - | ||
2058 | -#: security.c:182 | ||
2059 | -msgid "" | ||
2060 | -"The issuer certificate could not be found: this occurs if the issuer " | ||
2061 | -"certificate of an untrusted certificate cannot be found." | ||
2062 | -msgstr "" | ||
2063 | - | ||
2064 | -#: security.c:56 | ||
2065 | -msgid "" | ||
2066 | -"The issuer certificate of a looked up certificate could not be found. This " | ||
2067 | -"normally means the list of trusted certificates is not complete." | ||
2068 | -msgstr "" | ||
2069 | - | ||
2070 | -#: window.c:331 | ||
2071 | -#, c-format | ||
2072 | -msgid "The known types are %s" | ||
2073 | -msgstr "" | ||
2074 | - | ||
2075 | -#: main.c:389 | ||
2076 | -msgid "The model of 3270 display to be emulated" | ||
2077 | -msgstr "" | ||
2078 | - | ||
2079 | -#: v3270ftprogress.c:65 | ||
2080 | -msgid "The name of the file in the host" | ||
2081 | -msgstr "" | ||
2082 | - | ||
2083 | -#: security.c:168 | ||
2084 | -msgid "" | ||
2085 | -"The passed certificate is self signed and the same certificate cannot be " | ||
2086 | -"found in the list of trusted certificates." | ||
2087 | -msgstr "" | ||
2088 | - | ||
2089 | -#: security.c:84 | ||
2090 | -msgid "" | ||
2091 | -"The public key in the certificate SubjectPublicKeyInfo could not be read." | ||
2092 | -msgstr "" | ||
2093 | - | ||
2094 | -#: ft.c:272 | ||
2095 | -msgid "The remote file name is invalid." | ||
2096 | -msgstr "" | ||
2097 | - | ||
2098 | -#: security.c:231 | ||
2099 | -msgid "The root CA is marked to reject the specified purpose." | ||
2100 | -msgstr "" | ||
2101 | - | ||
2102 | -#: security.c:224 | ||
2103 | -msgid "The root CA is not marked as trusted for the specified purpose." | ||
2104 | -msgstr "" | ||
2105 | - | ||
2106 | -#: ssl.c:165 | ||
2107 | -msgid "" | ||
2108 | -"The security certificate presented by this host was not issued by a trusted " | ||
2109 | -"certificate authority." | ||
2110 | -msgstr "" | ||
2111 | - | ||
2112 | -#: security.c:91 security.c:98 | ||
2113 | -msgid "The signature of the certificate is invalid." | ||
2114 | -msgstr "" | ||
2115 | - | ||
2116 | -#: security.c:217 | ||
2117 | -msgid "The supplied certificate cannot be used for the specified purpose." | ||
2118 | -msgstr "" | ||
2119 | - | ||
2120 | -#: v3270ftprogress.c:189 | ||
2121 | -msgid "There is not enough space available for data on the host." | ||
2122 | -msgstr "" | ||
2123 | - | ||
2124 | -#: tools.c:309 | ||
2125 | -#, c-format | ||
2126 | -msgid "There's no available settings for charset \"%s\"" | ||
2127 | -msgstr "" | ||
2128 | - | ||
2129 | -#: v3270ftprogress.c:255 | ||
2130 | -msgid "This is a host program error." | ||
2131 | -msgstr "" | ||
2132 | - | ||
2133 | -#: dialog.c:512 | ||
2134 | -msgid "" | ||
2135 | -"This program is free software; you can redistribute it and/or modify it " | ||
2136 | -"under the terms of the GNU General Public License as published by the Free " | ||
2137 | -"Software Foundation; either version 2 of the License, or (at your option) " | ||
2138 | -"any later version.\n" | ||
2139 | -"\n" | ||
2140 | -"This program is distributed in the hope that it will be useful, but WITHOUT " | ||
2141 | -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " | ||
2142 | -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " | ||
2143 | -"more details.\n" | ||
2144 | -"\n" | ||
2145 | -"You should have received a copy of the GNU General Public License along with " | ||
2146 | -"this program; if not, write to the Free Software Foundation, Inc., 51 " | ||
2147 | -"Franklin St, Fifth Floor, Boston, MA 02111-1307 USA" | ||
2148 | -msgstr "" | ||
2149 | - | ||
2150 | -#: main.c:508 | ||
2151 | -#, c-format | ||
2152 | -msgid "This program requires GTK version %d.%d.%d" | ||
2153 | -msgstr "" | ||
2154 | - | ||
2155 | -#: connect.c:350 | ||
2156 | -#, c-format | ||
2157 | -msgid "" | ||
2158 | -"This version of %s was built without support for secure sockets layer (SSL)." | ||
2159 | -msgstr "" | ||
2160 | - | ||
2161 | -#: charset.c:376 | ||
2162 | -msgid "Too many remaps" | ||
2163 | -msgstr "" | ||
2164 | - | ||
2165 | -#: 00default.xml:146 | ||
2166 | -msgid "Toolbar" | ||
2167 | -msgstr "" | ||
2168 | - | ||
2169 | -#: v3270ftprogress.c:70 | ||
2170 | -msgid "Total bytes to transfer" | ||
2171 | -msgstr "" | ||
2172 | - | ||
2173 | -#: v3270ftprogress.c:69 | ||
2174 | -msgid "Total:" | ||
2175 | -msgstr "" | ||
2176 | - | ||
2177 | -#: 98trace.xml:36 | ||
2178 | -msgid "Trace" | ||
2179 | -msgstr "" | ||
2180 | - | ||
2181 | -#: toggles.c:98 98trace.xml:36 | ||
2182 | -msgid "Trace Data Stream" | ||
2183 | -msgstr "" | ||
2184 | - | ||
2185 | -#: toggles.c:122 | ||
2186 | -msgid "Trace interface events" | ||
2187 | -msgstr "" | ||
2188 | - | ||
2189 | -#: toggles.c:224 98trace.xml:38 | ||
2190 | -msgid "Trace network data flow" | ||
2191 | -msgstr "" | ||
2192 | - | ||
2193 | -#: toggles.c:116 98trace.xml:37 | ||
2194 | -msgid "Trace screen contents" | ||
2195 | -msgstr "" | ||
2196 | - | ||
2197 | -#: 98trace.xml:39 | ||
2198 | -msgid "Trace user interface events" | ||
2199 | -msgstr "" | ||
2200 | - | ||
2201 | -#: toggles.c:92 00default.xml:117 | ||
2202 | -msgid "Track Cursor" | ||
2203 | -msgstr "" | ||
2204 | - | ||
2205 | -#: tables.c:106 | ||
2206 | -msgid "Tracks" | ||
2207 | -msgstr "" | ||
2208 | - | ||
2209 | -#: ft_cut.c:370 | ||
2210 | -msgid "Transfer cancelled by host" | ||
2211 | -msgstr "" | ||
2212 | - | ||
2213 | -#: ft_cut.c:399 ft_cut.c:497 ft_dft.c:233 ft_dft.c:376 | ||
2214 | -msgid "Transfer cancelled by user" | ||
2215 | -msgstr "" | ||
2216 | - | ||
2217 | -#: ft.c:562 | ||
2218 | -msgid "Transfer complete" | ||
2219 | -msgstr "" | ||
2220 | - | ||
2221 | -#: ft.c:567 v3270ftprogress.c:759 | ||
2222 | -msgid "Transfer failed" | ||
2223 | -msgstr "" | ||
2224 | - | ||
2225 | -#: v3270ft.c:340 | ||
2226 | -msgid "Transfer options" | ||
2227 | -msgstr "" | ||
2228 | - | ||
2229 | -#: v3270ftprogress.c:80 | ||
2230 | -msgid "Transfer speed" | ||
2231 | -msgstr "" | ||
2232 | - | ||
2233 | -#: ft_cut.c:463 | ||
2234 | -msgid "Transmission error" | ||
2235 | -msgstr "" | ||
2236 | - | ||
2237 | -#: transfer.c:84 | ||
2238 | -msgid "Try again with the same file." | ||
2239 | -msgstr "" | ||
2240 | - | ||
2241 | -#: colors.c:499 | ||
2242 | -msgid "Turquoise" | ||
2243 | -msgstr "" | ||
2244 | - | ||
2245 | -#: dialog.c:64 | ||
2246 | -msgid "UTF-8" | ||
2247 | -msgstr "" | ||
2248 | - | ||
2249 | -#: ft_dft.c:173 | ||
2250 | -msgid "Uknown DFT Open type from host" | ||
2251 | -msgstr "" | ||
2252 | - | ||
2253 | -#: connect.c:349 | ||
2254 | -msgid "Unable to connect to secure hosts" | ||
2255 | -msgstr "" | ||
2256 | - | ||
2257 | -#: security.c:83 | ||
2258 | -msgid "Unable to decode issuer public key" | ||
2259 | -msgstr "" | ||
2260 | - | ||
2261 | -#: security.c:76 | ||
2262 | -msgid "Unable to decrypt CRL's signature" | ||
2263 | -msgstr "" | ||
2264 | - | ||
2265 | -#: security.c:69 | ||
2266 | -msgid "Unable to decrypt certificate's signature" | ||
2267 | -msgstr "" | ||
2268 | - | ||
2269 | -#: connect.c:216 | ||
2270 | -msgid "Unable to find selected hostname." | ||
2271 | -msgstr "" | ||
2272 | - | ||
2273 | -#: security.c:62 | ||
2274 | -msgid "Unable to get certificate CRL" | ||
2275 | -msgstr "" | ||
2276 | - | ||
2277 | -#: ssl.c:148 | ||
2278 | -msgid "Unable to get certificate CRL." | ||
2279 | -msgstr "" | ||
2280 | - | ||
2281 | -#: connect.c:99 | ||
2282 | -msgid "Unable to get connection state." | ||
2283 | -msgstr "" | ||
2284 | - | ||
2285 | -#: security.c:55 | ||
2286 | -msgid "Unable to get issuer certificate" | ||
2287 | -msgstr "" | ||
2288 | - | ||
2289 | -#: security.c:181 | ||
2290 | -msgid "Unable to get local issuer certificate" | ||
2291 | -msgstr "" | ||
2292 | - | ||
2293 | -#: paste.c:302 | ||
2294 | -msgid "Unable to paste text" | ||
2295 | -msgstr "" | ||
2296 | - | ||
2297 | -#: ft.c:510 | ||
2298 | -msgid "Unable to send file-transfer request" | ||
2299 | -msgstr "" | ||
2300 | - | ||
2301 | -#: security.c:188 | ||
2302 | -msgid "Unable to verify the first certificate" | ||
2303 | -msgstr "" | ||
2304 | - | ||
2305 | -#: tables.c:92 | ||
2306 | -msgid "Undefined" | ||
2307 | -msgstr "" | ||
2308 | - | ||
2309 | -#: security.c:379 | ||
2310 | -msgid "Unexpected SSL error" | ||
2311 | -msgstr "" | ||
2312 | - | ||
2313 | -#: security.c:408 | ||
2314 | -#, c-format | ||
2315 | -msgid "Unexpected SSL error <b>%ld</b>" | ||
2316 | -msgstr "" | ||
2317 | - | ||
2318 | -#: menubar.c:48 toolbar.c:65 popup.c:51 | ||
2319 | -#, c-format | ||
2320 | -msgid "Unexpected action attribute in <%s>" | ||
2321 | -msgstr "" | ||
2322 | - | ||
2323 | -#: paste.c:303 | ||
2324 | -msgid "Unexpected error" | ||
2325 | -msgstr "" | ||
2326 | - | ||
2327 | -#: action.c:77 | ||
2328 | -#, c-format | ||
2329 | -msgid "Unexpected group \"%s\"" | ||
2330 | -msgstr "" | ||
2331 | - | ||
2332 | -#: actions.c:496 actions.c:516 | ||
2333 | -#, c-format | ||
2334 | -msgid "Unexpected or invalid %s attribute: \"%s\"" | ||
2335 | -msgstr "" | ||
2336 | - | ||
2337 | -#: actions.c:470 | ||
2338 | -#, c-format | ||
2339 | -msgid "Unexpected or invalid attribute value \"%s\"" | ||
2340 | -msgstr "" | ||
2341 | - | ||
2342 | -#: main.c:203 | ||
2343 | -#, c-format | ||
2344 | -msgid "Unexpected or invalid color value \"%s\"" | ||
2345 | -msgstr "" | ||
2346 | - | ||
2347 | -#: security.c:344 | ||
2348 | -msgid "Unexpected or unknown security status" | ||
2349 | -msgstr "" | ||
2350 | - | ||
2351 | -#: actions.c:391 | ||
2352 | -#, c-format | ||
2353 | -msgid "Unexpected target \"%s\"" | ||
2354 | -msgstr "" | ||
2355 | - | ||
2356 | -#: kybd.c:307 | ||
2357 | -#, c-format | ||
2358 | -msgid "Unexpected type %d in typeahead queue" | ||
2359 | -msgstr "" | ||
2360 | - | ||
2361 | -#: ctlr.c:730 | ||
2362 | -#, c-format | ||
2363 | -msgid "Unknown 3270 Data Stream command: 0x%X" | ||
2364 | -msgstr "" | ||
2365 | - | ||
2366 | -#: ft_cut.c:378 | ||
2367 | -msgid "Unknown FT control code from host" | ||
2368 | -msgstr "" | ||
2369 | - | ||
2370 | -#: kybd.c:2408 | ||
2371 | -#, c-format | ||
2372 | -msgid "Unknown PA key %d" | ||
2373 | -msgstr "" | ||
2374 | - | ||
2375 | -#: kybd.c:2423 | ||
2376 | -#, c-format | ||
2377 | -msgid "Unknown PF key %d" | ||
2378 | -msgstr "" | ||
2379 | - | ||
2380 | -#: ft_cut.c:302 | ||
2381 | -msgid "Unknown frame type from host" | ||
2382 | -msgstr "" | ||
2383 | - | ||
2384 | -#: popup.c:76 | ||
2385 | -#, c-format | ||
2386 | -msgid "Unknown popup type \"%s\"" | ||
2387 | -msgstr "" | ||
2388 | - | ||
2389 | -#: rpq.c:227 | ||
2390 | -msgid "Unsupported RPQ term" | ||
2391 | -msgstr "" | ||
2392 | - | ||
2393 | -#: security.c:216 | ||
2394 | -msgid "Unsupported certificate purpose" | ||
2395 | -msgstr "" | ||
2396 | - | ||
2397 | -#: toggles.c:194 00default.xml:130 | ||
2398 | -msgid "Use +/- for field navigation" | ||
2399 | -msgstr "" | ||
2400 | - | ||
2401 | -#: tables.c:75 | ||
2402 | -msgid "Use host default record format." | ||
2403 | -msgstr "" | ||
2404 | - | ||
2405 | -#: toggles.c:195 | ||
2406 | -msgid "Use the keys +/- from keypad to select editable fields" | ||
2407 | -msgstr "" | ||
2408 | - | ||
2409 | -#: tables.c:86 | ||
2410 | -msgid "Variable" | ||
2411 | -msgstr "" | ||
2412 | - | ||
2413 | -#: dialog.c:553 dialog.c:555 | ||
2414 | -#, c-format | ||
2415 | -msgid "Version %s-%s" | ||
2416 | -msgstr "" | ||
2417 | - | ||
2418 | -#: connect.c:167 | ||
2419 | -msgid "WSAStartup failed" | ||
2420 | -msgstr "" | ||
2421 | - | ||
2422 | -#: ft.c:519 | ||
2423 | -msgid "Waiting for GET response" | ||
2424 | -msgstr "" | ||
2425 | - | ||
2426 | -#: ft.c:521 | ||
2427 | -msgid "Waiting for PUT response" | ||
2428 | -msgstr "" | ||
2429 | - | ||
2430 | -#: dialog.c:65 | ||
2431 | -msgid "Western Europe (ISO 8859-1)" | ||
2432 | -msgstr "" | ||
2433 | - | ||
2434 | -#: colors.c:501 | ||
2435 | -msgid "White" | ||
2436 | -msgstr "" | ||
2437 | - | ||
2438 | -#: 00default.xml:157 | ||
2439 | -msgid "Window" | ||
2440 | -msgstr "" | ||
2441 | - | ||
2442 | -#: dialog.c:66 | ||
2443 | -msgid "Windows Western languages (CP1252)" | ||
2444 | -msgstr "" | ||
2445 | - | ||
2446 | -#: util.c:163 | ||
2447 | -#, c-format | ||
2448 | -msgid "Windows error %d" | ||
2449 | -msgstr "" | ||
2450 | - | ||
2451 | -#: oia.c:419 oia.c:443 oia.c:447 | ||
2452 | -msgid "X" | ||
2453 | -msgstr "" | ||
2454 | - | ||
2455 | -#: oia.c:423 | ||
2456 | -msgid "X -f" | ||
2457 | -msgstr "" | ||
2458 | - | ||
2459 | -#: oia.c:455 | ||
2460 | -msgid "X Connecting" | ||
2461 | -msgstr "" | ||
2462 | - | ||
2463 | -#: oia.c:439 | ||
2464 | -msgid "X Inhibit" | ||
2465 | -msgstr "" | ||
2466 | - | ||
2467 | -#: oia.c:415 | ||
2468 | -msgid "X Not Connected" | ||
2469 | -msgstr "" | ||
2470 | - | ||
2471 | -#: oia.c:431 | ||
2472 | -msgid "X Numeric" | ||
2473 | -msgstr "" | ||
2474 | - | ||
2475 | -#: oia.c:435 | ||
2476 | -msgid "X Overflow" | ||
2477 | -msgstr "" | ||
2478 | - | ||
2479 | -#: oia.c:427 | ||
2480 | -msgid "X Protected" | ||
2481 | -msgstr "" | ||
2482 | - | ||
2483 | -#: oia.c:451 | ||
2484 | -msgid "X Resolving" | ||
2485 | -msgstr "" | ||
2486 | - | ||
2487 | -#: oia.c:403 | ||
2488 | -msgid "X System" | ||
2489 | -msgstr "" | ||
2490 | - | ||
2491 | -#: oia.c:407 | ||
2492 | -msgid "X Wait" | ||
2493 | -msgstr "" | ||
2494 | - | ||
2495 | -#: v3270ft.c:196 v3270ft.c:216 | ||
2496 | -msgid "XML file" | ||
2497 | -msgstr "" | ||
2498 | - | ||
2499 | -#: colors.c:500 | ||
2500 | -msgid "Yellow" | ||
2501 | -msgstr "" | ||
2502 | - | ||
2503 | -#: v3270ftprogress.c:127 | ||
2504 | -msgid "" | ||
2505 | -"You did not enter the required parameters after a SEND or RECEIVE command." | ||
2506 | -msgstr "" | ||
2507 | - | ||
2508 | -#: v3270ftprogress.c:231 | ||
2509 | -msgid "You did not specify an existing CMS file for RECEIVE." | ||
2510 | -msgstr "" | ||
2511 | - | ||
2512 | -#: v3270ftprogress.c:145 | ||
2513 | -msgid "" | ||
2514 | -"You need 30 KB of main storage (not disk space) on the host for the file " | ||
2515 | -"transfer, in addition to the host requirement." | ||
2516 | -msgstr "" | ||
2517 | - | ||
2518 | -#: v3270ftprogress.c:213 | ||
2519 | -msgid "" | ||
2520 | -"You selected an option that can only be used if SPACE is also specified." | ||
2521 | -msgstr "" | ||
2522 | - | ||
2523 | -#: v3270ftprogress.c:195 | ||
2524 | -msgid "" | ||
2525 | -"You selected an option that is either not recognized, is specified as a " | ||
2526 | -"positional keyword, or has an associated value that is incorrect." | ||
2527 | -msgstr "" | ||
2528 | - | ||
2529 | -#: v3270ftprogress.c:219 | ||
2530 | -msgid "" | ||
2531 | -"You selected an option that is invalid with a host-partitioned data set." | ||
2532 | -msgstr "" | ||
2533 | - | ||
2534 | -#: v3270ftprogress.c:207 | ||
2535 | -msgid "" | ||
2536 | -"You selected an option that is not valid with APPEND, but otherwise may be " | ||
2537 | -"used." | ||
2538 | -msgstr "" | ||
2539 | - | ||
2540 | -#: v3270ftprogress.c:201 | ||
2541 | -msgid "" | ||
2542 | -"You selected an option that is not valid with RECEIVE, but can be used with " | ||
2543 | -"SEND." | ||
2544 | -msgstr "" | ||
2545 | - | ||
2546 | -#: v3270ftprogress.c:237 | ||
2547 | -msgid "" | ||
2548 | -"You specified a CMS file mode for the SEND key that does not allow write " | ||
2549 | -"access." | ||
2550 | -msgstr "" | ||
2551 | - | ||
2552 | -#: v3270ftprogress.c:243 | ||
2553 | -msgid "You specified a CMS file mode that is not in the CMS search order." | ||
2554 | -msgstr "" | ||
2555 | - | ||
2556 | -#: v3270ftprogress.c:183 | ||
2557 | -msgid "You specified an option that is invalid." | ||
2558 | -msgstr "" | ||
2559 | - | ||
2560 | -#: hostselect.c:389 select.c:87 select.c:177 | ||
2561 | -msgid "_Cancel" | ||
2562 | -msgstr "" | ||
2563 | - | ||
2564 | -#: hostselect.c:55 | ||
2565 | -msgid "_Color table:" | ||
2566 | -msgstr "" | ||
2567 | - | ||
2568 | -#: 00default.xml:99 | ||
2569 | -msgid "_Connect" | ||
2570 | -msgstr "" | ||
2571 | - | ||
2572 | -#: 00default.xml:100 | ||
2573 | -msgid "_Disconnect" | ||
2574 | -msgstr "" | ||
2575 | - | ||
2576 | -#: 99debug.xml:35 80rexx.xml:35 80javasamples.xml:35 00default.xml:58 | ||
2577 | -msgid "_Edit" | ||
2578 | -msgstr "" | ||
2579 | - | ||
2580 | -#: 80rexx.xml:34 80javasamples.xml:34 00default.xml:34 | ||
2581 | -msgid "_File" | ||
2582 | -msgstr "" | ||
2583 | - | ||
2584 | -#: print.c:421 | ||
2585 | -msgid "_Font:" | ||
2586 | -msgstr "" | ||
2587 | - | ||
2588 | -#: hostselect.c:171 | ||
2589 | -msgid "_Host options" | ||
2590 | -msgstr "" | ||
2591 | - | ||
2592 | -#: hostselect.c:147 | ||
2593 | -msgid "_Host:" | ||
2594 | -msgstr "" | ||
2595 | - | ||
2596 | -#: v3270ft.c:335 | ||
2597 | -msgid "_Local file:" | ||
2598 | -msgstr "" | ||
2599 | - | ||
2600 | -#: 00default.xml:89 | ||
2601 | -msgid "_Network" | ||
2602 | -msgstr "" | ||
2603 | - | ||
2604 | -#: v3270ft.c:334 | ||
2605 | -msgid "_Operation:" | ||
2606 | -msgstr "" | ||
2607 | - | ||
2608 | -#: 00default.xml:114 | ||
2609 | -msgid "_Options" | ||
2610 | -msgstr "" | ||
2611 | - | ||
2612 | -#: v3270ft.c:336 | ||
2613 | -msgid "_Remote file:" | ||
2614 | -msgstr "" | ||
2615 | - | ||
2616 | -#: hostselect.c:166 | ||
2617 | -msgid "_Secure connection." | ||
2618 | -msgstr "" | ||
2619 | - | ||
2620 | -#: hostselect.c:148 | ||
2621 | -msgid "_Service:" | ||
2622 | -msgstr "" | ||
2623 | - | ||
2624 | -#: tables.c:43 | ||
2625 | -msgid "_Text file" | ||
2626 | -msgstr "" | ||
2627 | - | ||
2628 | -#: 80rexx.xml:36 80javasamples.xml:36 00default.xml:84 | ||
2629 | -msgid "_View" | ||
2630 | -msgstr "" | ||
2631 | - | ||
2632 | -#: scroll.c:55 | ||
2633 | -msgid "a direction attribute" | ||
2634 | -msgstr "" | ||
2635 | - | ||
2636 | -#: menu.c:57 | ||
2637 | -msgid "a label attribute" | ||
2638 | -msgstr "" | ||
2639 | - | ||
2640 | -#: popup.c:61 | ||
2641 | -msgid "a type or group attribute" | ||
2642 | -msgstr "" | ||
2643 | - | ||
2644 | -#: script.c:75 keypad.c:184 | ||
2645 | -#, c-format | ||
2646 | -msgid "action attribute is invalid for <%s>" | ||
2647 | -msgstr "" | ||
2648 | - | ||
2649 | -#: accelerator.c:47 scroll.c:49 | ||
2650 | -msgid "an action attribute" | ||
2651 | -msgstr "" | ||
2652 | - | ||
2653 | -#: session.c:271 | ||
2654 | -msgid "bracket" | ||
2655 | -msgstr "" | ||
2656 | - | ||
2657 | -#: toggles.c:317 connect.c:378 connect.c:473 | ||
2658 | -msgid "disable" | ||
2659 | -msgstr "" | ||
2660 | - | ||
2661 | -#: toggles.c:317 connect.c:378 connect.c:473 | ||
2662 | -msgid "enable" | ||
2663 | -msgstr "" | ||
2664 | - | ||
2665 | -#: connect.c:587 | ||
2666 | -msgid "fcntl() error when getting socket state." | ||
2667 | -msgstr "" | ||
2668 | - | ||
2669 | -#: connect.c:398 connect.c:574 | ||
2670 | -msgid "ioctlsocket(FIONBIO) failed." | ||
2671 | -msgstr "" | ||
2672 | - | ||
2673 | -#: connect.c:428 connect.c:462 | ||
2674 | -msgid "setsockopt(SO_OOBINLINE) has failed" | ||
2675 | -msgstr "" | ||
2676 | - | ||
2677 | -#: dialog.c:573 | ||
2678 | -msgid "translator-credits" | ||
2679 | -msgstr "" |
submodules/lib3270
@@ -1 +0,0 @@ | @@ -1 +0,0 @@ | ||
1 | -Subproject commit 7a55cafcfd480682f29dd42e561a832f14f63161 |